Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gi0baro/weppy-bs3

Bootstrap3 UI extension for weppy framework
https://github.com/gi0baro/weppy-bs3

Last synced: 8 days ago
JSON representation

Bootstrap3 UI extension for weppy framework

Awesome Lists containing this project

README

        

# weppy-BS3

weppy-BS3 is an extension for [weppy framework](http://weppy.org) providing Bootstrap3 UI elements.

## Installation

You can install weppy-BS3 using pip:

pip install weppy-BS3

And add it to your weppy application:

```python
from weppy_bs3 import BS3

app.use_extension(BS3)
```

## Documentation

The complete documentation is available on the [weppy extensions registry](http://weppy.org/extensions/bs3).

## License

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