Metadata-Version: 2.1
Name: finic-py
Version: 0.1.13
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
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: baml-py (>=0.58.0,<0.59.0)
Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0)
Requires-Dist: datetime (>=5.5,<6.0)
Requires-Dist: openai (>=1.47.0,<2.0.0)
Requires-Dist: playwright (>=1.47.0,<2.0.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/finic-py-0.1.0.tar.gz
```

