LICENSE
README.md
setup.cfg
setup.py
examples/__init__.py
examples/example0.py
examples/example1.py
examples/example2.py
examples/example3.py
examples/example4.py
examples/example5.py
examples/interfaces/__init__.py
examples/interfaces/common.py
examples/interfaces/fn.py
examples/interfaces/string.py
examples/modules/__init__.py
examples/modules/module_a.py
examples/modules/module_b.py
examples/modules/module_c.py
examples/modules/module_d.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
magda/testing/__init__.py
magda/testing/module_testing_wrapper.py
magda/testing/utils.py
magda/utils/__init__.py
magda/utils/logger/__init__.py
magda/utils/logger/config.py
magda/utils/logger/hooks.py
magda/utils/logger/logger.py
magda/utils/logger/parts.py
magda/utils/logger/printers/__init__.py
magda/utils/logger/printers/base.py
magda/utils/logger/printers/group.py
magda/utils/logger/printers/level.py
magda/utils/logger/printers/message.py
magda/utils/logger/printers/module.py
magda/utils/logger/printers/pipeline.py
magda/utils/logger/printers/replica.py
magda/utils/logger/printers/request.py
magda/utils/logger/printers/shared.py
magda/utils/logger/printers/timestamp.py
magda/utils/logger/printers/uid.py
test/__init__.py
test/test_actor_pool.py
test/test_config_reader.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_module_testing_wrapper.py
test/test_parallel_pipeline.py
test/test_results.py
test/test_sequential_pipeline.py
test/test_testing_utils.py
test/mocks/__init__.py
test/mocks/module_decorated_mock.py
test/utils/__init__.py
test/utils/logger/__init__.py
test/utils/logger/test_logger.py
test/utils/logger/test_pipeline_logging.py
test/utils/logger/printers/__init__.py
test/utils/logger/printers/test_group.py
test/utils/logger/printers/test_level.py
test/utils/logger/printers/test_message.py
test/utils/logger/printers/test_module.py
test/utils/logger/printers/test_pipeline.py
test/utils/logger/printers/test_replica.py
test/utils/logger/printers/test_request.py
test/utils/logger/printers/test_timestamp.py
test/utils/logger/printers/test_uid.py