Metadata-Version: 2.1
Name: py-ocpi
Version: 0.1.1
Summary: Python Implementation of OCPI
Home-page: https://github.com/TECHS-Technological-Solutions/ocpi
License: MIT
Keywords: ocpi
Author: HAkhavan71
Author-email: hakh.27@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: fastapi (>=0.68.0,<0.69.0)
Description-Content-Type: text/markdown

# ocpi
Python implementation of the Open Charge Point Interface (OCPI)

![Alt text](https://github.com/TECHS-Technological-Solutions/ocpi/blob/master/OCPI.png "feature development roadmap")


# How Does it Work?
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.

## License

This project is licensed under the terms of the MIT license.

