Skip to content

gi0baro/weppy-bs3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weppy-BS3

weppy-BS3 is an extension for weppy framework providing Bootstrap3 UI elements.

Installation

You can install weppy-BS3 using pip:

pip install weppy-BS3

And add it to your weppy application:

from weppy_bs3 import BS3

app.use_extension(BS3)

Documentation

The complete documentation is available on the weppy extensions registry.

License

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