Metadata-Version: 1.0
Name: static
Version: 0.1
Summary: A stupidly simple WSGI way to serve static files.
Home-page: http://lukearno.com/projects/static/
Author: Luke Arno
Author-email: luke.arno@gmail.com
License: GPL2
Description: This distribution provides an easy way to include static content in your
        WSGI applications. It includes a class for serving up the static content
        in a given directory. There is also a convenience method for serving
        files using pkg_resources.
        
Keywords: wsgi web http static content webapps
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
