Metadata-Version: 2.1
Name: CT3
Version: 3.3.3
Summary: Cheetah is a template engine and code generation tool
Home-page: https://cheetahtemplate.org/
Download-URL: https://pypi.org/project/CT3/3.3.3
Author: Tavis Rudd
Author-email: tavis@damnsimple.com
Maintainer: Oleg Broytman
Maintainer-email: phd@phdru.name
License: MIT
Project-URL: Homepage, https://cheetahtemplate.org/
Project-URL: Documentation, https://cheetahtemplate.org/users_guide/index.html
Project-URL: Download, https://pypi.org/project/CT3/3.3.3/
Project-URL: Github repo, https://github.com/CheetahTemplate3
Project-URL: Issue tracker, https://github.com/CheetahTemplate3/cheetah3/issues
Project-URL: Wikipedia, https://en.wikipedia.org/wiki/CheetahTemplate
Keywords: template
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Text Processing
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/x-rst
License-File: LICENSE
Provides-Extra: filters
Requires-Dist: markdown; extra == "filters"
Provides-Extra: markdown
Requires-Dist: markdown; extra == "markdown"

Cheetah3 is a free 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.

Documentation
================================================================================
For a high-level introduction to Cheetah please refer to the User's Guide
at https://cheetahtemplate.org/users_guide/index.html

Credits
================================================================================
https://cheetahtemplate.org/authors.html

https://github.com/CheetahTemplate3/cheetah3/blob/master/LICENSE

Recent Changes
================================================================================
See https://cheetahtemplate.org/news.html for full details

