Metadata-Version: 1.1
Name: stpl2
Version: 0.2
Summary: Fast and pythonic template engine
Home-page: https://github.com/ergoithz/stpl2
Author: Felipe A. Hernandez
Author-email: ergoithz@gmail.com
License: MIT
Download-URL: https://github.com/ergoithz/stpl2/tarball/0.2
Description: 
        Stpl2
        ========
        
        Stpl2 (formerly SimpleTemplate Engine 2) is a reimplementation
        of bottle.py SimpleTemplate Engine templating system focused on
        code quality, maintenability and documentation, and it's aimed
        to generate high-quality and fast python code from templates.
        
        More details on the `github page <https://github.com/ergoithz/stpl2/>`_.
        
        
        Development Version
        -------------------
        
        The Stpl2 development version can be installed by cloning the git
        repository from `github`_::
        
            git clone git@github.com:ergoithz/stpl2.git
        
        .. _github: https://github.com/ergoithz/stpl2
        
Keywords: template,engine
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
