Metadata-Version: 1.1
Name: chill
Version: 0.2.1
Summary: Database driven web application framework in Flask
Home-page: https://github.com/jkenlooper/chill
Author: Jake Hickenlooper
Author-email: jake@weboftomorrow.com
License: UNKNOWN
Description: 
                This involves creating custom SQL queries to pull your data from your database
                into your jinja2 HTML templates for your website.  Chill creates a static
                version of the website or can run as a Flask app. Their are a few tables that
                are specific to Chill in order to handle page routes and what SQL query should
                be used and such.
            
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Build Tools
Classifier: Environment :: Web Environment
