https://github.com/bgpkit/pybgpkit-api
PyBGPKIT-based web API for gathering and parsing MRT data files
https://github.com/bgpkit/pybgpkit-api
Last synced: about 1 year ago
JSON representation
PyBGPKIT-based web API for gathering and parsing MRT data files
- Host: GitHub
- URL: https://github.com/bgpkit/pybgpkit-api
- Owner: bgpkit
- License: mit
- Created: 2022-04-07T13:48:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T21:29:25.000Z (over 2 years ago)
- Last Synced: 2025-03-26T15:48:02.374Z (about 1 year ago)
- Language: Python
- Size: 42 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyBGPKIT API
PyBGPKIT API is an API backend that provides RESTful API access to BGPKIT software and
data offerings using PyBGPKIT.
## Usage
Install the dependencies first:
```bash
python3 -m pip install -r requirements.txt
```
Start the API by:
```bash
python -m uvicorn main:app
```
## Documentation
The API documentation will be available at (swagger) or (redoc).
## Sponsor
This work is generously sponsored by [Internet Society](https://www.internetsociety.org).
