Metadata-Version: 2.1
Name: chargeamps
Version: 1.4.3
Summary: Charge-Amps API bindings for Python
Home-page: https://github.com/kirei/python-chargeamps
License: BSD-2-Clause
Keywords: ev
Author: Jakob Schlyter
Author-email: jakob@kirei.se
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyJWT (>=1.7.1,<2.0.0)
Requires-Dist: aiohttp (>=3.7.2,<4.0.0)
Requires-Dist: asyncio (>=3.4.3,<4.0.0)
Requires-Dist: dataclasses-json (>=0.5.2,<0.6.0)
Requires-Dist: isodate (>=0.6.0,<0.7.0)
Requires-Dist: marshmallow (>=3.9.0,<4.0.0)
Project-URL: Repository, https://github.com/kirei/python-chargeamps
Description-Content-Type: text/markdown

# Charge Amps API bindings for Python

This repository contains a Python module for the Charge Amps' electric vehicle charging stations.

The module is developed by [Kirei AB](https://www.kirei.se) and is not supported by [Charge Amps AB](https://charge-amps.com).


## External API Key

You need an API key to use the Charge Amps external API. Contact [Charge Amps Support](mailto:support@charge-amps.com) for extensive API documentation and API key.


## References

- [Charge Amps External REST API](https://ca-externalapi.azurewebsites.net/swagger/)

