File: control

package info (click to toggle)
click-help-colors 0.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: python: 716; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 744 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
Source: click-help-colors
Section: python
Priority: optional
Maintainer: Sakirnth Nagarasa <sakirnth@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/r-m-n/click-help-colors
Vcs-Browser: https://salsa.debian.org/saki/click-help-colors
Vcs-Git: https://salsa.debian.org/saki/click-help-colors.git

Package: python3-click-help-colors
Architecture: all
Depends:
 python3-click,
 ${misc:Depends},
 ${python3:Depends},
Description: colorize help messages in click (Python 3.x)
 Colorization of help messages in Click. Improves the readability of help
 messages.
 .
 This package contains the Python 3.x module.