bgpy
Get the stable release of bgpy from pypi:
python3 -m pip install bgpy
Or install the development version from Github:
git clone git://github.com/munterfinger/bgpy.git cd bgpy poetry install && poetry build cd dist && python3 -m pip install *.whl
Previous
Next
Contributing