Skip to content

V2.0

Compare
Choose a tag to compare
@digizeph digizeph released this 13 Nov 18:04
· 38 commits to master since this release
658a1fe

This is the PyBGPStream v2.0 release. This release include the following major changes

  • New high-level PyBGPStream API
    • There is now a high-level "Pythonic" API for accessing BGP data using BGPStream.
    • Previously the only Python interface was _pybgpstream, a low-level, almost exact bindings to the libBGPStream C API.
    • See the API docs for more information.
  • It now works with libbgpstream v2 and above.
    • NOTE: It no longer works with libbgpstream v1.x
  • BGPElem fields attribute is now cached so that subsequent field accesses do not needlessly rebuild the entire fields diectionary.
  • Communities in PyBGPStream are now returned as a set of "asn:value" strings

The package is also available on PyPI at https://pypi.org/project/pybgpstream/. You can install it by pip install pybgpstream.