Metadata-Version: 2.1
Name: zeno-client
Version: 0.1.9
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
Requires-Dist: pandas (>=1.4.3)
Requires-Dist: pyarrow (>=6.0.0)
Requires-Dist: pydantic (>=1.0)
Requires-Dist: requests (>=2.20.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).

