Source: mrtparse Section: python Priority: optional Maintainer: Vincent Bernat Uploaders: Debian Python Team Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools, Standards-Version: 4.4.1 Homepage: https://github.com/YoshiyukiYamauchi/mrtparse Vcs-Git: https://salsa.debian.org/python-team/packages/mrtparse.git Vcs-Browser: https://salsa.debian.org/python-team/packages/mrtparse Testsuite: autopkgtest-pkg-python Package: python3-mrtparse Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Recommends: ${python3:Recommends} Suggests: ${python3:Suggests} XB-Python-Egg-Name: mrtparse Description: read and analyze the MRT format data (Python 3.x module) The MRT format can be used to export routing protocol messages, state changes, and routing information base contents, and is defined in RFC6396. . Programs like Quagga / Zebra, BIRD, OpenBGPD and PyRT can dump the MRT format data. Archives are also available from the Route Views Projects and RIPE NCC. . This package contains the module for Python 3.x. Package: mrtparse Architecture: all Depends: ${misc:Depends}, python3, python3-mrtparse (= ${binary:Version}) Description: read and analyze the MRT format data (utilities) The MRT format can be used to export routing protocol messages, state changes, and routing information base contents, and is defined in RFC6396. . Programs like Quagga / Zebra, BIRD, OpenBGPD and PyRT can dump the MRT format data. Archives are also available from the Route Views Projects and RIPE NCC. . This package contains various utilities using the Python module, including a tool to convert to an ExaBGP input, a tool to a bgpdump input, a tool to dump all the information as text and a tool to print a short summary.