weppy-Assets is an extension for weppy framework providing a complete assets management system. It's based on webassets package and integrates all its filters.
You can install weppy-Assets using pip:
pip install weppy-Assets
And add it to your weppy application:
from weppy_assets import Assets
app.use_extension(Assets)
The complete documentation is available on the weppy extensions registry.
weppy-Assets is released under BSD license. Check the LICENSE file for more details.