Metadata-Version: 2.1
Name: ecotag_sdk
Version: 0.1.1
Summary: Ecotag SDK
License: MIT
Author: Guillaume Chervet
Author-email: guillaume.chervet@gmail.com
Requires-Python: >=3.10,<4.0
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: aiohttp (==3.9.1)
Requires-Dist: requests_oauth2client (==1.3.0)
Description-Content-Type: text/markdown

# Ecotag SDK

A simple package to help you get started with Ecotag API:
- https://github.com/AxaFrance/ecotag

## Installation

```bash
pip install ecotag-sdk
```

