Paket: python-jinja (1.2-1) [universe]
Links für python-jinja
Ubuntu-Ressourcen:
Quellcode-Paket jinja herunterladen:
Betreuer:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Piotr Ożarowski
- Debian Python Modules Team (E-Mail-Archiv)
It should generally not be necessary for users to contact the original maintainer.
Ähnliche Pakete:
small but fast and easy to use stand-alone template engine
Jinja provides a Django-like non-XML syntax and compiles templates into executable Python code. It's basically a combination of Django templates and Python code.
Philosophy: application logic is for the controller but don't try to make the life for the template designer too hard by giving him too few functionality.
Features:
* Simple API. * Extremely lightweight. * The whole engine is completely sandboxed. A template designer won't be able to modify application data or execute dangerous code * You can use nearly every Python expression. Not supported are the binary operators and list comprehensions / generator expressions. * Uses the same concept for inheritance Django uses. It's very powerful and easy to understand. * Provides so called macros that allow you to put often used template snippets into callable blocks * Designer friendly. Jinja simplifies many things for a template designer. Loops can be used in a recursive way, filters are available to format values, loops know about their iteration etc. * Dynamic syntax. You don't like the Django block syntax? You can override the syntax elements on environment initialisation. It's no problem to use ASP/PHP/Ruby syntax, html comments for blocks etc.
Andere Pakete mit Bezug zu python-jinja
|
|
|
-
- dep: libc6 (>= 2.6.1-1)
- GNU C Library: Shared libraries
auch ein virtuelles Paket, bereitgestellt durch libc6-udeb
-
- dep: python (<< 2.6)
- An interactive high-level object-oriented language (default version)
- dep: python (>= 2.4)
-
- dep: python-central (>= 0.5.8)
- register and build utility for Python packages
-
- rec: python-markdown (>= 1.4-2)
- text-to-HTML conversion library/tool
-
- rec: python-setuptools (>= 0.6b3-1)
- Python Distutils Enhancements
-
- rec: python-simplejson (>= 1.1-1.1)
- Simple, fast, extensible JSON encoder/decoder for Python
-
- rec: python-textile (>= 2.0.10-3.1)
- Python parser for the Textile markup
python-jinja herunterladen
| Architektur | Paketgröße | Größe (installiert) | Dateien |
|---|---|---|---|
| amd64 | 120,1 kB | 556,0 kB | [Liste der Dateien] |
| i386 | 118,6 kB | 540,0 kB | [Liste der Dateien] |