weppy-Assets

Assets management for weppy


Keywords
assets, weppy
License
BSD-3-Clause
Install
pip install weppy-Assets==0.3

Documentation

weppy-Assets

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.

Installation

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)

Documentation

The complete documentation is available on the weppy extensions registry.

License

weppy-Assets is released under BSD license. Check the LICENSE file for more details.