static3 is a simple WSGI middleware for serving static files (or mixed static/dynamic content). It is a fork of static with Python 3 support and additional features like arbitrary headers and precompressed content. Current version: 0.7.0. Release cadence is irregular; last release was in 2016.
pip install static3No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal WSGI server serving static files from /path/to/static/files at the /static URL prefix.
Use 'pip install static3' and import from 'static' module as before.
Use 'from static import StaticMiddleware'.
No dependency data recorded yet.