Metadata-Version: 2.3
Name: qualicharge-client
Version: 0.3.0
Summary: A python client and CLI for the QualiCharge API
License: MIT
Author: Julien Maupetit
Author-email: julien@maupetit.net
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
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: anyio[trio] (>=4.4.0,<5.0.0)
Requires-Dist: httpx (>=0.28.0,<0.29.0)
Requires-Dist: pydantic (>=2.7.3,<3.0.0)
Requires-Dist: pydantic-settings (>=2.3.0,<3.0.0)
Requires-Dist: typer (>=0.15.0,<0.16.0)
Description-Content-Type: text/markdown

# QualiCharge API client (and CLI!)

## Getting started with the CLI

`qcc` can be installed using `pip`:

```
pip install qualicharge-client
```

Get the list of commands and usage using the `--help` option:

```
qcc --help
```

## License

This work is released under the MIT License (see LICENSE).

