.gitlab-ci.yml
.pre-commit-config.yaml
AUTHORS
ChangeLog
LICENSE
README.md
mypy.ini
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
logging-stream-redis-poc/requirements.txt
logging-stream-redis-poc/setup.py
logging-stream-redis-poc/redis_log_handler/RedisLogHandler.py
logging-stream-redis-poc/redis_log_handler/__init__.py
logging-stream-redis-poc/tests/conftest.py
logging-stream-redis-poc/tests/test_log_handler.py
plugin-detection-poc/requirements.txt
plugin-detection-poc/first-worker/setup.py
plugin-detection-poc/first-worker/first_worker/__init__.py
plugin-detection-poc/first-worker/tests/test_first_worker_output.py
plugin-detection-poc/second-worker/setup.py
plugin-detection-poc/second-worker/second_worker/__init__.py
plugin-detection-poc/second-worker/tests/test_second_worker_output.py
skidward/__init__.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/web/README.md
skidward/web/__init__.py
skidward/web/models.py
skidward/web/views.py
skidward/web/templates/index.html
skidward/web/templates/admin/index.html
tests/__init__.py
tests/test_web.py
tests/worker_detector/__init__.py
tests/worker_detector/conftest.py
tests/worker_detector/test_namespace_module_manager.py
tests/worker_detector/test_worker_detector.py
worker_detector/__init__.py
worker_detector/namespace_module_manager.py