Metadata-Version: 2.1
Name: chill
Version: 0.8.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: GPL
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.8
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: setuptools
Requires-Dist: docutils
Requires-Dist: Flask
Requires-Dist: Jinja2
Requires-Dist: Flask-Caching
Requires-Dist: Frozen-Flask
Requires-Dist: Flask-Markdown
Requires-Dist: future
Requires-Dist: sqlalchemy
Requires-Dist: PyYAML
Requires-Dist: gevent
Requires-Dist: docopt
Requires-Dist: MarkupSafe
Requires-Dist: babel


        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.
    

