1
0
Fork 0
cli-helpers/debian/control
Daniel Baumann 4863dc840c
Updating email address.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-07 01:03:33 +01:00

28 lines
902 B
Text

Source: cli-helpers
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://dbcli.com
Vcs-Browser: https://forgejo.debian.net/dbcli/cli-helpers
Vcs-Git: https://forgejo.debian.net/dbcli/cli-helpers
Package: python3-cli-helpers
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: easy command-line apps with Python
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.