Metadata-Version: 1.0
Name: ptemplate
Version: 0.1.2
Summary: data-based templating
Home-page: http://packages.python.org/ptemplate
Author: Will Maier
Author-email: willmaier@ml1.net
License: UNKNOWN
Description: ptemplate is a lightweight templating engine for Python, heavily inspired by
        Google's `ctemplate <http://google-ctemplate.googlecode.com/>`_ language.
        Like ctemplate, ptemplate strongly separates the application's logic and
        presentation. At its heart, ptemplate is an extension of Python's advanced
        string formatting facility -- it extends the interpreter's built-in formatters
        to provide a fast, expressive, content-agnostic templating system.
        
Keywords: template text json data
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment :: Buffet
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing
