File: control

package info (click to toggle)
python-friendly 0.7.21%2Bgit20230418.fe5d3a2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,268 kB
  • sloc: python: 2,291; makefile: 6
file content (50 lines) | stat: -rw-r--r-- 2,250 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: python-friendly
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-friendly-styles,
               python3-friendly-traceback,
               python3-platformdirs,
               python3-pygments,
               python3-pytest <!nocheck>,
               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.