Metadata-Version: 2.1
Name: ppp-connectors
Version: 0.1.3
Summary: A simple, lightweight set of connectors and functions to various APIs, controlled by a central broker.
Author: Rob D'Aveta
Author-email: rob.daveta@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

# Connectors
A simple, lightweight set of connectors and functions to various APIs, controlled by a central broker.

## How to install
1. You must have Poetry installed. You can find instructions to do that [here](https://python-poetry.org/docs/#installation)
2. Clone this repo and `cd` into it
3. Run `poetry shell`. This will create a separate Python environment, and activate a shell inside it.
4. Run `poetry install`
