1config BR2_PACKAGE_PYTHON_CHEETAH
2	bool "python-cheetah"
3	help
4	  Cheetah is an open source template engine and code
5	  generation tool.
6
7	  It can be used standalone or combined with other tools and
8	  frameworks. Web development is its principle use, but
9	  Cheetah is very flexible and is also being used to generate
10	  C++ game code, Java, sql, form emails and even Python code.
11
12	  https://pypi.org/project/Cheetah3/
13