[ 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
