weppy-BS3 is an extension for weppy framework providing Bootstrap3 UI elements.
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)
The complete documentation is available on the weppy extensions registry.
weppy-BS3 is released under BSD license. Check the LICENSE file for more details.