[3] | 1 | Metadata-Version: 1.0 |
---|
| 2 | Name: Mako |
---|
| 3 | Version: 0.2.5 |
---|
| 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 |
---|