README.md
pyproject.toml
fastpluggy_plugin/__init__.py
fastpluggy_plugin/bootstrap.py
fastpluggy_plugin/auth_user/__init__.py
fastpluggy_plugin/auth_user/config.py
fastpluggy_plugin/auth_user/models.py
fastpluggy_plugin/auth_user/plugin.py
fastpluggy_plugin/auth_user/pyproject.toml
fastpluggy_plugin/auth_user/repository.py
fastpluggy_plugin/auth_user/auth/__init__.py
fastpluggy_plugin/auth_user/auth/basic_auth.py
fastpluggy_plugin/auth_user/auth/session_auth.py
fastpluggy_plugin/auth_user/routers/__init__.py
fastpluggy_plugin/auth_user/routers/admin.py
fastpluggy_plugin/auth_user/routers/login.py
fastpluggy_plugin/auth_user/routers/profile.py
fastpluggy_plugin/auth_user/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/__init__.py
fastpluggy_plugin/crud_tools/config.py
fastpluggy_plugin/crud_tools/crud_admin.py
fastpluggy_plugin/crud_tools/crud_admin_registry.py
fastpluggy_plugin/crud_tools/crud_link_helper.py
fastpluggy_plugin/crud_tools/menu_tools.py
fastpluggy_plugin/crud_tools/plugin.py
fastpluggy_plugin/crud_tools/pyproject.toml
fastpluggy_plugin/crud_tools/requirements.txt
fastpluggy_plugin/crud_tools/schema.py
fastpluggy_plugin/crud_tools/template_tools.py
fastpluggy_plugin/crud_tools/field_types/__init__.py
fastpluggy_plugin/crud_tools/field_types/date_fields.py
fastpluggy_plugin/crud_tools/field_types/dynamic_fields.py
fastpluggy_plugin/crud_tools/field_types/entity_fields.py
fastpluggy_plugin/crud_tools/field_types/enum_fields.py
fastpluggy_plugin/crud_tools/field_types/timedelta_fields.py
fastpluggy_plugin/crud_tools/router/__init__.py
fastpluggy_plugin/crud_tools/router/api.py
fastpluggy_plugin/crud_tools/router/crud.py
fastpluggy_plugin/crud_tools/router/crud_admin.py
fastpluggy_plugin/crud_tools/static/js/dynamic-select.js
fastpluggy_plugin/crud_tools/tests/test_link_helper.py
fastpluggy_plugin/debug_tools/__init__.py
fastpluggy_plugin/debug_tools/plugin.py
fastpluggy_plugin/debug_tools/pyproject.toml
fastpluggy_plugin/debug_tools/requirements.txt
fastpluggy_plugin/debug_tools/requirements_tools.py
fastpluggy_plugin/debug_tools/router/__init__.py
fastpluggy_plugin/debug_tools/router/menu_tools.py
fastpluggy_plugin/debug_tools/router/module_tools.py
fastpluggy_plugin/debug_tools/router/pool_info.py
fastpluggy_plugin/debug_tools/router/requirements.py
fastpluggy_plugin/debug_tools/router/task_thread_tools.py
fastpluggy_plugin/debug_tools/router/websocket_tool.py
fastpluggy_plugin/debug_tools/tasks/__init__.py
fastpluggy_plugin/debug_tools/tasks/locked_tasks.py
fastpluggy_plugin/debug_tools/tasks/progress.py
fastpluggy_plugin/debug_tools/tasks/sample_tasks.py
fastpluggy_plugin/debug_tools/tasks/task_sample.py
fastpluggy_plugin/redis_tools/README.md
fastpluggy_plugin/redis_tools/__init__.py
fastpluggy_plugin/redis_tools/config.py
fastpluggy_plugin/redis_tools/plugin.py
fastpluggy_plugin/redis_tools/pyproject.toml
fastpluggy_plugin/redis_tools/redis_connector.py
fastpluggy_plugin/redis_tools/requirements.txt
fastpluggy_plugin/redis_tools/router.py
fastpluggy_plugin/redis_tools/schema.py
fastpluggy_plugin/redis_tools/stats_card_tools.py
fastpluggy_plugin/redis_tools/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/__init__.py
fastpluggy_plugin/scheduled_query/config.py
fastpluggy_plugin/scheduled_query/metrics.py
fastpluggy_plugin/scheduled_query/models.py
fastpluggy_plugin/scheduled_query/plugin.py
fastpluggy_plugin/scheduled_query/pyproject.toml
fastpluggy_plugin/scheduled_query/requirements.txt
fastpluggy_plugin/scheduled_query/router.py
fastpluggy_plugin/scheduled_query/tasks.py
fastpluggy_plugin/scheduled_query/templates/scheduled_query_result_card.html.j2
fastpluggy_plugin/tasks_worker/README.md
fastpluggy_plugin/tasks_worker/__init__.py
fastpluggy_plugin/tasks_worker/config.py
fastpluggy_plugin/tasks_worker/log_handler.py
fastpluggy_plugin/tasks_worker/plugin.py
fastpluggy_plugin/tasks_worker/pyproject.toml
fastpluggy_plugin/tasks_worker/requirements.txt
fastpluggy_plugin/tasks_worker/runner.py
fastpluggy_plugin/tasks_worker/task_registry.py
fastpluggy_plugin/tasks_worker/utils.py
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/executor/__init__.py
fastpluggy_plugin/tasks_worker/executor/thread_executor.py
fastpluggy_plugin/tasks_worker/models/__init__.py
fastpluggy_plugin/tasks_worker/models/context.py
fastpluggy_plugin/tasks_worker/models/notification.py
fastpluggy_plugin/tasks_worker/models/report.py
fastpluggy_plugin/tasks_worker/models/scheduled.py
fastpluggy_plugin/tasks_worker/notifiers/__init__.py
fastpluggy_plugin/tasks_worker/notifiers/base.py
fastpluggy_plugin/tasks_worker/notifiers/console.py
fastpluggy_plugin/tasks_worker/notifiers/database.py
fastpluggy_plugin/tasks_worker/notifiers/loader.py
fastpluggy_plugin/tasks_worker/notifiers/registry.py
fastpluggy_plugin/tasks_worker/notifiers/webhook.py
fastpluggy_plugin/tasks_worker/repository/__init__.py
fastpluggy_plugin/tasks_worker/repository/context.py
fastpluggy_plugin/tasks_worker/repository/report.py
fastpluggy_plugin/tasks_worker/repository/schedule_monitoring.py
fastpluggy_plugin/tasks_worker/repository/scheduled.py
fastpluggy_plugin/tasks_worker/repository/task_events.py
fastpluggy_plugin/tasks_worker/router/__init__.py
fastpluggy_plugin/tasks_worker/router/api_notifier.py
fastpluggy_plugin/tasks_worker/router/api_registry.py
fastpluggy_plugin/tasks_worker/router/api_tasks.py
fastpluggy_plugin/tasks_worker/router/debug.py
fastpluggy_plugin/tasks_worker/router/front.py
fastpluggy_plugin/tasks_worker/router/front_lock.py
fastpluggy_plugin/tasks_worker/router/front_monitoring.py
fastpluggy_plugin/tasks_worker/router/front_notifier.py
fastpluggy_plugin/tasks_worker/router/front_schedule.py
fastpluggy_plugin/tasks_worker/router/metrics.py
fastpluggy_plugin/tasks_worker/schema/__init__.py
fastpluggy_plugin/tasks_worker/schema/context.py
fastpluggy_plugin/tasks_worker/schema/dummy_celery.py
fastpluggy_plugin/tasks_worker/schema/notifier.py
fastpluggy_plugin/tasks_worker/schema/report.py
fastpluggy_plugin/tasks_worker/schema/request_input.py
fastpluggy_plugin/tasks_worker/schema/status.py
fastpluggy_plugin/tasks_worker/schema/task_event.py
fastpluggy_plugin/tasks_worker/services/__init__.py
fastpluggy_plugin/tasks_worker/services/celery_discovery.py
fastpluggy_plugin/tasks_worker/services/lock_manager.py
fastpluggy_plugin/tasks_worker/services/notification_service.py
fastpluggy_plugin/tasks_worker/services/task_discovery.py
fastpluggy_plugin/tasks_worker/static/css/notifier_modal.css
fastpluggy_plugin/tasks_worker/static/js/logs-handler.js
fastpluggy_plugin/tasks_worker/static/js/notifier_modal.js
fastpluggy_plugin/tasks_worker/static/js/task_form_builder.js
fastpluggy_plugin/tasks_worker/tasks/__init__.py
fastpluggy_plugin/tasks_worker/tasks/maintenance.py
fastpluggy_plugin/tasks_worker/tasks/plugin_update.py
fastpluggy_plugin/tasks_worker/tasks/scheduler.py
fastpluggy_plugin/tasks_worker/tasks/watchdog.py
fastpluggy_plugin/tasks_worker/templates/dashboard.html.j2
fastpluggy_plugin/tasks_worker/templates/graph.html.j2
fastpluggy_plugin/tasks_worker/templates/notifier_modal.html.j2
fastpluggy_plugin/tasks_worker/templates/scheduled_monitor.html.j2
fastpluggy_plugin/tasks_worker/templates/task_details.html.j2
fastpluggy_plugin/tasks_worker/templates/task_form.html.j2
fastpluggy_plugin/tasks_worker/templates/monitoring/task_time.html.j2
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/tasks_worker/widgets/__init__.py
fastpluggy_plugin/tasks_worker/widgets/task_form.py
fastpluggy_plugin/tasks_worker/widgets/task_run_button.py
fastpluggy_plugin/ui_tools/README.md
fastpluggy_plugin/ui_tools/__init__.py
fastpluggy_plugin/ui_tools/html_render.py
fastpluggy_plugin/ui_tools/image_tools.py
fastpluggy_plugin/ui_tools/localization.py
fastpluggy_plugin/ui_tools/plugin.py
fastpluggy_plugin/ui_tools/pyproject.toml
fastpluggy_plugin/ui_tools/requirements.txt
fastpluggy_plugin/ui_tools/template_tools.py
fastpluggy_plugin/ui_tools/extra_widget/__init__.py
fastpluggy_plugin/ui_tools/extra_widget/display/__init__.py
fastpluggy_plugin/ui_tools/extra_widget/display/alert.py
fastpluggy_plugin/ui_tools/extra_widget/display/card.py
fastpluggy_plugin/ui_tools/extra_widget/display/stats.py
fastpluggy_plugin/ui_tools/extra_widget/layout/__init__.py
fastpluggy_plugin/ui_tools/extra_widget/layout/grid.py
fastpluggy_plugin/ui_tools/extra_widget/layout/grid.py.old
fastpluggy_plugin/ui_tools/static/script.js
fastpluggy_plugin/ui_tools/static/style.css
fastpluggy_plugin/ui_tools/templates/mime.html.j2
fastpluggy_plugin/ui_tools/templates/extra_widget/__init__.py
fastpluggy_plugin/ui_tools/templates/extra_widget/display/alert.html.j2
fastpluggy_plugin/ui_tools/templates/extra_widget/display/card.html.j2
fastpluggy_plugin/ui_tools/templates/extra_widget/display/stats.html.j2
fastpluggy_plugin/ui_tools/templates/extra_widget/display/status.html.j2
fastpluggy_plugin/ui_tools/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/README.md
fastpluggy_plugin/websocket_tool/__init__.py
fastpluggy_plugin/websocket_tool/config.py
fastpluggy_plugin/websocket_tool/plugin.py
fastpluggy_plugin/websocket_tool/pyproject.toml
fastpluggy_plugin/websocket_tool/requirements.txt
fastpluggy_plugin/websocket_tool/ws_manager.py
fastpluggy_plugin/websocket_tool/extra_widget/__init__.py
fastpluggy_plugin/websocket_tool/extra_widget/async_registry.py
fastpluggy_plugin/websocket_tool/extra_widget/async_widget.py
fastpluggy_plugin/websocket_tool/extra_widget/async_worker.py
fastpluggy_plugin/websocket_tool/notifiers/__init__.py
fastpluggy_plugin/websocket_tool/notifiers/websocket.py
fastpluggy_plugin/websocket_tool/routers/__init__.py
fastpluggy_plugin/websocket_tool/routers/admin.py
fastpluggy_plugin/websocket_tool/routers/ws.py
fastpluggy_plugin/websocket_tool/schema/__init__.py
fastpluggy_plugin/websocket_tool/schema/ws_message.py
fastpluggy_plugin/websocket_tool/static/scripts.js
fastpluggy_plugin/websocket_tool/static/service-worker.js
fastpluggy_plugin/websocket_tool/static/ws-registry.js
fastpluggy_plugin/websocket_tool/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