Contents

whitenoise 6.11.0

0

Radically simplified static file serving for WSGI applications

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.

Stars: 2719, Watchers: 2719, Forks: 152, Open Issues: 36

The evansd/whitenoise repo was created 12 years ago and the last code push was 2 days ago.
The project is very popular with an impressive 2719 github stars!

How to Install whitenoise

You can install whitenoise using pip

pip install whitenoise

or add it to a project with poetry

poetry add whitenoise

Package Details

Author
David Evans
License
None
Homepage
None
PyPi:
https://pypi.org/project/whitenoise/
Documentation:
https://whitenoise.readthedocs.io/
GitHub Repo:
https://github.com/evansd/whitenoise

Classifiers

  • Internet/WWW/HTTP/WSGI/Middleware
No  whitenoise  pypi packages just yet.

Errors

A list of common whitenoise errors.

Code Examples

Here are some whitenoise code examples and snippets.

Related Packages & Articles

mixer 7.2.2

Mixer – Is a fixtures replacement. Supported Django ORM, SqlAlchemy ORM, Mongoengine ODM and custom python objects.

bugsnag 4.8.1

Automatic error monitoring for django, flask, etc.

Authlib 1.6.8

The ultimate Python library in building OAuth and OpenID Connect servers and clients.

Flask 3.1.2

A simple framework for building complex web applications.