Metadata-Version: 1.0
Name: kid
Version: 0.6.3
Summary: Kid - A simple and pythonic XML template language
Home-page: http://lesscode.org/projects/kid/
Author: Ryan Tomayko
Author-email: rtomayko@gmail.com
License: MIT
Download-URL: http://lesscode.org/dist/kid/kid-0.6.3.tar.gz
Description: Kid is a simple Python based template language for generating and
        transforming XML vocabularies. Kid was spawned as a result of a kinky love
        triangle between XSLT, TAL, and PHP. We believe many of the best features
        of these languages live on in Kid with much of the limitations and
        complexity stamped out (well, eventually :).
        
        Templates are compiled to native Python byte-code and may be imported and
        used like normal Python modules.
        
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: XML
