README.ru.md
pyproject.toml
src/beeui.egg-info/PKG-INFO
src/beeui.egg-info/SOURCES.txt
src/beeui.egg-info/dependency_links.txt
src/beeui.egg-info/entry_points.txt
src/beeui.egg-info/requires.txt
src/beeui.egg-info/top_level.txt
src/beeui_module/__init__.py
src/beeui_module/adapters/__init__.py
src/beeui_module/adapters/base.py
src/beeui_module/adapters/beecap.py
src/beeui_module/adapters/envelopes.py
src/beeui_module/adapters/errors.py
src/beeui_module/adapters/ids.py
src/beeui_module/artifacts/__init__.py
src/beeui_module/artifacts/models.py
src/beeui_module/artifacts/preview.py
src/beeui_module/artifacts/redaction.py
src/beeui_module/artifacts/routes.py
src/beeui_module/blocks/__init__.py
src/beeui_module/blocks/models.py
src/beeui_module/blocks/registry.py
src/beeui_module/blocks/renderers.py
src/beeui_module/cli/__init__.py
src/beeui_module/cli/doctor.py
src/beeui_module/cli/main.py
src/beeui_module/cli/web.py
src/beeui_module/core/__init__.py
src/beeui_module/core/log.py
src/beeui_module/core/paths.py
src/beeui_module/core/settings.py
src/beeui_module/core/version.py
src/beeui_module/data/__init__.py
src/beeui_module/data/models.py
src/beeui_module/data/resolver.py
src/beeui_module/data/selectors.py
src/beeui_module/data/sources.py
src/beeui_module/pages/__init__.py
src/beeui_module/pages/component_catalog.py
src/beeui_module/pages/config.py
src/beeui_module/pages/models.py
src/beeui_module/pages/router.py
src/beeui_module/web/__init__.py
src/beeui_module/web/app.py
src/beeui_module/web/static/css/beeui.css
src/beeui_module/web/static/js/beeui.js
src/beeui_module/web/static/vendor/tabler/css/tabler-compatible.min.css
src/beeui_module/web/static/vendor/tabler/js/tabler-compatible.min.js
src/beeui_module/web/templates/base.html
src/beeui_module/web/templates/page.html
src/beeui_module/web/templates/artifacts/detail.html
src/beeui_module/web/templates/artifacts/list.html
src/beeui_module/web/templates/components/alert_card.html
src/beeui_module/web/templates/components/empty_state.html
src/beeui_module/web/templates/components/footer.html
src/beeui_module/web/templates/components/kpi_grid.html
src/beeui_module/web/templates/components/links_card.html
src/beeui_module/web/templates/components/metric_card.html
src/beeui_module/web/templates/components/navbar.html
src/beeui_module/web/templates/components/page_header.html
src/beeui_module/web/templates/components/progress_card.html
src/beeui_module/web/templates/components/sidebar.html
src/beeui_module/web/templates/components/status_card.html
src/beeui_module/web/templates/components/table_card.html
src/beeui_module/web/templates/components/text_card.html
src/beeui_module/web/templates/components/catalog/index.html
src/beeui_module/web/templates/components/catalog/page.html
src/beeui_module/web/templates/components/catalog/sections/extra.html
src/beeui_module/web/templates/components/catalog/sections/forms.html
src/beeui_module/web/templates/components/catalog/sections/interface.html
src/beeui_module/web/templates/components/catalog/sections/layout.html
src/beeui_module/web/templates/components/catalog/sections/plugins.html
src/beeui_module/web/templates/components/primitives/catalog_primitives.html
tests/test_adapters.py
tests/test_app.py
tests/test_artifacts.py
tests/test_beecap_adapter.py
tests/test_blocks.py
tests/test_cli.py
tests/test_config.py
tests/test_data.py
tests/test_embedded.py
tests/test_pages.py
tests/test_paths.py
tests/test_smoke.py