bgpview-client


Namebgpview-client JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/jdhall75/bgpview-client
Summarybgpview.io api
upload_time2022-12-22 22:26:00
maintainer
docs_urlNone
authorJason Hall
requires_python
licenseGNU General Public License v3 (GPLv3)
keywords bgpview.io api bgp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            BGPView API
-----------
- Original Author: Sefa Eyeoglu
- Original Repo: https://gitlab.com/Scrumplex/pyqis

--------
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/](examples)
```python
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](LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jdhall75/bgpview-client",
    "name": "bgpview-client",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "bgpview.io,api,bgp",
    "author": "Jason Hall",
    "author_email": "jdhall75@zohomail.com",
    "download_url": "https://files.pythonhosted.org/packages/e5/5c/fff73ba51e8a643543709257d1f127dd3670aa496c2447559bfe20fe2086/bgpview-client-0.1.2.tar.gz",
    "platform": null,
    "description": "BGPView API\n-----------\n- Original Author: Sefa Eyeoglu\n- Original Repo: https://gitlab.com/Scrumplex/pyqis\n\n--------\nThe original repo was archived, I cloned / forked the project into github \nand will continue to add functionality.\n--------\n\nAPI client for BGPView.io API\n\n# Usage\nAn example use is provided in [examples/](examples)\n```python\nfrom bgpview import BGPView\n\nviewer = BGPView()\nasn_info = viewer.get_asn(1299)\nasn_prefixes = viewer.get_asn_prefixes(1299)\n\n# find the origin of a prefix\nprefix_info = viewer.get_prefix(\"2607:3900::/32\")\n\n```\n\n\n# License\nThis project is licensed under the terms of the GNU General Public License 3.0. Read the full license text [here](LICENSE)\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 (GPLv3)",
    "summary": "bgpview.io api",
    "version": "0.1.2",
    "split_keywords": [
        "bgpview.io",
        "api",
        "bgp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "d143d34c9ba6355bc81a47d1ae227318",
                "sha256": "83322fe01fb2999879d81c14c048853ca7f212c8f45c8ef4e5134e9ac2714eec"
            },
            "downloads": -1,
            "filename": "bgpview_client-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d143d34c9ba6355bc81a47d1ae227318",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16183,
            "upload_time": "2022-12-22T22:25:59",
            "upload_time_iso_8601": "2022-12-22T22:25:59.447412Z",
            "url": "https://files.pythonhosted.org/packages/d7/16/2cf89908aa039e743b2c71cbd31a171671a11f25484a985ea81d617c91e6/bgpview_client-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "662a12454175296c95ec3bd0b4ab61e5",
                "sha256": "51a558cee101b3c53d0327299c203430ff05c5bd214cd73e1ac490dd2ffabaa6"
            },
            "downloads": -1,
            "filename": "bgpview-client-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "662a12454175296c95ec3bd0b4ab61e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15439,
            "upload_time": "2022-12-22T22:26:00",
            "upload_time_iso_8601": "2022-12-22T22:26:00.805647Z",
            "url": "https://files.pythonhosted.org/packages/e5/5c/fff73ba51e8a643543709257d1f127dd3670aa496c2447559bfe20fe2086/bgpview-client-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-22 22:26:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jdhall75",
    "github_project": "bgpview-client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bgpview-client"
}
        
Elapsed time: 0.02294s