PKG-INFO 1.2 KB

1234567891011121314151617181920212223242526
  1. Metadata-Version: 1.0
  2. Name: Mako
  3. Version: 0.3.4
  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. Keywords: wsgi myghty mako
  18. Platform: UNKNOWN
  19. Classifier: Development Status :: 5 - Production/Stable
  20. Classifier: Environment :: Web Environment
  21. Classifier: Intended Audience :: Developers
  22. Classifier: Programming Language :: Python
  23. Classifier: Programming Language :: Python :: 3
  24. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content