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.5.tar.gz
(18.6 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.5-py3-none-any.whl
(22.0 kB
view details)
File details
Details for the file pyaddy-0.5.5.tar.gz.
File metadata
- Download URL: pyaddy-0.5.5.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.11.7 Linux/5.15.133.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
340751cd21b7009f9102f7f4459918a603ba5fa1a4ac75c4fe29dc6f26be6a9d
|
|
| MD5 |
273f60c2ac9b3edf8ea1feedc93cedcc
|
|
| BLAKE2b-256 |
a76bddc9d46ff2c5a317f1a43dcfed762cef81ec5e7d00a75ecde10d6091a17b
|
File details
Details for the file pyaddy-0.5.5-py3-none-any.whl.
File metadata
- Download URL: pyaddy-0.5.5-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.11.7 Linux/5.15.133.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72db6c844b5cd1e4b7c629b6c927bcbc6bde6046772dba8e34fb7fc0761d8c48
|
|
| MD5 |
317751be837b53e217a9e87123a6ac75
|
|
| BLAKE2b-256 |
c29d3e3010f3f26199c6d33983093a6ef0decc88f6491734371199edc137072d
|