summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 17:37:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 17:37:29 +0000
commit18cc25eb8cf2e77d2df522fb5bdae15430162361 (patch)
tree9e95dcfea894a9e8526ba8fc22f5e19400750701 /debian/control
parentAdding upstream version 2.3.0. (diff)
downloadcli-helpers-18cc25eb8cf2e77d2df522fb5bdae15430162361.tar.xz
cli-helpers-18cc25eb8cf2e77d2df522fb5bdae15430162361.zip
Adding debian version 2.3.0-2.debian/2.3.0-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..645b0a4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: cli-helpers
+Section: python
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ python3,
+ python3-setuptools,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: https://dbcli.com
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/cli-helpers
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/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.