Bootstrap Styles for YAFOWIL
Project description
yafowil.bootstrap
bootstrap styles integration for for YAFOWIL - Yet Another Form Widget Library.
This package provides themes for Bootstrap 3, 4 and 5.
In order to select one of the bootstrap versions, configure_factory must be called with the desired theme name:
from yafowil.bootstrap import configure_factory
# bootstap3, bootstrap4, bootstrap5
configure_factory('bootstrap5')
Included Bootstrap distributions:
Bootstrap 3.4.1
Bootstrap 4.6.0
Bootstrap 5.1.0
yafowil.bootstrap 2.0 is a transitional version. in 3.0 the bootstrap distributions will be removed as resource delivery is planned to be changed to webresource.
Detailed Documentation
If you’re interested to dig deeper: The detailed YAFOWIL documentation is available. Read it and learn how to create your example application with YAFOWIL forms in 15 minutes.
Source Code
The sources are in a GIT DVCS with its main branches at github.
We’d be happy to see many forks and pull-requests to make YAFOWIL even better.
Contributors
Robert Niederrreiter
Jens Klein
Johannes Raggam
Peter Holzer
Changes
2.0.0a1 (2023-05-15)
Factory configuration and macro registration is no longer done automatically due to the multi-theme feature. It must be configured in your code using yafowil.bootstrap. In order to do so do from yafowil.bootstrap import configure_factory. Next call it with the name of the desired theme configure_factory('bootstrap3'). [jensens]
Add support for Bootstrap 4 and 5 using theme bootstrap[4|5]. The Bootstrap 3 theme is still available as bootstrap3. Latter provides a legacy fallback as bootstrap which will be removed in future versions. [jensens, agitator]
1.3.1 (2017-11-13)
Use bs_field_class callback for field.class property when registering array macro. [rnix]
1.3 (2017-03-01)
Use yafowil.utils.entry_point decorator. [rnix]
Cleanup macro registration. [rnix]
1.2 (2015-01-23)
Use configure entry point for theme configuration. [rnix]
Rename resource group bootstrap to bootstrap.dependencies. [rnix]
Remove bootstrap macros for yafowil and set factory defaults for common widgets where appropriate. [rnix]
Update to bootstrap 3.2. [rnix]
1.1
Register the bootstrap.js javascript too. [thet]
1.0
make it work [rnix, jensens, thet, et al.]
License
Copyright (c) 2012-2021, BlueDynamics Alliance, Austria, Germany, Switzerland Copyright (c) 2021, Yafowil Contributors All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for yafowil.bootstrap-2.0.0a1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69e2b17426ba9705e823ef5d9ab00fdf412f8629963257306b5d2720340ddfac |
|
MD5 | 8b18cc04638d56107ee0077500f641fe |
|
BLAKE2b-256 | 27fc2512d4289f452f614cda79b2bcfaa50bd661bfd09e8099913274de8887c1 |
Hashes for yafowil.bootstrap-2.0.0a1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94d060ecb155afe7d74afa179f8224f1d91a293a184bf2902044d2f0ff9e636f |
|
MD5 | 1121466f64eb12a7333002a38134ad91 |
|
BLAKE2b-256 | 43a756659838bc203f85d9e733b3d3234d206adcab163f8741b439c6ae13d59d |