We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For anyone who might need to generate and release the Python SDK in the future, here are some notes on the necessary steps from start to finish:
Regenerate the SDK for all the services.
Reapply / perform the post-generation changes as documented in the SDK generator Wiki
Run the tests and make sure all are passing. Update tests as needed
py.test test
For tests to run on various python versions:
tox
Assess coverage. Add new tests as needed
Check for pylint issues
pylint
sh pylint.sh
Update main README.md if necessary
README.md
Update the changelog in the wiki
Create a PR for the new release
When tests pass and PR review is complete, merge PR to master
master
Follow instructions in RELEASE.md to push the code to PypI
RELEASE.md
PypI
Edit Release in GitHub repo.
Publish the release.
Merge master into develop
develop