Cheetah is a template engine and code generation tool
http://cheetahtemplate.org/
Cheetah3 is a free (BSD-style) and open source template engine and code
generation tool.
It can be used standalone or combined with other tools and frameworks. Web
development is its principle use, but Cheetah is very flexible and is also being
used to generate C++ game code, Java, sql, form emails and even Python code.
It's a fork of the original CheetahTemplate library.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / python-Cheetah3
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-Cheetah3 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Cheetah3-3.2.2.tar.gz | 0000294457 288 KB | |
_link | 0000000124 124 Bytes | |
python-Cheetah3.changes | 0000003077 3 KB | |
python-Cheetah3.spec | 0000002375 2.32 KB |
Revision 14 (latest revision is 33)
Martin Pluskal (pluskalm)
committed
(revision 14)
- Update to version 3.2.2: * Replaced outdated and insecure mktemp with mkstemp. * Fixed bugs in TemplateCmdLineIface.py: read binary pickles from stdin and files. * Use cgi.escape() for Python 2, html.escape() for Python 3. * Created tests for TemplateCmdLineIface. - Update test dependencies
Comments 0