Metadata-Version: 2.1
Name: roboto
Version: 0.2.13
Summary: Tools for interacting with roboto.ai
License: MIT
Author: Roboto
Author-email: admin@roboto.ai
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: boto3 (>=1.26)
Requires-Dist: botocore (>=1.29)
Requires-Dist: cookiecutter (>=2.5.0,<3.0.0)
Requires-Dist: pathspec (>=0.11,<0.12)
Requires-Dist: pydantic (>=2.5,<2.6)
Requires-Dist: pydantic-settings (>=2.1,<2.2)
Requires-Dist: pyjwt (>=2.7,<2.8)
Requires-Dist: tenacity (>=8.2,<8.3)
Requires-Dist: tqdm (>=4.65,<4.66)
Requires-Dist: typing-extensions (>=4.8,<4.9) ; python_version < "3.10"
Description-Content-Type: text/markdown

# Roboto SDK
This package contains the official toolkit for interacting with [Roboto AI](https://www.roboto.ai/).
It consists of the `roboto` module, as well as a `roboto` command line utility.

For more information, check out:
* [High Level Documentation](https://docs.roboto.ai/)
* [SDK Reference for This Module](https://docs.roboto.ai/reference/python-sdk.html)
* [CLI Reference](https://docs.roboto.ai/reference/cli.html)
* [About Roboto](https://www.roboto.ai/about)
