Metadata-Version: 1.1
Name: xsendfile
Version: 1.0b1
Summary: X-Sendfile implementation in Python/WSGI
Home-page: http://pythonhosted.org/xsendfile/
Author: 2degrees Limited
Author-email: 2degrees-floss@2degreesnetwork.com
License: BSD (http://dev.2degreesnetwork.com/p/2degrees-license.html)
Description: *********************************************************
        wsgi-xsendfile -- ``X-Sendfile`` implementation in Python
        *********************************************************
        
        This WSGI application allows you to tell your Web server (e.g., Apache, Nginx)
        which file on disk to serve in response to a HTTP request. You can use this
        within your Web application to control access to static files or customize the
        HTTP response headers which otherwise would be set by the Web server, for
        example.
        
        For more information, please read the documentation on:
        http://pythonhosted.org/xsendfile/
        
Keywords: x-sendfile xsendfile x-accel authorization token url hot-link
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Security
