zeno-ml / zeno-client

Python client for creating new Zeno projects and uploading data
https://zenoml.com/docs/intro/#creating-a-project
MIT License
8 stars 0 forks source link

Zeno Python Client

PyPI version Github Actions CI tests MIT license DOI Discord

The Zeno Python client lets you create and manage Zeno projects from Python.

Check out example projects at hub.zenoml.com, learn how to use the API, or see the full API documentation.

Release Instructions

To create a new release, first send a PR with a bumped package version in pyproject.toml.

Then, in GitHub, click on "Releases" and "Draft a new Release". From here click on "tag" and create a new tag of the form vX.X.X for your new version. Make the release title the same as the tag. Click "Generate release notes", and publish the release. GitHub will start an action to push the new package to PyPI