README.md
setup.cfg
setup.py
examples/__init__.py
examples/example1.py
examples/example2.py
examples/example3.py
examples/interfaces/__init__.py
examples/interfaces/common.py
examples/interfaces/fn.py
examples/interfaces/string.py
examples/modules/__init__.py
examples/modules/a.py
examples/modules/b.py
examples/modules/c.py
examples/modules/common.py
magda/__init__.py
magda/config_reader.py
magda/exceptions.py
magda.egg-info/PKG-INFO
magda.egg-info/SOURCES.txt
magda.egg-info/dependency_links.txt
magda.egg-info/requires.txt
magda.egg-info/top_level.txt
magda/decorators/__init__.py
magda/decorators/accepting.py
magda/decorators/common.py
magda/decorators/exposing.py
magda/decorators/finalizing.py
magda/decorators/producing.py
magda/decorators/registering.py
magda/module/__init__.py
magda/module/aggregate.py
magda/module/base.py
magda/module/factory.py
magda/module/interface.py
magda/module/module.py
magda/module/results.py
magda/module/runtime.py
magda/pipeline/__init__.py
magda/pipeline/base.py
magda/pipeline/graph.py
magda/pipeline/graph_validator.py
magda/pipeline/sequential.py
magda/pipeline/parallel/__init__.py
magda/pipeline/parallel/future_result.py
magda/pipeline/parallel/job.py
magda/pipeline/parallel/parallel_init.py
magda/pipeline/parallel/parallel_pipeline.py
magda/pipeline/parallel/runtime.py
magda/pipeline/parallel/group/__init__.py
magda/pipeline/parallel/group/actor.py
magda/pipeline/parallel/group/actor_pool.py
magda/pipeline/parallel/group/group.py
magda/pipeline/parallel/group/runtime.py
magda/pipeline/parallel/group/state_type.py
test/__init__.py
test/test_actor_pool.py
test/test_context.py
test/test_decorator.py
test/test_factory.py
test/test_graph.py
test/test_interfaces.py
test/test_module.py
test/test_parallel_pipeline.py
test/test_results.py
test/test_sequential_pipeline.py
test/mocks/__init__.py
test/mocks/module_decorated_mock.py