summaryrefslogtreecommitdiff
path: root/PKG-INFO
blob: 5061f6093970f37c85a4b284f15ec858630667a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Metadata-Version: 1.1
Name: Cheetah3
Version: 3.0.1
Summary: Cheetah is a template engine and code generation tool
Home-page: http://cheetahtemplate.org/
Author: Oleg Broytman
Author-email: phd@phdru.name
License: MIT
Download-URL: https://pypi.python.org/pypi/Cheetah3/3.0.1
Description-Content-Type: UNKNOWN
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 CheetahTemplate library.
        
        Documentation
        ================================================================================
        For a high-level introduction to Cheetah please refer to the User's Guide
        at http://cheetahtemplate.org/users_guide/index.html
        
        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
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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