summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-07 10:57:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-07 11:00:19 +0000
commit39fd6cab4da93ece412b5bad83b5a74a86e636f7 (patch)
treea2de839d59a3fda7606fc4cc7377e16d612df5b0 /debian/control
parentAdding upstream version 2.1.0. (diff)
downloadcli-helpers-39fd6cab4da93ece412b5bad83b5a74a86e636f7.tar.xz
cli-helpers-39fd6cab4da93ece412b5bad83b5a74a86e636f7.zip
Adding debian version 2.1.0-1.debian/2.1.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..19991dc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: cli-helpers
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Section: python
+Priority: optional
+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
+Homepage: https://dbcli.com
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-python,
+ python3,
+ python3-setuptools,
+Rules-Requires-Root: no
+Standards-Version: 4.5.1
+
+Package: python3-cli-helpers
+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.