Metadata-Version: 2.1
Name: pybgpranking2
Version: 2.0.1
Summary: Python CLI and module for BGP Ranking
License: BSD-3-Clause
Author: Raphaël Vinot
Author-email: raphael.vinot@circl.lu
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Classifier: Topic :: Security
Provides-Extra: docs
Requires-Dist: Sphinx (>=4.3,<5.0); extra == "docs"
Requires-Dist: pyipasnhistory (>=2.1,<3.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Description-Content-Type: text/markdown

# Python client and module for BGP Ranking

THis project will make querying BGP Ranking easier.

## Installation

```bash
pip install pybgpranking
```

## Usage

### Command line

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

```bash
```

### Library

See [API Reference]()

