pikachuCa / weppy-bs3

Bootstrap3 UI extension for weppy framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Bootstrap3 UI extension for weppy framework

License:Other


Languages

Language:Python 100.0%