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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: python-click
Section: python
Priority: optional
Maintainer: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
python3-sphinx,
python3-docutils,
python3-pallets-sphinx-themes,
Build-Depends-Indep: python-requests,
python-pytest,
python-colorama,
python3-requests,
python3-pytest,
python3-colorama
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/debian/python-click
Vcs-Git: https://salsa.debian.org/debian/python-click.git
Homepage: https://github.com/pallets/click
Testsuite: autopkgtest-pkg-python
Package: python-click
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-colorama
Description: Wrapper around optparse for command line utilities - Python 2.7
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 2 compatible package.
Package: python3-click
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-colorama
Description: Wrapper around optparse for command line utilities - Python 3.x
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.
Package: python-click-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
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.
|