.gitignore
LICENCE.txt
PUBLIC.txt
README.md
publish.sh
pyproject.toml
requirements.txt
examples/locker_bootstrap_app/locker_bootstrap_page.py
examples/locker_bootstrap_app/main_server.py
examples/locker_bootstrap_app/main_webview.py
examples/navbar_offcanvas/navbar_offcanvas_page.py
examples/shop_bootstrap_app/main.py
examples/shop_bootstrap_app/shop_bootstrap_page.py
examples/simple_webview_app/simple_webview_app.py
src/PyBootstrapGUI.egg-info/PKG-INFO
src/PyBootstrapGUI.egg-info/SOURCES.txt
src/PyBootstrapGUI.egg-info/dependency_links.txt
src/PyBootstrapGUI.egg-info/top_level.txt
src/pybootstrapgui/__init__.py
src/pybootstrapgui/base.py
src/pybootstrapgui/bootstrap_builder.py
src/pybootstrapgui/components.py
src/pybootstrapgui/html_builder.py
src/pybootstrapgui/tag.py
src/pybootstrapgui/utils.py
src/pybootstrapgui/extensions/__init__.py
src/pybootstrapgui/extensions/html_comments.py
src/pybootstrapgui/extensions/jinja_components.py
src/pybootstrapgui/extensions/pywebview_utils.py
src/pybootstrapgui/prebuilt_components/__init__.py
src/pybootstrapgui/prebuilt_components/navbar.py
src/pybootstrapgui/static/css/bootstrap-icons.min.css
src/pybootstrapgui/static/css/bootstrap.min.css
src/pybootstrapgui/static/css/bootstrap.min.css.map
src/pybootstrapgui/static/css/fonts/bootstrap-icons.woff
src/pybootstrapgui/static/css/fonts/bootstrap-icons.woff2
src/pybootstrapgui/static/images/favicon.ico
src/pybootstrapgui/static/js/bootstrap.bundle.min.js
src/pybootstrapgui/static/js/bootstrap.bundle.min.js.map
tests/architecture.py
tests/test_bootstrap_builder.py
tests/test_html_builder.py