.gitlab-ci.yml
AUTHORS
ChangeLog
LICENSE
README.md
mypy.ini
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/detector/setup.py
plugin-detection-poc/detector/detector/ModuleAccessor.py
plugin-detection-poc/detector/detector/WorkerDetector.py
plugin-detection-poc/detector/detector/__init__.py
plugin-detection-poc/detector/tests/__init__.py
plugin-detection-poc/detector/tests/test_module_accessor.py
plugin-detection-poc/detector/tests/test_worker_detector.py
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/test_web.py