CLI input and output utils.
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ciou-0.6.1.tar.gz
(12.8 kB
view details)
Built Distribution
ciou-0.6.1-py3-none-any.whl
(15.9 kB
view details)
File details
Details for the file ciou-0.6.1.tar.gz
.
File metadata
- Download URL: ciou-0.6.1.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d17254de92c4ed931030e004250d194d0936ed6a054308f7516f7fecf04d6bfa
|
|
MD5 |
76fba0c52bebd1e4dec1861def90a31c
|
|
BLAKE2b-256 |
147c6ebdeac6245204abaacc871041d5210d2ddacaee2374948b9d9d2ca26e52
|
File details
Details for the file ciou-0.6.1-py3-none-any.whl
.
File metadata
- Download URL: ciou-0.6.1-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c1c6dff3faeb0e6274f0b376f263d62e1007a97fddb0b61068da75e333ad7eb7
|
|
MD5 |
18689d87d2bb87699b5c93b2a3e50ac5
|
|
BLAKE2b-256 |
cc2779fe7442c06282885619c2dac27b72b2ee5c9de6b751fe85134b1e55e1d5
|