root/galaxy-central/eggs/Mako-0.2.5-py2.6.egg/EGG-INFO/PKG-INFO @ 3

リビジョン 3, 1.3 KB (コミッタ: kohda, 14 年 前)

Install Unix tools  http://hannonlab.cshl.edu/galaxy_unix_tools/galaxy.html

行番号 
1Metadata-Version: 1.0
2Name: Mako
3Version: 0.2.5
4Summary: A super-fast templating language that borrows the  best ideas from the existing templating languages.
5Home-page: http://www.makotemplates.org/
6Author: Mike Bayer
7Author-email: mike@zzzcomputing.com
8License: MIT
9Description: 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       
22Keywords: wsgi myghty mako
23Platform: UNKNOWN
24Classifier: Development Status :: 4 - Beta
25Classifier: Environment :: Web Environment
26Classifier: Intended Audience :: Developers
27Classifier: Programming Language :: Python
28Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。