Metadata-Version: 1.1
Name: chill
Version: 0.7.0
Summary: Database driven web application framework in Flask
Home-page: https://github.com/jkenlooper/chill
Author: Jake Hickenlooper
Author-email: jake@weboftomorrow.com
License: GPL
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.
            
Keywords: static website SQL sqlite Flask web framework
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
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 :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Build Tools
