Metadata-Version: 2.1
Name: agilicus
Version: 1.5.1
Summary: Agilicus SDK
License: MIT
Author: Agilicus Devs
Author-email: dev@agilicus.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: PyJWT (>=1.5.3,<1.6.0)
Requires-Dist: arrow (>=0.13.1,<0.14.0)
Requires-Dist: certifi (>=14.05.14)
Requires-Dist: click-shell (>=2.0,<3.0)
Requires-Dist: connexion (>=2.2.0,<2.3.0)
Requires-Dist: oauth2client (>=4.1.3,<4.2.0)
Requires-Dist: prettytable (>=0.7.2,<0.8.0)
Requires-Dist: python_dateutil (>2.5.3)
Requires-Dist: requests (>=2.21.0,<2.30.0)
Requires-Dist: six (>1.10)
Requires-Dist: urllib3 (>1.15.1)
Description-Content-Type: text/markdown

## Agilicus SDK (Python)

[generated](agilicus/agilicus_api_README.md)

## Build

```
poetry install
poetry run pytest
```

