Contents

whitenoise 6.6.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: 2439, Watchers: 2439, Forks: 144, Open Issues: 40

The evansd/whitenoise repo was created 10 years ago and the last code push was Yesterday.
The project is very popular with an impressive 2439 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
MIT
Homepage
https://github.com/evansd/whitenoise
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.

GitHub Issues

The whitenoise package has 40 open issues on GitHub

  • Minor typo: switch 'that' to 'than'
  • (WIP) add compress skip patterns from settings
  • Skip compression of already compressed files based on saved file hashes
  • Add ASGI adapter

See more issues on GitHub

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.7.0

Automatic error monitoring for django, flask, etc.

Authlib 1.3.0

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

Flask 3.0.3

A simple framework for building complex web applications.

slippers 0.6.2

Build reusable components in Django without writing a single line of Python.