Metadata-Version: 2.1
Name: zeno-client
Version: 0.1.14
Summary: Python client for creating new Zeno projects and uploading data.
License: MIT
Author: Zeno Team
Author-email: hello@zenoml.com
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: arrow-json (>=0.9.0,<0.10.0)
Requires-Dist: outdated (>=0.2.0)
Requires-Dist: pandas (>=1.4.3)
Requires-Dist: pyarrow (>=6.0.0)
Requires-Dist: pydantic (>=1.0)
Requires-Dist: requests (>=2.20.0)
Requires-Dist: tqdm (>=4.1.0)
Description-Content-Type: text/markdown

# Zeno Python Client

[![PyPI version](https://badge.fury.io/py/zeno-client.svg)](https://badge.fury.io/py/zeno-client)
![Github Actions CI tests](https://github.com/zeno-ml/zeno-client/actions/workflows/ci.yml/badge.svg)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![DOI](https://img.shields.io/badge/doi-10.1145%2F3544548.3581268-red)](https://cabreraalex.com/paper/zeno)
[![Discord](https://img.shields.io/discord/1086004954872950834)](https://discord.gg/km62pDKAkE)

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

Check out example projects at [hub.zenoml.com](http://hub.zenoml.com), [learn how to use the API](https://zenoml.com/docs/intro#creating-a-project), or [see the full API documentation](https://zenoml.com/docs/python-client).

## 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

