README.md
pyproject.toml
fastpluggy_plugin/__init__.py
fastpluggy_plugin/bootstrap.py
fastpluggy_plugin/auth_user/MANIFEST.in
fastpluggy_plugin/auth_user/pyproject.toml
fastpluggy_plugin/auth_user/src/__init__.py
fastpluggy_plugin/auth_user/src/config.py
fastpluggy_plugin/auth_user/src/models.py
fastpluggy_plugin/auth_user/src/plugin.py
fastpluggy_plugin/auth_user/src/repository.py
fastpluggy_plugin/auth_user/src/auth/__init__.py
fastpluggy_plugin/auth_user/src/auth/basic_auth.py
fastpluggy_plugin/auth_user/src/auth/session_auth.py
fastpluggy_plugin/auth_user/src/routers/__init__.py
fastpluggy_plugin/auth_user/src/routers/admin.py
fastpluggy_plugin/auth_user/src/routers/login.py
fastpluggy_plugin/auth_user/src/routers/profile.py
fastpluggy_plugin/auth_user/src/templates/profile.html.j2
fastpluggy_plugin/auth_user/tests/__init__.py
fastpluggy_plugin/auth_user/tests/test_auth.py
fastpluggy_plugin/auth_user/tests/test_hashing.py
fastpluggy_plugin/crud_tools/MANIFEST.in
fastpluggy_plugin/crud_tools/pyproject.toml
fastpluggy_plugin/crud_tools/requirements.txt
fastpluggy_plugin/crud_tools/docs/admin_inspection.md
fastpluggy_plugin/crud_tools/docs/header_filters.md
fastpluggy_plugin/crud_tools/docs/table_header_filters.md
fastpluggy_plugin/crud_tools/docs/toto.md
fastpluggy_plugin/crud_tools/src/__init__.py
fastpluggy_plugin/crud_tools/src/config.py
fastpluggy_plugin/crud_tools/src/crud_admin.py
fastpluggy_plugin/crud_tools/src/crud_admin_registry.py
fastpluggy_plugin/crud_tools/src/crud_link_helper.py
fastpluggy_plugin/crud_tools/src/menu_tools.py
fastpluggy_plugin/crud_tools/src/plugin.py
fastpluggy_plugin/crud_tools/src/schema.py
fastpluggy_plugin/crud_tools/src/template_tools.py
fastpluggy_plugin/crud_tools/src/field_types/__init__.py
fastpluggy_plugin/crud_tools/src/field_types/date_fields.py
fastpluggy_plugin/crud_tools/src/field_types/dynamic_fields.py
fastpluggy_plugin/crud_tools/src/field_types/entity_fields.py
fastpluggy_plugin/crud_tools/src/field_types/enum_fields.py
fastpluggy_plugin/crud_tools/src/field_types/timedelta_fields.py
fastpluggy_plugin/crud_tools/src/filters/__init__.py
fastpluggy_plugin/crud_tools/src/filters/boolean_filter.py
fastpluggy_plugin/crud_tools/src/filters/filter_factory.py
fastpluggy_plugin/crud_tools/src/filters/filtered_table.py
fastpluggy_plugin/crud_tools/src/filters/number_filter.py
fastpluggy_plugin/crud_tools/src/filters/text_filter.py
fastpluggy_plugin/crud_tools/src/router/__init__.py
fastpluggy_plugin/crud_tools/src/router/api.py
fastpluggy_plugin/crud_tools/src/router/crud.py
fastpluggy_plugin/crud_tools/src/router/crud_admin.py
fastpluggy_plugin/crud_tools/src/static/css/header_filters.css
fastpluggy_plugin/crud_tools/src/static/js/dynamic-select.js
fastpluggy_plugin/crud_tools/src/templates/widgets/data/filter_macros.html.j2
fastpluggy_plugin/crud_tools/src/templates/widgets/data/filtered_table.html.j2
fastpluggy_plugin/crud_tools/src/widgets/__init__.py
fastpluggy_plugin/crud_tools/tests/test_link_helper.py
fastpluggy_plugin/debug_tools/MANIFEST.in
fastpluggy_plugin/debug_tools/pyproject.toml
fastpluggy_plugin/debug_tools/requirements.txt
fastpluggy_plugin/debug_tools/src/__init__.py
fastpluggy_plugin/debug_tools/src/plugin.py
fastpluggy_plugin/debug_tools/src/requirements_tools.py
fastpluggy_plugin/debug_tools/src/router/__init__.py
fastpluggy_plugin/debug_tools/src/router/debug.py
fastpluggy_plugin/debug_tools/src/router/memory_tools.py
fastpluggy_plugin/debug_tools/src/router/menu_tools.py
fastpluggy_plugin/debug_tools/src/router/module_tools.py
fastpluggy_plugin/debug_tools/src/router/pool_info.py
fastpluggy_plugin/debug_tools/src/router/psutil_analyzer.py
fastpluggy_plugin/debug_tools/src/router/requirements.py
fastpluggy_plugin/debug_tools/src/router/task_thread_tools.py
fastpluggy_plugin/debug_tools/src/router/websocket_tool.py
fastpluggy_plugin/debug_tools/src/tasks/__init__.py
fastpluggy_plugin/debug_tools/src/tasks/locked_tasks.py
fastpluggy_plugin/debug_tools/src/tasks/progress.py
fastpluggy_plugin/debug_tools/src/tasks/sample_tasks.py
fastpluggy_plugin/debug_tools/src/tasks/task_sample.py
fastpluggy_plugin/debug_tools/src/templates/psutil_analyzer.html.j2
fastpluggy_plugin/debug_tools/src/widgets/__init__.py
fastpluggy_plugin/debug_tools/src/widgets/psutil_analyzer.py
fastpluggy_plugin/debug_tools/static/debug.css
fastpluggy_plugin/redis_tools/MANIFEST.in
fastpluggy_plugin/redis_tools/README.md
fastpluggy_plugin/redis_tools/pyproject.toml
fastpluggy_plugin/redis_tools/requirements.txt
fastpluggy_plugin/redis_tools/src/__init__.py
fastpluggy_plugin/redis_tools/src/config.py
fastpluggy_plugin/redis_tools/src/plugin.py
fastpluggy_plugin/redis_tools/src/redis_connector.py
fastpluggy_plugin/redis_tools/src/router.py
fastpluggy_plugin/redis_tools/src/schema.py
fastpluggy_plugin/redis_tools/src/stats_card_tools.py
fastpluggy_plugin/redis_tools/src/templates/browser.html.j2
fastpluggy_plugin/redis_tools/tests/__init__.py
fastpluggy_plugin/redis_tools/tests/requirements.txt
fastpluggy_plugin/redis_tools/tests/test_plugin.py
fastpluggy_plugin/redis_tools/tests/test_redis_connection.py
fastpluggy_plugin/scheduled_query/MANIFEST.in
fastpluggy_plugin/scheduled_query/pyproject.toml
fastpluggy_plugin/scheduled_query/requirements.txt
fastpluggy_plugin/scheduled_query/src/__init__.py
fastpluggy_plugin/scheduled_query/src/config.py
fastpluggy_plugin/scheduled_query/src/metrics.py
fastpluggy_plugin/scheduled_query/src/models.py
fastpluggy_plugin/scheduled_query/src/plugin.py
fastpluggy_plugin/scheduled_query/src/router.py
fastpluggy_plugin/scheduled_query/src/tasks.py
fastpluggy_plugin/scheduled_query/src/templates/scheduled_query_result_card.html.j2
fastpluggy_plugin/tasks_worker/MANIFEST.in
fastpluggy_plugin/tasks_worker/README.md
fastpluggy_plugin/tasks_worker/pyproject.toml
fastpluggy_plugin/tasks_worker/requirements.txt
fastpluggy_plugin/tasks_worker/docs/TODO.md
fastpluggy_plugin/tasks_worker/docs/file_structure.md
fastpluggy_plugin/tasks_worker/docs/task_registry.md
fastpluggy_plugin/tasks_worker/docs/task_scheduler.md
fastpluggy_plugin/tasks_worker/docs/widgets.md
fastpluggy_plugin/tasks_worker/src/__init__.py
fastpluggy_plugin/tasks_worker/src/config.py
fastpluggy_plugin/tasks_worker/src/log_handler.py
fastpluggy_plugin/tasks_worker/src/plugin.py
fastpluggy_plugin/tasks_worker/src/runner.py
fastpluggy_plugin/tasks_worker/src/task_registry.py
fastpluggy_plugin/tasks_worker/src/utils.py
fastpluggy_plugin/tasks_worker/src/executor/__init__.py
fastpluggy_plugin/tasks_worker/src/executor/thread_executor.py
fastpluggy_plugin/tasks_worker/src/models/__init__.py
fastpluggy_plugin/tasks_worker/src/models/context.py
fastpluggy_plugin/tasks_worker/src/models/notification.py
fastpluggy_plugin/tasks_worker/src/models/report.py
fastpluggy_plugin/tasks_worker/src/models/scheduled.py
fastpluggy_plugin/tasks_worker/src/notifiers/__init__.py
fastpluggy_plugin/tasks_worker/src/notifiers/base.py
fastpluggy_plugin/tasks_worker/src/notifiers/console.py
fastpluggy_plugin/tasks_worker/src/notifiers/database.py
fastpluggy_plugin/tasks_worker/src/notifiers/loader.py
fastpluggy_plugin/tasks_worker/src/notifiers/registry.py
fastpluggy_plugin/tasks_worker/src/notifiers/webhook.py
fastpluggy_plugin/tasks_worker/src/repository/__init__.py
fastpluggy_plugin/tasks_worker/src/repository/context.py
fastpluggy_plugin/tasks_worker/src/repository/report.py
fastpluggy_plugin/tasks_worker/src/repository/schedule_monitoring.py
fastpluggy_plugin/tasks_worker/src/repository/scheduled.py
fastpluggy_plugin/tasks_worker/src/repository/task_events.py
fastpluggy_plugin/tasks_worker/src/router/__init__.py
fastpluggy_plugin/tasks_worker/src/router/api_notifier.py
fastpluggy_plugin/tasks_worker/src/router/api_registry.py
fastpluggy_plugin/tasks_worker/src/router/api_tasks.py
fastpluggy_plugin/tasks_worker/src/router/debug.py
fastpluggy_plugin/tasks_worker/src/router/front.py
fastpluggy_plugin/tasks_worker/src/router/front_lock.py
fastpluggy_plugin/tasks_worker/src/router/front_monitoring.py
fastpluggy_plugin/tasks_worker/src/router/front_notifier.py
fastpluggy_plugin/tasks_worker/src/router/front_schedule.py
fastpluggy_plugin/tasks_worker/src/router/metrics.py
fastpluggy_plugin/tasks_worker/src/schema/__init__.py
fastpluggy_plugin/tasks_worker/src/schema/context.py
fastpluggy_plugin/tasks_worker/src/schema/dummy_celery.py
fastpluggy_plugin/tasks_worker/src/schema/notifier.py
fastpluggy_plugin/tasks_worker/src/schema/report.py
fastpluggy_plugin/tasks_worker/src/schema/request_input.py
fastpluggy_plugin/tasks_worker/src/schema/status.py
fastpluggy_plugin/tasks_worker/src/schema/task_event.py
fastpluggy_plugin/tasks_worker/src/services/__init__.py
fastpluggy_plugin/tasks_worker/src/services/celery_discovery.py
fastpluggy_plugin/tasks_worker/src/services/lock_manager.py
fastpluggy_plugin/tasks_worker/src/services/notification_service.py
fastpluggy_plugin/tasks_worker/src/services/task_discovery.py
fastpluggy_plugin/tasks_worker/src/static/css/notifier_modal.css
fastpluggy_plugin/tasks_worker/src/static/js/logs-handler.js
fastpluggy_plugin/tasks_worker/src/static/js/notifier_modal.js
fastpluggy_plugin/tasks_worker/src/static/js/task_form_builder.js
fastpluggy_plugin/tasks_worker/src/tasks/__init__.py
fastpluggy_plugin/tasks_worker/src/tasks/maintenance.py
fastpluggy_plugin/tasks_worker/src/tasks/plugin_update.py
fastpluggy_plugin/tasks_worker/src/tasks/scheduler.py
fastpluggy_plugin/tasks_worker/src/tasks/watchdog.py
fastpluggy_plugin/tasks_worker/src/templates/dashboard.html.j2
fastpluggy_plugin/tasks_worker/src/templates/graph.html.j2
fastpluggy_plugin/tasks_worker/src/templates/notifier_modal.html.j2
fastpluggy_plugin/tasks_worker/src/templates/scheduled_monitor.html.j2
fastpluggy_plugin/tasks_worker/src/templates/task_details.html.j2
fastpluggy_plugin/tasks_worker/src/templates/task_form.html.j2
fastpluggy_plugin/tasks_worker/src/templates/monitoring/task_time.html.j2
fastpluggy_plugin/tasks_worker/src/widgets/__init__.py
fastpluggy_plugin/tasks_worker/src/widgets/task_form.py
fastpluggy_plugin/tasks_worker/src/widgets/task_run_button.py
fastpluggy_plugin/tasks_worker/tests/__init__.py
fastpluggy_plugin/tasks_worker/tests/test_celery_discovery.py
fastpluggy_plugin/tasks_worker/tests/fake_celery_app/__init__.py
fastpluggy_plugin/tasks_worker/tests/fake_celery_app/celery_app.py
fastpluggy_plugin/tasks_worker/tests/fake_celery_app/shared_task.py
fastpluggy_plugin/tasks_worker/tests/fake_celery_app/tasks.py
fastpluggy_plugin/ui_tools/MANIFEST.in
fastpluggy_plugin/ui_tools/README.md
fastpluggy_plugin/ui_tools/pyproject.toml
fastpluggy_plugin/ui_tools/requirements.txt
fastpluggy_plugin/ui_tools/src/__init__.py
fastpluggy_plugin/ui_tools/src/html_render.py
fastpluggy_plugin/ui_tools/src/image_tools.py
fastpluggy_plugin/ui_tools/src/localization.py
fastpluggy_plugin/ui_tools/src/plugin.py
fastpluggy_plugin/ui_tools/src/template_tools.py
fastpluggy_plugin/ui_tools/src/extra_widget/__init__.py
fastpluggy_plugin/ui_tools/src/extra_widget/display/__init__.py
fastpluggy_plugin/ui_tools/src/extra_widget/display/alert.py
fastpluggy_plugin/ui_tools/src/extra_widget/display/card.py
fastpluggy_plugin/ui_tools/src/extra_widget/display/code.py
fastpluggy_plugin/ui_tools/src/extra_widget/display/stats.py
fastpluggy_plugin/ui_tools/src/extra_widget/layout/__init__.py
fastpluggy_plugin/ui_tools/src/extra_widget/layout/grid.py
fastpluggy_plugin/ui_tools/src/extra_widget/layout/grid.py.old
fastpluggy_plugin/ui_tools/src/static/script.js
fastpluggy_plugin/ui_tools/src/static/style.css
fastpluggy_plugin/ui_tools/src/templates/mime.html.j2
fastpluggy_plugin/ui_tools/src/templates/extra_widget/__init__.py
fastpluggy_plugin/ui_tools/src/templates/extra_widget/display/alert.html.j2
fastpluggy_plugin/ui_tools/src/templates/extra_widget/display/card.html.j2
fastpluggy_plugin/ui_tools/src/templates/extra_widget/display/code.html.j2
fastpluggy_plugin/ui_tools/src/templates/extra_widget/display/stats.html.j2
fastpluggy_plugin/ui_tools/src/templates/extra_widget/display/status.html.j2
fastpluggy_plugin/ui_tools/src/templates/extra_widget/layout/grid.html.j2
fastpluggy_plugin/ui_tools/tests/__init__.py
fastpluggy_plugin/ui_tools/tests/test_template_tools.py
fastpluggy_plugin/websocket_tool/MANIFEST.in
fastpluggy_plugin/websocket_tool/README.md
fastpluggy_plugin/websocket_tool/pyproject.toml
fastpluggy_plugin/websocket_tool/requirements.txt
fastpluggy_plugin/websocket_tool/docs/README_HANDLER_REGISTRY.md
fastpluggy_plugin/websocket_tool/docs/ws.md
fastpluggy_plugin/websocket_tool/docs/ws_manager-v2.py
fastpluggy_plugin/websocket_tool/docs/examples/ws_endpoint_example.py
fastpluggy_plugin/websocket_tool/src/__init__.py
fastpluggy_plugin/websocket_tool/src/config.py
fastpluggy_plugin/websocket_tool/src/plugin.py
fastpluggy_plugin/websocket_tool/src/register_handlers.py
fastpluggy_plugin/websocket_tool/src/ws_manager.py
fastpluggy_plugin/websocket_tool/src/extra_widget/__init__.py
fastpluggy_plugin/websocket_tool/src/extra_widget/async_registry.py
fastpluggy_plugin/websocket_tool/src/extra_widget/async_widget.py
fastpluggy_plugin/websocket_tool/src/extra_widget/async_worker.py
fastpluggy_plugin/websocket_tool/src/notifiers/__init__.py
fastpluggy_plugin/websocket_tool/src/notifiers/websocket.py
fastpluggy_plugin/websocket_tool/src/routers/__init__.py
fastpluggy_plugin/websocket_tool/src/routers/admin.py
fastpluggy_plugin/websocket_tool/src/routers/ws.py
fastpluggy_plugin/websocket_tool/src/schema/__init__.py
fastpluggy_plugin/websocket_tool/src/schema/ws_message.py
fastpluggy_plugin/websocket_tool/src/static/scripts.js
fastpluggy_plugin/websocket_tool/src/static/service-worker.js
fastpluggy_plugin/websocket_tool/src/static/ws-registry.js
fastpluggy_plugin/websocket_tool/src/templates/async_ws_wrapper.html.j2
fastpluggy_plugins.egg-info/PKG-INFO
fastpluggy_plugins.egg-info/SOURCES.txt
fastpluggy_plugins.egg-info/dependency_links.txt
fastpluggy_plugins.egg-info/entry_points.txt
fastpluggy_plugins.egg-info/requires.txt
fastpluggy_plugins.egg-info/top_level.txt
tests/test_debug_plugin_endpoint.py
tests/test_import_plugins.py