[ sid ]
[ 源代码: python-friendly ]
软件包:python3-friendly(0.7.21+git20230418.fe5d3a2-1)
python3-friendly 的相关链接
Debian 的资源:
下载源码包 python-friendly:
- [python-friendly_0.7.21+git20230418.fe5d3a2-1.dsc]
- [python-friendly_0.7.21+git20230418.fe5d3a2.orig.tar.xz]
- [python-friendly_0.7.21+git20230418.fe5d3a2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-friendly 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-friendly-styles
- Pygments styles designed for friendly/friendly-traceback
-
- dep: python3-friendly-traceback
- Friendlier tracebacks in any language
-
- dep: python3-platformdirs
- determining appropriate platform-specific directories (Python 3)
-
- dep: python3-pygments
- syntax highlighting package written in Python 3
-
- dep: python3-rich
- render rich text, tables, progress bars, syntax highlighting, markdown and more
