CAIDA / pybgpstream

Python bindings for BGPStream
https://bgpstream.caida.org
BSD 2-Clause "Simplified" License
29 stars 22 forks source link

Add a prototype high-level python API #4

Closed alistairking closed 6 years ago

alistairking commented 6 years ago

This is a thin wrapper around _pybgpstream and should make it much more enjoyable to use BGPStream from within Python. See examples/pybgpstream-template.py for an example of how to use this API.