An open API service indexing awesome lists of open source software.

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

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).

![](https://spaces.bgpkit.org/assets/isoc-logo.jpg)