Metadata-Version: 1.0
Name: Kwartzite
Version: 0.0.1
Summary: Template engine for HTML using plain old html file
Home-page: http://pypi.python.org/pypi/Kwartzite
Author: makoto kuwata
Author-email: kwa@kuwata-lab.com
License: MIT License
Download-URL: http://pypi.python.org/packages/source/K/Kwartzite/Kwartzite-0.0.1.tar.gz
Description: ==================
        PyKwartzite README
        ==================
        
        Release: $Release: 0.0.1 $
        
        
        Overview
        ========
        
        PyKwartzite is a template system for Python and HTML.
        It keeps plain old html file and separates presentation logics from html template.
        
        PyKwartzite is inspired by Kwartz.
        
        *NOTICE* PyKwartzite is under alpha version.
        
        
        Example
        =======
        
        See 'examples' folder.
        
        
        Copyright
        =========
        
        copyright(c) 2007-2012 kuwata-lab.com all rights reserved.
        
        
        License
        =======
        
        MIT License
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
