.env.default
.gitlab-ci.yml
.pre-commit-config.yaml
AUTHORS
ChangeLog
LICENSE
README.md
mypy.ini
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/src/configuration.md
docs/src/contribute.md
docs/src/installation.md
docs/src/installation__requirements.md
docs/src/license.md
docs/src/usage.md
docs/src/images/setup_example.png
skidward/__init__.py
skidward/__main__.py
skidward/app.py
skidward/backend.py
skidward/models.py
skidward/task_runner.py
skidward.egg-info/PKG-INFO
skidward.egg-info/SOURCES.txt
skidward.egg-info/dependency_links.txt
skidward.egg-info/not-zip-safe
skidward.egg-info/pbr.json
skidward.egg-info/requires.txt
skidward.egg-info/top_level.txt
skidward/scheduler/__init__.py
skidward/scheduler/scheduler.py
skidward/web/README.md
skidward/web/__init__.py
skidward/web/forms.py
skidward/web/views.py
skidward/web/templates/index.html
skidward/web/templates/macro_render_field.html
skidward/web/templates/admin/index.html
skidward/web/templates/log/logview.html
skidward/web/templates/security/_macros.html
skidward/web/templates/security/login_user.html
skidward/web/templates/task/configure.html
skidward/worker_detector/__init__.py
skidward/worker_detector/namespace_module_manager.py
tests/__init__.py
tests/conftest.py
tests/mock_objects.py
tests/test_backend.py
tests/test_skidward_cli.py
tests/endpoints/__init__.py
tests/endpoints/conftest.py
tests/endpoints/test_endpoints.py
tests/scheduler/__init__.py
tests/scheduler/test_scheduler.py
tests/task_runner/__init__.py
tests/task_runner/test_task_runner.py
tests/web/__init__.py
tests/web/test_web.py
tests/worker_detector/__init__.py
tests/worker_detector/test_namespace_module_manager.py
tests/worker_detector/test_worker_detector.py