Description
python3-jinja2 - small but fast and easy to use stand-alone template engine
Property | Value |
---|---|
Distribution | Ubuntu 18.04 LTS (Bionic Beaver) |
Repository | Ubuntu Main amd64 |
Package name | python3-jinja2 |
Package version | 2.10 |
Package release | 1 |
Package architecture | all |
Package type | deb |
Installed size | 481 B |
Download size | 93.00 KB |
Official Mirror | archive.ubuntu.com |
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.
Alternatives
Package | Version | Architecture | Repository |
---|---|---|---|
python3-jinja2_2.10-1_all.deb | 2.10 | all | Ubuntu Main |
python3-jinja2 | - | - | - |
Requires
Name | Value |
---|---|
python3-markupsafe | - |
python3:any | >= 3.3.2-2~ |
Download
Type | URL |
---|---|
Binary Package | python3-jinja2_2.10-1_all.deb |
Source Package | jinja2 |
Install Howto
- Update the package index:
# sudo apt-get update
- Install python3-jinja2 deb package:
# sudo apt-get install python3-jinja2
Files
Path |
---|
/usr/lib/python3/dist-packages/Jinja2-2.10.egg-info/PKG-INFO |
/usr/lib/python3/dist-packages/Jinja2-2.10.egg-info/dependency_links.txt |
/usr/lib/python3/dist-packages/Jinja2-2.10.egg-info/entry_points.txt |
/usr/lib/python3/dist-packages/Jinja2-2.10.egg-info/not-zip-safe |
/usr/lib/python3/dist-packages/Jinja2-2.10.egg-info/requires.txt |
/usr/lib/python3/dist-packages/Jinja2-2.10.egg-info/top_level.txt |
/usr/lib/python3/dist-packages/jinja2/__init__.py |
/usr/lib/python3/dist-packages/jinja2/_compat.py |
/usr/lib/python3/dist-packages/jinja2/_identifier.py |
/usr/lib/python3/dist-packages/jinja2/asyncfilters.py |
/usr/lib/python3/dist-packages/jinja2/asyncsupport.py |
/usr/lib/python3/dist-packages/jinja2/bccache.py |
/usr/lib/python3/dist-packages/jinja2/compiler.py |
/usr/lib/python3/dist-packages/jinja2/constants.py |
/usr/lib/python3/dist-packages/jinja2/debug.py |
/usr/lib/python3/dist-packages/jinja2/defaults.py |
/usr/lib/python3/dist-packages/jinja2/environment.py |
/usr/lib/python3/dist-packages/jinja2/exceptions.py |
/usr/lib/python3/dist-packages/jinja2/ext.py |
/usr/lib/python3/dist-packages/jinja2/filters.py |
/usr/lib/python3/dist-packages/jinja2/idtracking.py |
/usr/lib/python3/dist-packages/jinja2/lexer.py |
/usr/lib/python3/dist-packages/jinja2/loaders.py |
/usr/lib/python3/dist-packages/jinja2/meta.py |
/usr/lib/python3/dist-packages/jinja2/nativetypes.py |
/usr/lib/python3/dist-packages/jinja2/nodes.py |
/usr/lib/python3/dist-packages/jinja2/optimizer.py |
/usr/lib/python3/dist-packages/jinja2/parser.py |
/usr/lib/python3/dist-packages/jinja2/runtime.py |
/usr/lib/python3/dist-packages/jinja2/sandbox.py |
/usr/lib/python3/dist-packages/jinja2/tests.py |
/usr/lib/python3/dist-packages/jinja2/utils.py |
/usr/lib/python3/dist-packages/jinja2/visitor.py |
/usr/share/doc/python3-jinja2/changelog.Debian.gz |
/usr/share/doc/python3-jinja2/copyright |
/usr/share/python3/bcep/python3-jinja2.bcep |
Changelog
2017-11-30 - Piotr Ożarowski <piotr@debian.org> jinja2 (2.10-1) unstable; urgency=medium * New upstream release * Add python3-sphinx to Build-Depends and invoke dh_sphinxdoc after building documentation * Standards-version bumped to 4.1.1 - -doc package's Priority changed to optional
2017-06-20 - Piotr Ożarowski <piotr@debian.org> jinja2 (2.9.6-1) unstable; urgency=medium [ Piotr Ożarowski ] * New upstream release * Install CHANGES file as upstream changelog (closes: 857722) * Standards-version bumped to 4.0.0 (no other changes needed) [ Michael Hudson-Doyle ] * Install asyncsupport.py and asyncfilters.py now that Python 3.6 is a supported version (but do not compile them on install with Python 3.5). (closes: 862699)
2017-02-07 - Piotr Ożarowski <piotr@debian.org> jinja2 (2.9.5-1) unstable; urgency=medium * New upstream release - restores original repr of the internal _GroupTuple which fixes ansible (closes: 851741)
2017-01-10 - Piotr Ożarowski <piotr@debian.org> jinja2 (2.9.4-1) unstable; urgency=medium [ Ondřej Nový ] * Fixed VCS URL (https) [ Piotr Ożarowski ] * New upstream release - do not install async* files, they require Python >= 3.6 * Standards-version bumped to 3.9.8 (no other changes needed)
2015-08-01 - Piotr Ożarowski <piotr@debian.org> jinja2 (2.8-1) unstable; urgency=medium * New upstream release - drop jinja2-typos and drop_next_import_from_docs-jinjaext patches - both applied upstream * rewrite debian/rules to dh sequencer and pybuild buildsystem * Standards-version bumped to 3.9.6 (no other changes needed)
2014-06-10 - Piotr Ożarowski <piotr@debian.org> jinja2 (2.7.3-1) unstable; urgency=medium * New upstream release * Drop fix_CVE-2014-0012.patch (better fix applied upstream) * Homepage updated
2014-01-12 - Piotr Ożarowski <piotr@debian.org> jinja2 (2.7.2-2) unstable; urgency=high * Add fix_CVE-2014-1402 patch which uses tempfile.mkdtemp to create cache dir (closes: 734956)
2014-01-10 - Piotr Ożarowski <piotr@debian.org> jinja2 (2.7.2-1) unstable; urgency=high * New upstream release - changes default folder for the filesystem cache (closes: 734747, CVE-2014-1402)
2013-08-08 - Piotr Ożarowski <piotr@debian.org> jinja2 (2.7.1-1) unstable; urgency=low * New upstream release
2013-05-25 - Piotr Ożarowski <piotr@debian.org> jinja2 (2.7-3) unstable; urgency=low [ Jakub Wilk ] * Restore Python 3.2 compatibility (closes: #709638) * Fix bunch of typos in the documentation (closes: #679534)
See Also
Package | Description |
---|---|
python3-json-pointer_1.10-1_all.deb | resolve JSON pointers - Python 3.x |
python3-jsonpatch_1.19+really1.16-1fakesync1_all.deb | library to apply JSON patches - Python 3.x |
python3-jsonschema_2.6.0-2_all.deb | An(other) implementation of JSON Schema (Draft 3 and 4) - Python 3.x |
python3-jwt_1.5.3+ds1-1_all.deb | Python 3 implementation of JSON Web Token |
python3-keyring_10.6.0-1_all.deb | store and access your passwords safely - Python 3 version of the package |
python3-keyrings.alt_3.0-1_all.deb | alternate backend implementations for python3-keyring |
python3-launchpadlib_1.10.6-1_all.deb | Launchpad web services client library (Python 3) |
python3-lazr.restfulclient_0.13.5-1_all.deb | client for lazr.restful-based web services (Python 3) |
python3-lazr.uri_1.0.3-2build1_all.deb | library for parsing, manipulating, and generating URIs |
python3-lazy-object-proxy_1.3.1-1_amd64.deb | Python 3 fast and thorough lazy object proxy |
python3-ldap_3.0.0-1_amd64.deb | LDAP interface module for Python3 |
python3-lib2to3_3.6.5-3_all.deb | Interactive high-level object-oriented language (2to3, version 3.6) |
python3-libapparmor_2.12-4ubuntu5_amd64.deb | AppArmor library Python3 bindings |
python3-libvoikko_4.1.1-1.1_all.deb | Python bindings for libvoikko |
python3-libxml2_2.9.4+dfsg1-6.1ubuntu1_amd64.deb | Python3 bindings for the GNOME XML library |
Advertisement
Advertisement