1
Fork 0
mirror of https://github.com/Steffo99/io-beep-boop.git synced 2024-10-16 07:27:26 +00:00

🗒️ Create README

This commit is contained in:
Steffo 2022-04-28 18:15:15 +02:00
parent 42ce7fa995
commit ad5a579ae2
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,21 +1,22 @@
# `io-beep-boop`
You should probably update this description to reflect your project :)
An experimental wrapper and command line interface for the Italian [IO App API](https://developer.io.italia.it/openapi.html)
## Installation
\[ [**Documentation**](https://io-beep-boop.readthedocs.io/en/latest/index.html) | [**PyPI**](https://pypi.org/project/io-beep-boop/) \]
```console
$ pip install io-beep-boop
```
## Usage
```console
$ io-beep-boop
```
## Development
```console
$ poetry install
(.venv)$ io-beep-boop
Usage: io-beep-boop [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
-t, --token TEXT One of the two IO App API tokens of the service you want
to use.
--base-url TEXT The base URL of the IO App API to use.
--help Show this message and exit.
Commands:
registered-fast
registered-slow
...
```