MANIFEST.in
README.md
pyproject.toml
src/FastPluggy.egg-info/PKG-INFO
src/FastPluggy.egg-info/SOURCES.txt
src/FastPluggy.egg-info/dependency_links.txt
src/FastPluggy.egg-info/requires.txt
src/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/plugin/installer/__init__.py
src/fastpluggy/core/plugin/installer/git_installer.py
src/fastpluggy/core/plugin/installer/zip_installer.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/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/git_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_builer/__init__.py
src/fastpluggy/core/view_builer/form_builder.py
src/fastpluggy/core/view_builer/components/__init__.py
src/fastpluggy/core/view_builer/components/button.py
src/fastpluggy/core/view_builer/components/custom.py
src/fastpluggy/core/view_builer/components/debug.py
src/fastpluggy/core/view_builer/components/form.py
src/fastpluggy/core/view_builer/components/list.py
src/fastpluggy/core/view_builer/components/model.py
src/fastpluggy/core/view_builer/components/pagination.py
src/fastpluggy/core/view_builer/components/raw.py
src/fastpluggy/core/view_builer/components/render_field_tools.py
src/fastpluggy/core/view_builer/components/tabbed.py
src/fastpluggy/core/view_builer/components/table.py
src/fastpluggy/core/view_builer/components/table_model.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/__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/index.html.j2
src/fastpluggy/templates/menu.html.j2
src/fastpluggy/templates/admin/__init__.py
src/fastpluggy/templates/admin/install_module.html.j2
src/fastpluggy/templates/auth/__init__.py
src/fastpluggy/templates/components/__init__.py
src/fastpluggy/templates/components/button_component.html.j2
src/fastpluggy/templates/components/common.html.j2
src/fastpluggy/templates/components/form.html.j2
src/fastpluggy/templates/components/form_component.html.j2
src/fastpluggy/templates/components/generic_page.html.j2
src/fastpluggy/templates/components/grid.html.j2
src/fastpluggy/templates/components/model_view.html.j2
src/fastpluggy/templates/components/pagination_macros.html.j2
src/fastpluggy/templates/components/tabbed.html.j2
src/fastpluggy/templates/components/table_component.html.j2
src/fastpluggy/templates/components/table_filter_component.html.j2
src/fastpluggy/templates/components/debug/json.html.j2
tests/test_app.py
tests/test_domain_module_manager.py
tests/test_dynamic_settings.py
tests/test_fast_pluggy_init.py