Skip to main content

CLI input and output utils.

Project description

CLI input and output utils (ciou)

CI Docs Release Maintainability Test Coverage

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.0.tar.gz (12.7 kB view hashes)

Uploaded Source

Built Distribution

ciou-0.6.0-py3-none-any.whl (15.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page