This Library is a Python implementation of the Open Charge Point Interface (OCPI)
install Py-OCPI like this:
pip install py-ocpi
Modules that communicate with central system will use crud for retrieving required data. the data that is retrieved from central system may not be compatible with OCPI protocol. So the data will be passed to adapter to make it compatible with schemas defined by OCPI. User only needs to modify crud and adapter based on central system architecture.
Check the Documentation
This project is licensed under the terms of the MIT license.