Skip to main content

bgpview.io api

Project description

BGPView API


The original repo was archived, I cloned / forked the project into github and will continue to add functionality.

API client for BGPView.io API

Usage

An example use is provided in examples/

from bgpview import BGPView

viewer = BGPView()
asn_info = viewer.get_asn(1299)
asn_prefixes = viewer.get_asn_prefixes(1299)

# find the origin of a prefix
prefix_info = viewer.get_prefix("2607:3900::/32")

License

This project is licensed under the terms of the GNU General Public License 3.0. Read the full license text here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bgpview-client-0.1.2.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distribution

bgpview_client-0.1.2-py3-none-any.whl (16.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page