Metadata-Version: 2.1
Name: finicapi
Version: 0.1.27
Summary: Finic.ai is a platform for deploying integrations and workflow automations in Python. This is the Python client for Finic
Author: Ayan Bandyopadhyay
Author-email: ayan@finic.ai
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: datetime
Requires-Dist: pydantic

# `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
```
