Metadata-Version: 2.1
Name: evduty-api
Version: 0.0.2
Summary: Library to communicate with EVduty REST api
Project-URL: Homepage, https://github.com/happydev-ca/evduty-api
Project-URL: Issues, https://github.com/happydev-ca/evduty-api/issues
Author-email: Francois Perron <fperron@gmail.com>
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Home Automation
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# evduty-api
Library to communicate with EVduty REST API.

## Usage
```python
todo
```

## Development

### Setup
```shell
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```

### Test
```bash
python3 -m unittest discover tests
```

### Build lib
```shell
python3 -m build
```