Metadata-Version: 1.1
Name: kemmering
Version: 1.0.3
Summary: Super simple XMLish tags
Home-page: https://github.com/chrisrossi/kemmering
Author: Chris Rossi
Author-email: pylons-discuss@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: Kemmering
        =========
        
        `Kemmering` makes generating, templating, and composing little snippets of HTML
        or other XMLish markup easy.
        
        For full documentation see http://kemmering.readthedocs.org/.
        
        
        1.0.3 (2017-08-08)
        ==================
        
        Added cdata. (Not documented.)
        
        1.0.2 (2017-08-07)
        ==================
        
        Properly escape text.
        
        1.0 (2016-02-06)
        ================
        
        First release.
        
Keywords: web html pylons xml templates
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: License :: Repoze Public License
