2014-12-21 16:26:55 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_CHEETAH
|
|
|
|
bool "python-cheetah"
|
|
|
|
depends on BR2_PACKAGE_PYTHON
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
Cheetah is an open source template engine and code
|
|
|
|
generation tool.
|
2014-12-21 16:26:55 +01:00
|
|
|
|
2017-12-18 09:21:05 +01:00
|
|
|
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.
|
2014-12-21 16:26:55 +01:00
|
|
|
|
|
|
|
https://pypi.python.org/pypi/Cheetah/
|