ports/devel/py-cli-helpers/pkg-descr
Sunpoet Po-Chuan Hsieh 71863ae1a0 Add py-cli-helpers 0.2.1
CLI Helpers is a Python package that makes it easy to perform common tasks when
building command-line apps. It’s 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 app’s design pattern or framework – you can
use it on its own or in combination with other libraries. It’s lightweight and
easy to extend.

What’s included in CLI Helpers?
- Prettyprinting of tabular data with custom pre-processing
- [in progress] config file reading/writing

WWW: https://pypi.python.org/pypi/cli-helpers
WWW: https://github.com/dbcli/cli_helpers
2017-07-13 18:07:04 +00:00

17 lines
761 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://pypi.python.org/pypi/cli-helpers
WWW: https://github.com/dbcli/cli_helpers