~jonas-drange/ubuntu-start-page/1252899-mobile-friendly

« back to all changes in this revision

Viewing changes to src/Mako-0.1.9/lib/Mako.egg-info/PKG-INFO

  • Committer: Matthew Nuzum
  • Date: 2008-04-18 01:58:53 UTC
  • Revision ID: matthew.nuzum@canonical.com-20080418015853-2b8rf979z2c2exxl
adding files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Metadata-Version: 1.0
 
2
Name: Mako
 
3
Version: 0.1.9
 
4
Summary: A super-fast templating language that borrows the  best ideas from the existing templating languages.
 
5
Home-page: http://www.makotemplates.org/
 
6
Author: Mike Bayer
 
7
Author-email: mike@zzzcomputing.com
 
8
License: MIT
 
9
Description: Mako is a template library written in Python. It provides a familiar, non-XML
 
10
        syntax which compiles into Python modules for maximum performance. Mako's
 
11
        syntax and API borrows from the best ideas of many others, including Django
 
12
        templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
 
13
        Python (i.e. Python Server Page) language, which refines the familiar ideas
 
14
        of componentized layout and inheritance to produce one of the most
 
15
        straightforward and flexible models available, while also maintaining close
 
16
        ties to Python calling and scoping semantics.
 
17
        
 
18
        SVN version:
 
19
        <http://svn.makotemplates.org/mako/trunk#egg=Mako-dev>
 
20
        
 
21
        
 
22
Keywords: wsgi myghty mako
 
23
Platform: UNKNOWN
 
24
Classifier: Development Status :: 4 - Beta
 
25
Classifier: Environment :: Web Environment
 
26
Classifier: Intended Audience :: Developers
 
27
Classifier: Programming Language :: Python
 
28
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content