-
-
Notifications
You must be signed in to change notification settings - Fork 99
Add python sdk #847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add python sdk #847
Conversation
@raksiv is attempting to deploy a commit to the Nitric Team on Vercel. A member of the Team first needs to authorize it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #847 +/- ##
=======================================
Coverage ? 48.83%
=======================================
Files ? 28
Lines ? 3551
Branches ? 0
=======================================
Hits ? 1734
Misses ? 1698
Partials ? 119
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Looks great. Tested locally but couldn't deploy because of: You should also be able to delete the dev:
script: uv run uvicorn main:app --host 0.0.0.0 --port 4001 |
172e700
to
e2f6ecc
Compare
Thanks, I've updated the sample project with your suggestions! |
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#