You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ciou

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ciou

CLI input and output utils.

0.6.1
pipPyPI
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts