Skip to content

Commit

Permalink
devel/py-cli-helpers: Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 7e17489 commit df551ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion devel/py-cli-helpers/Makefile
Expand Up @@ -12,7 +12,7 @@ WWW= https://github.com/dbcli/cli_helpers
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

# Note: wcwidth comes from tabulate[widechars]
# Note: devel/py-wcwidth comes from devel/py-tabulate[widechars]
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.5:devel/py-configobj@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.2:devel/py-tabulate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
Expand Down
22 changes: 10 additions & 12 deletions devel/py-cli-helpers/pkg-descr
@@ -1,15 +1,13 @@
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.
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.
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 is
lightweight and easy to extend.
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 is 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
What's included in CLI Helpers? - Prettyprinting of tabular data with custom
pre-processing - [in progress] config file reading/writing

0 comments on commit df551ba

Please sign in to comment.