
whitenoise 6.11.0
0
Radically simplified static file serving for WSGI applications
Contents
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: 36The 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
Related Packages
Errors
A list of common whitenoise errors.
Code Examples
Here are some whitenoise code examples and snippets.
pythonfix







