Installation
You can either install the project from Pypi:
pip install ocpp
Or clone the project and install it manually using:
pip install .
Dependencies
Python 3.7 or higher
The project also requires a websocket library. We recommend using websockets:
pip install websockets