https://github.com/extrawest/extrawest_ocpi
Python implementation of Open Charge Point Interface (OCPI) protocol based on fastapi.
https://github.com/extrawest/extrawest_ocpi
cpo emsp ocpi
Last synced: 28 days ago
JSON representation
Python implementation of Open Charge Point Interface (OCPI) protocol based on fastapi.
- Host: GitHub
- URL: https://github.com/extrawest/extrawest_ocpi
- Owner: extrawest
- License: mit
- Created: 2023-08-17T10:03:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-16T06:34:43.000Z (3 months ago)
- Last Synced: 2025-08-17T02:53:53.742Z (about 2 months ago)
- Topics: cpo, emsp, ocpi
- Language: Python
- Homepage: https://www.extrawest.com/
- Size: 346 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ev-charging - extrawest/extrawest_ocpi
README
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/psf/black)
[](https://mypy-lang.org/)
[](https://github.com/commit-check/commit-check)---
Python implementation of Open Charge Point Interface (OCPI) protocol based on fastapi.
Supported OCPI versions: 2.2.1, 2.1.1
OCPI Documentation: [2.2.1](https://github.com/ocpi/ocpi/tree/release-2.2.1-bugfixes), [2.1.1](https://github.com/ocpi/ocpi/tree/release-2.1.1-bugfixes)
---
## Requirements
---
Python >= 3.10
## Installation
---
```bash
pip install extrawest-ocpi
```Documentation, installation and quickstart instructions are [HERE](https://extrawest-ocpi.readthedocs.io/en/latest/)
## Roadmap
---
- Issues fixing
## Related
---
The project was created through inspiration and adaptation of this project [PY_OCPI](https://github.com/TECHS-Technological-Solutions/ocpi).
## License
---
This project is licensed under the terms of the [MIT](https://github.com/extrawest/extrawest_ocpi/blob/main/LICENSE) license.