gituser/production/: whitenoise-5.3.0 metadata and description

Homepage Simple index

Radically simplified static file serving for WSGI applications

author David Evans
author_email d@evans.io
classifiers
  • Development Status :: 5 - Production/Stable
  • Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
  • Framework :: Django
  • Framework :: Django :: 1.11
  • Framework :: Django :: 2.0
  • Framework :: Django :: 2.1
  • Framework :: Django :: 2.2
  • Framework :: Django :: 3.0
  • Framework :: Django :: 3.1
  • Framework :: Django :: 3.2
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Operating System :: OS Independent
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
license MIT
provides_extras brotli
requires_dist
  • Brotli ; extra == 'brotli'
requires_python >=3.5, <4
File Tox results History
whitenoise-5.3.0-py2.py3-none-any.whl
Size
19 KB
Type
Python Wheel
Python
2.7
Build Status (Linux) Build Status (Windows) Latest PyPI version Monthly PyPI downloads GitHub project

Radically simplified static file serving for Python web apps

With a couple of lines of config WhiteNoise allows your web app to serve its own static files, making it a self-contained unit that can be deployed anywhere without relying on nginx, Amazon S3 or any other external service. (Especially useful on Heroku, OpenShift and other PaaS providers.)

It’s designed to work nicely with a CDN for high-traffic sites so you don’t have to sacrifice performance to benefit from simplicity.

WhiteNoise works with any WSGI-compatible app but has some special auto-configuration features for Django.

WhiteNoise takes care of best-practices for you, for instance:

Worried that serving static files with Python is horribly inefficient? Still think you should be using Amazon S3? Have a look at the Infrequently Asked Questions.

To get started, see the documentation.