Skip to content

zeno-ml/zeno-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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