Metadata-Version: 1.1
Name: Flask-Ecstatic
Version: 0.1.2
Summary: Serves static files with optional directory index
Home-page: https://github.com/salsita/flask-ecstatic
Author: Salsita Software
Author-email: python@salsitasoft.com
License: MIT
Download-URL: https://github.com/salsita/flask-ecstatic/tarball/v0.1.2
Description: Files in static folder are automatically served on static URL by Flask.
        See http://flask.pocoo.org/docs/0.10/api/#application-object.
        
        It's recommended to specify static folder and URL path directly on Flask application object,
        unless you need additional static folders, or have multiple route handlers for the URL path,
        e.g. when serving static files on root URL ('') for any path unmatched with previous routes.
Keywords: flask,static
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
