LICENSE
README.md
pyproject.toml
src/huey_dashboard/__init__.py
src/huey_dashboard.egg-info/PKG-INFO
src/huey_dashboard.egg-info/SOURCES.txt
src/huey_dashboard.egg-info/dependency_links.txt
src/huey_dashboard.egg-info/requires.txt
src/huey_dashboard.egg-info/top_level.txt
src/huey_dashboard/api/__init__.py
src/huey_dashboard/api/router.py
src/huey_dashboard/api/endpoints/__init__.py
src/huey_dashboard/api/endpoints/tasks.py
src/huey_dashboard/api/endpoints/websockets.py
src/huey_dashboard/core/__init__.py
src/huey_dashboard/core/dependencies.py
src/huey_dashboard/models/__init__.py
src/huey_dashboard/models/task.py
src/huey_dashboard/services/__init__.py
src/huey_dashboard/services/database.py
src/huey_dashboard/services/huey_service.py
src/huey_dashboard/services/signals.py
src/huey_dashboard/services/websocket_manager.py
tests/__init__.py
tests/test_database.py
tests/test_endpoints.py
tests/test_plugin.py
tests/test_signals.py
tests/test_websockets.py