Metadata-Version: 2.1
Name: montelo
Version: 0.1.4
Summary: 
Author: Montelo
Author-email: founders@montelo.ai
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
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: aiohttp (>=3.9.5,<4.0.0)
Requires-Dist: aiohttp-retry (>=2.8.3,<3.0.0)
Requires-Dist: contextvars (>=2.4,<3.0)
Requires-Dist: cuid2 (>=2.0.1,<3.0.0)
Requires-Dist: openai (>=1.23.6,<2.0.0)
Requires-Dist: pydantic (>=2,<3)
Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
Requires-Dist: urllib3 (>=2.2.1,<3.0.0)
Description-Content-Type: text/markdown

## Montelo Python SDK

### Development Commands

`poetry build`

Replace X below

`pip install ../dist/montelo-0.1.X.tar.gz`

`python3 basic.py`

`poetry publish`

