Skip to content

gi0baro/weppy-assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.