[ ソース: jinja2 ]
パッケージ: python3-jinja2 (2.10-2+deb10u1) [security]
python3-jinja2 に関するリンク
Debian の資源:
jinja2 ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [jinja.pocoo.org]
類似のパッケージ:
small but fast and easy to use stand-alone template engine
Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment.
The key-features are:
* Configurable syntax. If you are generating LaTeX or other formats with Jinja2 you can change the delimiters to something that integrates better into the LaTeX markup. * Fast. While performance is not the primarily target of Jinja2 it’s surprisingly fast. The overhead compared to regular Python code was reduced to the very minimum. * Easy to debug. Jinja2 integrates directly into the Python traceback system which allows you to debug Jinja2 templates with regular Python debugging helpers. * Secure. It’s possible to evaluate untrusted template code if the optional sandbox is enabled. This allows Jinja2 to be used as templating language for applications where users may modify the template design.
その他の python3-jinja2 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-markupsafe
- HTML/XHTML/XML string library for Python 3
-
- rec: python3-pkg-resources
- pkg_resources を用いたパッケージ検索およびリソースアクセス
-
- sug: python-jinja2-doc
- documentation for the Jinja2 Python library