A framework for creating interactive commands with Argus' APIs
Project description
Argus Toolbelt
Argus Toolbelt is a framework for unifying commandline tools to interact with Argus under one command. This framework also makes it easy for others to develop their own commands with a simple pythonic interface.
While any command can be made, Argus is also a first class citizen, meaning that a command developer won't have to deal with auth and HTTP requests.
Usage
As with most other packages, Argus Toolbelt is available on PyPi.
pip install argus-toolbelt
After the package has been installed, it can be ran as argus-cli
on the
commandline. You'll find
For a full list of commands, try:
argus-cli --help
If you for example want to check statistics for all cases, you can write:
argus-cli cases statistics
Development
This repository is using Poetry as it's dependency system, meaning it has to be installed on your system first.
pip install poetry
To install this repository use:
poetry install
Now you should be able to run with:
poetry run argus-cli
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 Distributions
Built Distribution
Hashes for argus_toolbelt-4.8.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8278c1f515fada2ea7c39f7942261d18e7e5b24fca04f257ac15fc9c455fc3d9 |
|
MD5 | de53d29782279536aeca10a085db902b |
|
BLAKE2b-256 | f6e91a348d2511d33fd54a67599c8c46c77e0654bdfd2040bb4501791e6721a1 |