freebsd-ports/devel/py-cli-helpers/pkg-descr
2020-08-08 10:19:00 +00:00

16 lines
715 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

CLI Helpers is a Python package that makes it easy to perform common tasks when
building command-line apps. Its a helper library for command-line interfaces.
Libraries like Click and Python Prompt Toolkit are amazing tools that help you
create quality apps. CLI Helpers complements these libraries by wrapping up
common tasks in simple interfaces.
CLI Helpers is not focused on your apps design pattern or framework you can
use it on its own or in combination with other libraries. Its lightweight and
easy to extend.
Whats included in CLI Helpers?
- Prettyprinting of tabular data with custom pre-processing
- [in progress] config file reading/writing
WWW: https://github.com/dbcli/cli_helpers