A Python package/cli to interact with addy.io
Project description
pyaddy
A Python CLI to interact with addy.io
Installing
- In your python environment install the package - e.g. using poetry
poetry add pyaddyaddy --help- You must first run the
load-keycmd otherwise all other cmds will fail - Note requires 3.11+
Basic Usage - see command section for example output
Usage: addy <command> <subcommand> [options & parameters]
CLI tool to interact with addy.io api:
Run load_key first to add api key:
addy load_ley <key goes here>
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
load-key Load api key.
api Invoke details about the provided api key
alias Invoke alias commands: --help for details
bulk Invoke bulk alias commands: --help for details
Commands
load-key
addy load-key addy_io_key
Key saved
api
Usage: addy api [OPTIONS] COMMAND [ARGS]...
Invoke details about the provided api key
Options:
--help Show this message and exit.
Commands:
account-details Get all account details associated with api key
api-details Check the details of the api key
alias
Usage: addy alias [OPTIONS] COMMAND [ARGS]...
Invoke alias commands: --help for details
addy alias <subcommand>
Options:
--help Show this message and exit.
Commands:
activate Activate alias ID
deactivate Deactivate alias ID
delete Delete alias ID
forget Forget alias ID
get Get ID details
get-all Get details about all ACTIVE aliases SORTED by CREATED_AT.
OPTION: --only-ids
new Create a new alias. --help for all options
restore Restore alias ID
update Update alias "descprition" and "from_name
bulk
Usage: addy bulk [OPTIONS] COMMAND [ARGS]...
Invoke bulk alias commands: --help for details
addy bulk <subcommand>
Options:
--help Show this message and exit.
Commands:
activate Bulk activate list of aliases. Supply a comma-seperated list of
alias IDs -e.g. ID1,ID2. --help for more info
deactivate Bulk deactivate list of aliases. Supply a comma-seperated list
of alias IDs -e.g. ID1,ID2. --help for more info
delete Bulk delete list of aliases. Supply a comma-seperated list of
alias IDs -e.g. ID1,ID2. --help for more info
get-aliases Get detailed info on aliases. Supply a comma-seperated list of
alias IDs -e.g. ID1,ID2. --help for more info
restore Bulk restore list of aliases. Supply a comma-seperated list of
alias IDs -e.g. ID1,ID2. --help for more info
Testing
From source run:
pytest tests/
Development
Feel free to open a pr or file an issue. I'm working on adding new features and plan regular releases!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyaddy-0.5.4.tar.gz
(18.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pyaddy-0.5.4-py3-none-any.whl
(21.1 kB
view details)
File details
Details for the file pyaddy-0.5.4.tar.gz.
File metadata
- Download URL: pyaddy-0.5.4.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.11.6 Linux/5.15.133.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7335fa842f22e3b12f14b64adbab0c72e62fb9260eed98232cf4440f9835a37f
|
|
| MD5 |
1c25358278e8f2c5719143a5b04e9d9a
|
|
| BLAKE2b-256 |
beef042e0585d6f87828e3f0195288047334d9976ad7d9abf1c54b5c00fe2455
|
File details
Details for the file pyaddy-0.5.4-py3-none-any.whl.
File metadata
- Download URL: pyaddy-0.5.4-py3-none-any.whl
- Upload date:
- Size: 21.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.11.6 Linux/5.15.133.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e3807125810d66e934a81dec65fdde13715d614f8d08a82f810bd0e981a9e54
|
|
| MD5 |
72198629782fc980d94177adbe6f2987
|
|
| BLAKE2b-256 |
f5c3142753d51422d85d3acd9b0d460fe1fc526cb042a9b9a3c0380f57efb9f3
|