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
|
Source: python-friendly-traceback
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-asttokens,
python3-executing,
python3-pure-eval,
python3-pytest <!nocheck>,
python3-tk <!nocheck>,
python3-setuptools,
python3-stack-data
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.2
Homepage: https://github.com/friendly-traceback/friendly-traceback
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-friendly-traceback
Vcs-Git: https://salsa.debian.org/python-team/packages/python-friendly-traceback.git
Package: python3-friendly-traceback
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: Friendlier tracebacks in any language
Friendly-traceback analyzes and reformats Python error messages,
providing detailed explanations about the cause of the error and
possible solutions. It is useful for developers, students, and
debugging tools, making error analysis more accessible and educational.
.
Main features:
- Detailed and educational explanations for Python exceptions.
- Support for multiple languages.
- Can be integrated into other debugging projects.
|