Metadata-Version: 2.0
Name: xsendfile
Version: 1.0rc2
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)
Keywords: x-sendfile xsendfile x-accel authorization token url hot-link
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
Requires-Dist: Paste (>=2.0.2)
Requires-Dist: six (>=1.10)

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/


.. image:: https://img.shields.io/travis/2degrees/wsgi-xsendfile.svg
    :target: https://travis-ci.org/2degrees/wsgi-xsendfile
    :alt: Build Status

.. image:: https://img.shields.io/coveralls/2degrees/wsgi-xsendfile/master.svg
    :target: https://coveralls.io/r/2degrees/wsgi-xsendfile?branch=master
    :alt: Coverage Status

.. image:: https://img.shields.io/pypi/dm/xsendfile.svg
    :target: https://pypi.python.org/pypi/xsendfile/
    :alt: Downloads


