MANIFEST.in
README.md
pyproject.toml
FastPluggy.egg-info/PKG-INFO
FastPluggy.egg-info/SOURCES.txt
FastPluggy.egg-info/dependency_links.txt
FastPluggy.egg-info/requires.txt
FastPluggy.egg-info/top_level.txt
src/fastpluggy/__init__.py
src/fastpluggy/fastpluggy.py
src/fastpluggy/core/__init__.py
src/fastpluggy/core/base_module_manager.py
src/fastpluggy/core/config.py
src/fastpluggy/core/database.py
src/fastpluggy/core/dependency.py
src/fastpluggy/core/flash.py
src/fastpluggy/core/global_registry.py
src/fastpluggy/core/models.py
src/fastpluggy/core/module_base.py
src/fastpluggy/core/plugin_state.py
src/fastpluggy/core/auth/__init__.py
src/fastpluggy/core/auth/auth_interface.py
src/fastpluggy/core/auth/middleware.py
src/fastpluggy/core/error/__init__.py
src/fastpluggy/core/error/degraded_mode_handler.py
src/fastpluggy/core/error/exception.py
src/fastpluggy/core/menu/__init__.py
src/fastpluggy/core/menu/decorator.py
src/fastpluggy/core/menu/menu_manager.py
src/fastpluggy/core/menu/schema.py
src/fastpluggy/core/models_tools/__init__.py
src/fastpluggy/core/models_tools/base.py
src/fastpluggy/core/models_tools/callable.py
src/fastpluggy/core/models_tools/pydantic.py
src/fastpluggy/core/models_tools/shared.py
src/fastpluggy/core/models_tools/sqlalchemy.py
src/fastpluggy/core/plugin/__init__.py
src/fastpluggy/core/plugin/dependency_resolver.py
src/fastpluggy/core/plugin/repository.py
src/fastpluggy/core/plugin/service.py
src/fastpluggy/core/repository/__init__.py
src/fastpluggy/core/repository/app_settings.py
src/fastpluggy/core/routers/__init__.py
src/fastpluggy/core/routers/admin.py
src/fastpluggy/core/routers/app_static.py
src/fastpluggy/core/routers/base_module.py
src/fastpluggy/core/routers/execute.py
src/fastpluggy/core/routers/home.py
src/fastpluggy/core/routers/ready.py
src/fastpluggy/core/routers/settings.py
src/fastpluggy/core/routers/actions/__init__.py
src/fastpluggy/core/routers/actions/modules.py
src/fastpluggy/core/tools/__init__.py
src/fastpluggy/core/tools/fastapi.py
src/fastpluggy/core/tools/fs_tools.py
src/fastpluggy/core/tools/inspect_tools.py
src/fastpluggy/core/tools/install.py
src/fastpluggy/core/tools/serialize_tools.py
src/fastpluggy/core/tools/system.py
src/fastpluggy/core/tools/threads_tools.py
src/fastpluggy/core/view_builder/__init__.py
src/fastpluggy/core/view_builder/builder.py
src/fastpluggy/core/view_builder/form_builder.py
src/fastpluggy/core/view_builer/__init__.py
src/fastpluggy/core/view_builer/components/__init__.py
src/fastpluggy/core/view_builer/components/model.py
src/fastpluggy/core/view_builer/components/pagination.py
src/fastpluggy/core/view_builer/components/table.py
src/fastpluggy/core/view_builer/components/table_model.py
src/fastpluggy/core/widgets/__init__.py
src/fastpluggy/core/widgets/base.py
src/fastpluggy/core/widgets/fastpluggy_integration.py
src/fastpluggy/core/widgets/mixins.py
src/fastpluggy/core/widgets/render_field_tools.py
src/fastpluggy/core/widgets/categories/__init__.py
src/fastpluggy/core/widgets/categories/data/__init__.py
src/fastpluggy/core/widgets/categories/data/debug.py
src/fastpluggy/core/widgets/categories/data/raw.py
src/fastpluggy/core/widgets/categories/data/table.py
src/fastpluggy/core/widgets/categories/data/table_model.py
src/fastpluggy/core/widgets/categories/data/traceback.py
src/fastpluggy/core/widgets/categories/display/__init__.py
src/fastpluggy/core/widgets/categories/display/custom.py
src/fastpluggy/core/widgets/categories/input/__init__.py
src/fastpluggy/core/widgets/categories/input/button.py
src/fastpluggy/core/widgets/categories/input/button_list.py
src/fastpluggy/core/widgets/categories/input/form.py
src/fastpluggy/core/widgets/categories/layout/__init__.py
src/fastpluggy/core/widgets/categories/layout/tabbed.py
src/fastpluggy/static/css/__init__.py
src/fastpluggy/static/css/styles.css
src/fastpluggy/static/js/__init__.py
src/fastpluggy/static/js/scripts.js
src/fastpluggy/templates/404.html.j2
src/fastpluggy/templates/__init__.py
src/fastpluggy/templates/base.html.j2
src/fastpluggy/templates/degraded_mode.html.j2
src/fastpluggy/templates/error.html.j2
src/fastpluggy/templates/flash_messages.html.j2
src/fastpluggy/templates/generic_page.html.j2
src/fastpluggy/templates/index.html.j2
src/fastpluggy/templates/menu.html.j2
src/fastpluggy/templates/auth/__init__.py
src/fastpluggy/templates/components/__init__.py
src/fastpluggy/templates/components/table_filter_component.html.j2
src/fastpluggy/templates/widgets/widget_renderer.html.j2
src/fastpluggy/templates/widgets/data/debug.html.j2
src/fastpluggy/templates/widgets/data/table.html.j2
src/fastpluggy/templates/widgets/data/traceback.html.j2
src/fastpluggy/templates/widgets/data/view_model.html.j2
src/fastpluggy/templates/widgets/input/button.html.j2
src/fastpluggy/templates/widgets/input/button_list.html.j2
src/fastpluggy/templates/widgets/input/form.html.j2
src/fastpluggy/templates/widgets/layout/tabbed.html.j2
src/fastpluggy/templates/widgets/partials/card_header.html.j2
src/fastpluggy/templates/widgets/partials/pagination_macros.html.j2
tests/test_app.py
tests/test_domain_module_manager.py
tests/test_dynamic_settings.py
tests/test_fast_pluggy_init.py
tests/test_simple_example.py