Metadata-Version: 1.1
Name: tatl
Version: 0.0.1
Summary: Tag & Attribute Template Language
Home-page: https://github.com/tln/tatl
Author: Tony Lownds
Author-email: tony@lownds.com
License: BSD
Description: TATL templates are expressive, easy to learn, and cross easily from
        server to client. TATL uses the natural block structure in your HTML code,
        resulting in less repetition and more natural indentation.
        
        Templates are precompiled into either Python or Javascript and then loaded
        as modules.
        
Keywords: templates
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
