Metadata-Version: 1.0
Name: static
Version: 0.3.3
Summary: A stupidly simple WSGI way to serve static (or mixed) content.
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. There is a convenience method for serving
        files located via pkg_resources. There are also facilities for serving
        mixed (static and dynamic) content using "magic" file handlers.
        Python 2.4 string substitution and Kid template support are provided
        and it is easy to roll your own handlers. Note that this distribution
        does not require Python 2.4 or Kid unless you want to use those types of
        templates.
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
