Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/jinja2/SPKG.txt
8817 views
1
= Jinja2 =
2
3
== Description ==
4
5
Jinja2 is a library for Python 2.4 and onwards that is designed to be
6
flexible, fast and secure.
7
8
If you have any exposure to other text-based template languages, such
9
as Smarty or Django, you should feel right at home with Jinja2. It's
10
both designer and developer friendly by sticking to Python's
11
principles and adding functionality useful for templating
12
environments.
13
14
== License ==
15
16
Modified BSD License
17
18
== SPKG Maintainers ==
19
20
* Tim Dumol <[email protected]>
21
* John Palmieri <[email protected]>
22
* Mike Hansen <[email protected]>
23
24
== Upstream Contact ==
25
26
Author: Pocoo Team <http://pocoo.org>
27
Homepage: http://jinja.pocoo.org/
28
29
== Dependencies ==
30
31
* Python (>= 2.4)
32
* setuptools (or distribute)
33
* Pygments (according to 'spkg/standard/deps')
34
* docutils (dito, as a note only)
35
36
== Special Update/Build Instructions ==
37
38
None. (Just make sure its prerequisites are new enough in Sage, to avoid
39
downloads during the build / installation.)
40
41
== Changelog ==
42
43
=== jinja2-2.5.5 (Leif Leonhardy, December 3rd, 2010) ===
44
* #10423: Upgrade to version 2.5.5, as Sphinx (1.0.4) requires a version >=2.2
45
(cf. #10350).
46
* Some clean-up, dependencies added.
47
48
=== jinja2-2.1.1 (Tim Dumol, September 6th, 2009) ===
49
* Upgrade to version 2.
50
51
=== jinja2-1.2 (Mike Hansen, September 15th, 2008) ===
52
* Initial version.
53
54