pikachuCa / weppy-assets

Assets management for weppy framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Assets management for weppy framework

License:Other


Languages

Language:Python 100.0%