Metadata-Version: 2.1
Name: pytrengo
Version: 0.1.0a1
Summary: 
Author: Baptiste Fontaine
Author-email: baptiste@bixoto.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
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: api-session (>=1.4.1,<2.0.0)
Requires-Dist: python-dotenv (>=1.0,<2.0)
Description-Content-Type: text/markdown

# PyTrengo

**PyTrengo** is a lightweight Python client for the Trengo API.

Note: PyTrengo is not affiliated nor endorsed by Trengo.

## Install

With pip:

    pip install pytrengo

With Poetry:

    poetry add pytrengo

