1
Fork 0
mirror of https://github.com/Steffo99/io-beep-boop.git synced 2024-11-22 00:14:18 +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` # `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 ```console
$ pip install io-beep-boop (.venv)$ io-beep-boop
``` Usage: io-beep-boop [OPTIONS] COMMAND [ARGS]...
## Usage Options:
--version Show the version and exit.
```console -t, --token TEXT One of the two IO App API tokens of the service you want
$ io-beep-boop to use.
``` --base-url TEXT The base URL of the IO App API to use.
--help Show this message and exit.
## Development
Commands:
```console registered-fast
$ poetry install registered-slow
...
``` ```