Metadata-Version: 1.2
Name: Cheetah3
Version: 3.0.0a0
Summary: Cheetah3 is a template engine and code generation tool.
Home-page: http://cheetahtemplate.org
Author: Adam Karpierz
Author-email: python@python.pl
License: MIT
Download-URL: https://pypi.python.org/pypi/Cheetah3/3.0.0a0
Description: 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 <https://github.com/cheetahtemplate/cheetah>`_
        CheetahTemplate library.
        
        Documentation
        =============
        For a high-level introduction to Cheetah please refer to the User's Guide
        at http://cheetahtemplate.org/users_guide/
        
        Credits
        =======
        http://cheetahtemplate.org/authors.html
        
        https://github.com/CheetahTemplate3/cheetah3/blob/master/LICENSE
        
        Recent Changes
        ==============
        See http://cheetahtemplate.org/news.html for full details
Keywords: Cheetah3,Cheetah
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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.0,!=3.0.*,!=3.1.*,!=3.2.*
