Skip to main content

Python library for the Open Charge Point Interface (OCPI)

Project description

pyOCPI

Python Rest-Interface for OCPI (2.2) built on Flask-RESTX, providing a OpenAPI interface.

Talking about OCPI, many Charge Point Operators (CPO) and e-Mobility Service Providers (eMSP) implement their own code to integrate OCPI into their software. This is a very tedious way, as the protocol is very complex it is not needed that every entity implements it on their own.

To reduce reimplementation, an academic implementation is provided here, which furthermore allows to integrate with a new RESERVATIONS endpoint, if needed.

Currently, the only other public Python Implementation can be found here: https://github.com/TECHS-Technological-Solutions/ocpi/

The Documentation of OCPI can be found here: https://github.com/ocpi/ocpi/

Install Instructions

pip install pyocpi

or after cloning the repository, one can run pip install -e . to work locally with the package.

Package information

pyocpi
├── exceptions.py
├── __init__.py
├── managers.py # <- contains stubs which have to be inherited and implemented
├── models      # <- contains JSON Schemas in Flask-RestX
└── namespaces  # <- contains REST Endpoint Descriptions

Configuration

main.py contains an example of how to use this project. The managers are meant to be understood as interfaces, which must be implemented according to the business logic which is not part of this communications module.

An example architecture would use a background job to schedule answers (for example for the commands module) while saving the data from the post/patch requests in a seperate database, which is used for communication between the background job and the Flask app.

Roadmap

This will not be the last iteration of this concept. I think this could be a lot more user friendly and abstracted, so that the usage feels more like the communication of the ocpp python package, which does not need any knowledge of the underlying websockets at all. Yet it is a good approach and is already greatly configurable.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_ocpi-0.3.1.tar.gz (34.5 kB view details)

Uploaded Source

Built Distribution

python_ocpi-0.3.1-py3-none-any.whl (49.2 kB view details)

Uploaded Python 3

File details

Details for the file python_ocpi-0.3.1.tar.gz.

File metadata

  • Download URL: python_ocpi-0.3.1.tar.gz
  • Upload date:
  • Size: 34.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.9.13 Linux/5.10.0-19-amd64

File hashes

Hashes for python_ocpi-0.3.1.tar.gz
Algorithm Hash digest
SHA256 e056ee93fab963e74f3e4f2cb36bcf4b3b247ff798d99537baa35034757d30b9
MD5 736ad2c04a55140f33715305bb8f2527
BLAKE2b-256 bff144de36b4db0d8af26a208a3ffdb5b3c57fe60fd56ddbe0f79d421cf9c250

See more details on using hashes here.

File details

Details for the file python_ocpi-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: python_ocpi-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 49.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.9.13 Linux/5.10.0-19-amd64

File hashes

Hashes for python_ocpi-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 df3916d309bd2c08b395a6411241dbe9d71c13e9bfb95967365c1af123135ae9
MD5 11e47c4e9c9a041542c40d2fd33ca191
BLAKE2b-256 e44e5a1b11ec525f3f7a1f3b9b55a6713e6602163f23ffb8abbbc7b2bc1bd418

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page