Metadata-Version: 1.1
Name: ashes
Version: 0.7.0
Summary: Lightweight templating for Python (a la dust.js)
Home-page: https://github.com/mahmoud/ashes
Author: Mahmoud Hashemi
Author-email: mahmoudrhashemi@gmail.com
License: BSD
Description: 
        Ashes provides a Python implementation of dust_, a lightweight
        templating language that makes it easy to create purely data-driven
        templates that work equally well on servers and clients.
        
        Ashes is pure Python and is tested on Python 2.7, 3.x, and PyPy.
        
        .. _dust: http://akdubya.github.com/dustjs/
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Text Processing :: Markup
