Skip to content

Conversation

raksiv
Copy link
Member

@raksiv raksiv commented Jul 1, 2025

  • Generate the python SDK
  • Implement Buckets handler

sdk is published to test pypi and pypi under temporary name -

https://test.pypi.org/project/veetwo-client/0.1.0/
https://pypi.org/project/veetwo-client/0.1.0/

sample project can be seen here -
https://github.com/raksiv/test-python-v2#

@raksiv raksiv self-assigned this Jul 1, 2025
@raksiv raksiv requested a review from jyecusch as a code owner July 1, 2025 22:29
@raksiv raksiv added the enhancement New feature or request label Jul 1, 2025
@raksiv raksiv requested a review from tjholm as a code owner July 1, 2025 22:29
Copy link

vercel bot commented Jul 1, 2025

@raksiv is attempting to deploy a commit to the Nitric Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

codecov bot commented Jul 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (next@6ad9b83). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             next     #847   +/-   ##
=======================================
  Coverage        ?   48.83%           
=======================================
  Files           ?       28           
  Lines           ?     3551           
  Branches        ?        0           
=======================================
  Hits            ?     1734           
  Misses          ?     1698           
  Partials        ?      119           
Flag Coverage Δ
aws 44.89% <ø> (?)
azure 53.54% <ø> (?)
core 60.76% <ø> (?)
gcp 47.19% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

vercel bot commented Jul 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
nitric-docs ⬜️ Ignored (Inspect) Visit Preview Jul 7, 2025 4:08am

@HomelessDinosaur
Copy link
Member

Looks great. Tested locally but couldn't deploy because of: RUN uv pip install -r <(uv pip compile --generate-hashes) failing. But this has nothing to do with the generated code.

You should also be able to delete the dev.sh file and use uv run in the dev command as that defaults to using the .venv in the run.

dev:
  script: uv run uvicorn main:app --host 0.0.0.0 --port 4001

@raksiv
Copy link
Member Author

raksiv commented Jul 7, 2025

Thanks, I've updated the sample project with your suggestions!

@raksiv raksiv merged commit 5faee5a into nitrictech:next Jul 8, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants