LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
gos/__init__.py
gos/configuration.py
gos/exceptions.py
gos/executable_containers.py
gos/manager.py
gos/tasks.py
gos.egg-info/PKG-INFO
gos.egg-info/SOURCES.txt
gos.egg-info/dependency_links.txt
gos.egg-info/requires.txt
gos.egg-info/top_level.txt
gos/algo/__init__.py
gos/algo/executable_containers/__init__.py
gos/algo/executable_containers/base_round.py
gos/algo/executable_containers/base_stage.py
gos/algo/executable_containers/pipeline.py
gos/utils/__init__.py
gos/utils/load.py
tests/__init__.py
tests/all_tests.py
tests/test_configuration.py
tests/test_executable_containers.py
tests/test_manager.py
tests/test_tasks.py