File: control

package info (click to toggle)
python-colored-traceback 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: python: 96; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,021 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
Source: python-colored-traceback
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Timo Röhling <roehling@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-colorama,
 python3-pygments,
 python3-setuptools,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/python-team/packages/python-colored-traceback.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-colored-traceback
Homepage: https://github.com/staticshock/colored-traceback.py
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-colored-traceback
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-colorama,
Description: Colorization for Python 3 tracebacks
 Automatically colorize Python's uncaught exception tracebacks.
 colored_traceback can be used both as module or as executable.
 The colorization is done with pygments.