Source: python-friendly Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Josenilson Ferreira da Silva Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-friendly-styles, python3-friendly-traceback, python3-platformdirs, python3-pygments, python3-pytest , python3-rich, python3-setuptools Testsuite: autopkgtest-pkg-pybuild Standards-Version: 4.7.2 Homepage: https://github.com/friendly-traceback/friendly Vcs-Browser: https://salsa.debian.org/python-team/packages/python-friendly Vcs-Git: https://salsa.debian.org/python-team/packages/python-friendly.git Package: python3-friendly Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Friendlier tracebacks in any language Friendly is a Python module designed to replace Python's default tracebacks with error messages that are clear, educational, and adaptable to beginners, while remaining useful for experienced developers. It analyzes exceptions at runtime and provides detailed explanations of the causes, potential solutions, and context of the error, including the values ​​of relevant variables. . Key Features: - Accessible explanations Translates complex Python errors (like IndexError, NameError) into plain language, with practical suggestions (e.g. "Did you mean cos instead of cost?") - Multilingual support Provides full translations into French, Spanish, Russian, Tamil and partial translations into Hebrew/Italian, allowing non-English-speaking users to understand errors in their native language. - Flexible integration Works in terminals, IDEs (like VS Code, Jupyter Notebooks) and educational environments (Mu, custom IDLE via friendly_idle) - Color modes (--format light/dark) for better readability - Advanced diagnostics Pinpoints the exact location of the error, variable values ​​at the time of the error and the scope of available names.