File: control

package info (click to toggle)
python-click 8.2.0%2B0.really.8.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,456 kB
  • sloc: python: 11,531; makefile: 28; sh: 11
file content (65 lines) | stat: -rw-r--r-- 2,179 bytes parent folder | download
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
Source: python-click
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Peter Pentchev <roam@debian.org>,
Build-Depends:
 debhelper (>> 13.15.2~),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 dpkg-build-api (= 1),
 flit,
 pybuild-plugin-pyproject,
 python3-all,
 python3-doc <!nodoc>,
 python3-pallets-sphinx-themes (>= 2.0.1) <!nodoc>,
 python3-pytest <!nocheck>,
 python3-requests,
 python3-sphinx <!nodoc>,
 python3-sphinx-issues <!nodoc>,
 python3-sphinx-tabs <!nodoc>,
 python3-sphinxcontrib-log-cabinet <!nodoc>,
X-DH-Compat: 14
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-click
Vcs-Git: https://salsa.debian.org/python-team/packages/python-click.git
Homepage: https://github.com/pallets/click
Testsuite: autopkgtest-pkg-python
X-Style: black

Package: python3-click
Architecture: all
Depends:
 ${python3:Depends},
Breaks:
 python3-click-threading (<< 0.5.0),
Description: Command-Line Interface Creation Kit - 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:
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Command-Line Interface Creation Kit - 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.