CLI input and output utils (ciou)
Utilities for working with inputs and outputs of command-line interfaces.
Testing
Check and automatically fix formatting with:
pycodestyle ciou
autopep8 -aaar --in-place ciou
Run static analysis with:
pylint -E --enable=invalid-name,unused-import,useless-object-inheritance ciou tst
Run unit tests with command:
python3 -m unittest discover -s tst/
Get test coverage with commands:
coverage run --branch --source ciou/ -m unittest discover -s tst/
coverage report -m
Generate the documentation with:
pdoc -d google -o docs ./ciou
Release files for ciou 0.8.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ciou-0.8.0.tar.gz | 15.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ciou-0.8.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:35.5 kB
Release files / ciou-0.8.0.tar.gz
| Download URL | ciou-0.8.0.tar.gz |
|---|---|
| Size | 15.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c6d260c9e0040e3355c0bb0d4d001d67f7cef647958a5803e4cf39556a4c8f99
|
|
BLAKE2b-256 checksum How to use checksums |
4b5902f8ea4bb34d73000d5abbb047c45ff1d3cdfea9aae59f974b21ecb774b7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / ciou-0.8.0-py3-none-any.whl
| Download URL | ciou-0.8.0-py3-none-any.whl |
|---|---|
| Size | 19.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
434ebe3c01eedfe79a7af1edf992ac24baf5a278e5850e40a199982cf539cf1b
|
|
BLAKE2b-256 checksum How to use checksums |
85cec428d4b0b93aeb7ebc600fedc7699af959953ee1a8c8f9905f973497236c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|