whitenoise 6.7.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: 2533, Watchers: 2533, Forks: 149, Open Issues: 41The evansd/whitenoise
repo was created 11 years ago and the last code push was 4 days ago.
The project is very popular with an impressive 2533 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.
GitHub Issues
The whitenoise package has 41 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