Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gi0baro/weppy-bs3
- Owner: gi0baro
- License: other
- Created: 2014-10-20T22:04:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T14:57:39.000Z (almost 5 years ago)
- Last Synced: 2024-10-07T11:36:46.864Z (about 1 month ago)
- Language: Python
- Size: 53.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 BS3app.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.