Pybgpkit

Latest version: v0.5.1

Safety actively analyzes 622275 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.5.0

What's Changed
* Add `verify` flag to broker to allow disabling SSL verification. by digizeph in https://github.com/bgpkit/pybgpkit/pull/9
* Update `pybgpkit-parser` to [version `0.5.0`](https://github.com/bgpkit/bgpkit-parser-py/releases/tag/v0.5.0)

**Full Changelog**: https://github.com/bgpkit/pybgpkit/compare/v0.4.0...v0.5.0

0.4.0

Update the `pybgpkit-parser` package to `v0.4.0` to support `cache_dir` for `Parser` constructor. Below is an example:
python
from bgpkit import Parser
import json

parser = Parser(
url="https://spaces.bgpkit.org/parser/update-example",
filters={"peer_ips": "185.1.8.65, 2001:7f8:73:0:3:fa4:0:1"},
cache_dir="./"
)

for elem in parser:
print(elem["origin_asns"])
print(json.dumps(elem, indent=4))
break


**Full Changelog**: https://github.com/bgpkit/pybgpkit/compare/v0.0.4...v0.4.0

0.0.4

What's Changed
* support broker api version 2 by digizeph in https://github.com/bgpkit/pybgpkit/pull/2


**Full Changelog**: https://github.com/bgpkit/pybgpkit/compare/v0.0.2...v0.0.4

0.0.2

What's Changed
* Add support for BGPKIT ROAS lookup API by digizeph in https://github.com/bgpkit/pybgpkit/pull/1

Installation
`python3 pip install pybgpkit`

New Contributors
* digizeph made their first contribution in https://github.com/bgpkit/pybgpkit/pull/1

**Full Changelog**: https://github.com/bgpkit/pybgpkit/commits/v0.0.2

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.