Metadata-Version: 1.1
Name: templar
Version: 1.0.0.dev1
Summary: A static templating engine written in Python
Home-page: https://github.com/albert12132/templar
Author: Albert Wu
Author-email: albert12132@gmail.com
License: MIT
Description: Templar
        =======
        
        Templar is a static templating engine written in Python. Templar
        supports template inheritance as well as content linking. In addition,
        Templar allows users to create custom content tags using Python regular
        expressions.
        
Keywords: templating,static template,markdown
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
