Metadata-Version: 1.2
Name: tem-py
Version: 1.1.0
Summary: Python OOP Templating System
Home-page: https://github.com/Hrabal/TemPy
Author: Federico Cerchiari
Author-email: federicocerchiari@gmail.com
License: APACHE 2.0
Download-URL: https://github.com/Hrabal/TemPy/archive/1.1.0.tar.gz
Description: 
        Build HTML without writing a single tag.
        TemPy dynamically generates HTML and accesses it in a pure Python or jQuery fashion.
        Navigating the DOM and manipulating tags is also possible in a Python or jQuery-similar sintax.
        
        No parsing and a simple structure makes TemPy fast. TemPy simply adds html tags around your data, and the actual html string exists only at render time.
        
Keywords: python3,templating,html,web
Platform: UNKNOWN
Requires-Python: >=3.3
