Metadata-Version: 2.1
Name: finicapi
Version: 0.1.30
Summary: Finic.ai is a platform for deploying agents and workflow automations in Python. This is the Python client for Finic
Author: Ayan Bandyopadhyay
Author-email: ayan@finic.ai
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: datetime (>=5.5,<6.0)
Requires-Dist: pydantic (>=2.9.1,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

# `Finic`

Finic.ai is a platform for deploying integrations and workflow automations in Python. This is the Python client for Finic

## Contributing

To run locally, run:

```
python3 setup.py sdist bdist_wheel
pip install /path/to/folder/dist/finicapi-0.1.0.tar.gz
```

