Arkindex CLI client easy and sexy to use
Project description
Arkindex CLI
Documentation for users is available in the docs folder, and online as cli.arkindex.org.
Dev setup
Requirements:
- Python 3.7+
mkvirtualenv cli
pip install -e .
arkindex -h
Unit tests
Tox is used on this project to run all unit tests:
pip install tox
tox
Linting
We use pre-commit to check the Python source code syntax of this project.
To avoid superfluous commits, always run pre-commit before committing.
To do that, run once :
pip install pre-commit
pre-commit install
The linting workflow will now run on modified files before committing, and may fix issues for you.
If you want to run the full workflow on all the files: pre-commit run -a
.
Documentation
Please keep the documentation updated when modifying or adding commands.
It's pretty easy to do:
pip install .[docs]
mkdocs serve
You can then write in Markdown in the relevant docs/*.md
files, and see live output on http://localhost:8000
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
Built Distribution
File details
Details for the file arkindex_cli-0.4.5.tar.gz
.
File metadata
- Download URL: arkindex_cli-0.4.5.tar.gz
- Upload date:
- Size: 96.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ccf433d500b9fb6f6b68c9428c8fb4ac143f64f2c45747b6cf5fb12a5fcf831 |
|
MD5 | 7163d68de6b083cfe70c61f6a282381c |
|
BLAKE2b-256 | e284b00854cc5310e2ecd3a5ee0dc24aaed186dbc9cc65ab2f40dde7337c6cc1 |
File details
Details for the file arkindex_cli-0.4.5-py3-none-any.whl
.
File metadata
- Download URL: arkindex_cli-0.4.5-py3-none-any.whl
- Upload date:
- Size: 121.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75e3cf912ecbcd99a394f290059c6e3b4529c86854b62a22ed96f43661a2a6a1 |
|
MD5 | 445893242a5f8bc3b197f10a4ed9f0b5 |
|
BLAKE2b-256 | 03767360fdb948b026072b3d14623e815365dd09e4937283d9516cb305e96655 |