blob: e4995de4439acc338593c0a8ae7c9cf05b8c92fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Source: cli-helpers
Section: python
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Bugs: mailto:maintainers@lists.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.
|