| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory contains complete, working examples demonstrating different use cases of OCPI Python.
A simple Charge Point Operator application that manages charging locations. Perfect for getting started.
Features:
An eMobility Service Provider application that manages charging sessions and token authorization.
Features:
A complete Charge Point Operator application with multiple modules.
Features:
Smart charging control using charging profiles (OCPI 2.2.1+).
Features:
EV charging reservation system using the OCPI 2.3.0 Booking extension.
Features:
Each example is self-contained and can be run independently:
cd examples/<example_name>
uvicorn main:app --reloadEach example includes:
Run the tests:
# From the project root
pytest tests/test_examples/These examples use simple in-memory storage for demonstration purposes. For production use:
After exploring these examples:
| Back | FazBrowse Home | New Git URL |