Metadata-Version: 2.4
Name: paranet_agent
Version: 1.3.1
Summary: Paranet Agent SDK
Author: Otonoma
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: aiohttp
Requires-Dist: python-on-whales
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: strawberry-graphql
Description-Content-Type: text/markdown

# Paranet Agent Framework for Python

## Documentation

[API Reference](https://grokit-data.github.io/py-paranet-sdk)

## Install

For version `x.y.z`:
```
python -m pip install paranet_agent-x.y.z-py3-none-any.whl
```

## Create package

1. Update version in `paranet_agent/__init__.py` and `setup.py`
2. Delete files in `./dist`
3. Run `python setup.py sdist bdist_wheel`