pybgpranking2


Namepybgpranking2 JSON
Version 2.0.2 PyPI version JSON
download
home_pageNone
SummaryPython CLI and module for BGP Ranking
upload_time2024-08-19 10:00:01
maintainerNone
docs_urlNone
authorRaphaël Vinot
requires_python<4.0,>=3.8
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python client and module for BGP Ranking

Queries BGP Ranking.

## Installation

```bash
pip install pybgpranking2
```

## Usage

### Command line

You can use the `bgpranking` command to query the instance:

```bash
bgpranking -h
usage: bgpranking [-h] [--url URL] [--date DATE] {index,simple,status} ...

Run a query against BGP Ranking

options:
  -h, --help            show this help message and exit
  --url URL             URL of the instance.
  --date DATE           Date of the dataset required

Available commands:
  {index,simple,status}

```

### Library

See [API Reference](https://pybgpranking.readthedocs.io/en/latest/api_reference.html)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pybgpranking2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rapha\u00ebl Vinot",
    "author_email": "raphael.vinot@circl.lu",
    "download_url": "https://files.pythonhosted.org/packages/50/41/bed4b1af985a58904dcf357ed2b103e0113d269513ba9c2241b21eca094e/pybgpranking2-2.0.2.tar.gz",
    "platform": null,
    "description": "# Python client and module for BGP Ranking\n\nQueries BGP Ranking.\n\n## Installation\n\n```bash\npip install pybgpranking2\n```\n\n## Usage\n\n### Command line\n\nYou can use the `bgpranking` command to query the instance:\n\n```bash\nbgpranking -h\nusage: bgpranking [-h] [--url URL] [--date DATE] {index,simple,status} ...\n\nRun a query against BGP Ranking\n\noptions:\n  -h, --help            show this help message and exit\n  --url URL             URL of the instance.\n  --date DATE           Date of the dataset required\n\nAvailable commands:\n  {index,simple,status}\n\n```\n\n### Library\n\nSee [API Reference](https://pybgpranking.readthedocs.io/en/latest/api_reference.html)\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python CLI and module for BGP Ranking",
    "version": "2.0.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9adc042506acf447e68ae3e9bd09b2ee36ecce4eec1985cdfb3b265599ed1a9",
                "md5": "3edd9d9fa0ec1f0a440f8f10f45f66dc",
                "sha256": "278c5d9a3d60b76ef6003acc094b15d10c67744923efbfbafedfd5b67556b0a8"
            },
            "downloads": -1,
            "filename": "pybgpranking2-2.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3edd9d9fa0ec1f0a440f8f10f45f66dc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 5051,
            "upload_time": "2024-08-19T10:00:00",
            "upload_time_iso_8601": "2024-08-19T10:00:00.927587Z",
            "url": "https://files.pythonhosted.org/packages/a9/ad/c042506acf447e68ae3e9bd09b2ee36ecce4eec1985cdfb3b265599ed1a9/pybgpranking2-2.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5041bed4b1af985a58904dcf357ed2b103e0113d269513ba9c2241b21eca094e",
                "md5": "d7b2221a0c844a1e6bf7c8b01e921e70",
                "sha256": "63f5d7cc0e7dff0528394d654a42c9bce431625405c357ed28f35a84a024f833"
            },
            "downloads": -1,
            "filename": "pybgpranking2-2.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d7b2221a0c844a1e6bf7c8b01e921e70",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 3987,
            "upload_time": "2024-08-19T10:00:01",
            "upload_time_iso_8601": "2024-08-19T10:00:01.906654Z",
            "url": "https://files.pythonhosted.org/packages/50/41/bed4b1af985a58904dcf357ed2b103e0113d269513ba9c2241b21eca094e/pybgpranking2-2.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-19 10:00:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pybgpranking2"
}
        
Elapsed time: 0.90211s