python-click/debian/control

56 lines
2.1 KiB
Plaintext
Raw Normal View History

2014-10-10 18:56:09 +02:00
Source: python-click
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
2020-08-24 05:02:58 +02:00
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
Build-Depends: debhelper-compat (= 12),
2015-07-17 17:49:26 +02:00
dh-python,
python3-all,
python3-docutils,
python3-pallets-sphinx-themes,
2020-08-24 05:02:58 +02:00
python3-setuptools,
python3-sphinx,
python3-sphinxcontrib-log-cabinet <!nodoc>,
2020-08-24 05:02:58 +02:00
Build-Depends-Indep: python3-colorama,
2015-07-17 14:19:12 +02:00
python3-pytest,
2020-08-24 05:02:58 +02:00
python3-requests,
Standards-Version: 4.5.0
2019-09-20 01:20:51 +02:00
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-click
Vcs-Git: https://salsa.debian.org/python-team/modules/python-click.git
2018-04-13 15:12:54 +02:00
Homepage: https://github.com/pallets/click
Testsuite: autopkgtest-pkg-python
2014-10-10 18:56:09 +02:00
Package: python3-click
Architecture: all
2020-08-24 05:02:58 +02:00
Depends: python3-colorama,
${misc:Depends},
${python3:Depends},
2018-04-04 04:00:59 +02:00
Description: Wrapper around optparse for command line utilities - Python 3.x
2014-10-10 18:56:09 +02:00
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
.
It aims to make the process of writing command line tools quick and fun
while also preventing any frustration caused by the inability to implement
an intended CLI API.
.
This is the Python 3 compatible package.
2018-04-04 04:00:59 +02:00
Package: python-click-doc
Section: doc
Architecture: all
2020-08-24 05:02:58 +02:00
Depends: ${misc:Depends},
${sphinxdoc:Depends},
2018-04-04 04:00:59 +02:00
Description: Wrapper around optparse for command line utilities - documentation
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
.
It aims to make the process of writing command line tools quick and fun
while also preventing any frustration caused by the inability to implement
an intended CLI API.
.
This package contains the documentation for Click.