This repository contains a Python module for the Charge Amps' electric vehicle charging stations.
The module is developed by Kirei AB and is not supported by Charge Amps AB.
The simplest way is to install via pip, as in:
pip install chargeamps
If you need access to the organisation API calls, you need to specify this feature upon installation:
pip install chargeamps["organisations"]
You need an API key to use the Charge Amps external API. Contact Charge Amps Support for extensive API documentation and API key.