Metadata-Version: 2.1
Name: tatara
Version: 0.1.9
Summary: 
Author: Tatara
Author-email: support@tatara.ai
Requires-Python: >=3.8
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: requests (>=2.31.0,<3.0.0)
Requires-Dist: wrapt (>=1.16.0,<2.0.0)
Description-Content-Type: text/markdown

# tatara-python

The official python client for Tatara.

## Releasing a new version

Follow the instructions in [this tutorial](https://www.digitalocean.com/community/tutorials/how-to-publish-python-packages-to-pypi-using-poetry-on-ubuntu-22-04)
to release a new version of the package.

## Testing

`poetry run pytest`

