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
|
Source: python-better-exceptions
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Seyed Mohamad Amin Modaresi <modaresisofthard@proton.me>
Build-Depends:
debhelper-compat (= 13),
python3-all,
python3-wheel,
python3-setuptools,
pybuild-plugin-pyproject,
dh-sequence-python3,
expect,
procps,
Standards-Version: 4.7.3
Homepage: https://github.com/Qix-/better-exceptions
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-better-exceptions
Vcs-Git: https://salsa.debian.org/python-team/packages/python-better-exceptions.git
Testsuite: autopkgtest-pkg-python
Package: python3-better-exceptions
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
Description: Pretty and useful exceptions in Python, automatically
This package improves Python exception formatting with syntax highlighting
and code snippets.
|