Skip to content

Commit

Permalink
chg: Bump doc, packge name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Aug 19, 2024
1 parent ce0560a commit da8f1db
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3"

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs

build:
image: latest

formats: all
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ THis project will make querying BGP Ranking easier.
## Installation

```bash
pip install pybgpranking
pip install pybgpranking2
```

## Usage
Expand All @@ -15,6 +15,19 @@ pip install pybgpranking
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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "pybgpranking"
name = "pybgpranking2"
version = "2.0.2"
description = "Python CLI and module for BGP Ranking"
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
Expand Down

0 comments on commit da8f1db

Please sign in to comment.