https://github.com/telecominfraproject/oopt-gnpy-api
OOPT PSE Repo
https://github.com/telecominfraproject/oopt-gnpy-api
Last synced: about 1 year ago
JSON representation
OOPT PSE Repo
- Host: GitHub
- URL: https://github.com/telecominfraproject/oopt-gnpy-api
- Owner: Telecominfraproject
- License: bsd-3-clause
- Created: 2025-01-22T00:17:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T15:46:42.000Z (about 1 year ago)
- Last Synced: 2025-05-07T10:20:03.431Z (about 1 year ago)
- Language: Python
- Size: 151 KB
- Stars: 0
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GNPy API
[](https://pypi.org/project/gnpy/)
REST API (experimental)
-----------------------
``gnpyapi`` provides an experimental api for requesting several paths at once. It is based on Flask server.
You can run it through command line or Docker.
$ curl --location 'http://localhost:8080/api/v1/path-request' --header 'Content-Type: application/json' --data @gnpyapi/exampledata/planning_demand_example.json
TODO: api documentation, unit tests, real WSGI server with trusted certificates
## Quick Start
tbd