.coveragerc
README.md
pyproject.toml
.github/workflows/main_test.yaml
.github/workflows/publish.yaml
examples/__init__.py
examples/example_runner.py
examples/workers/__init__.py
examples/workers/add_int_worker.py
examples/workers/concat_str_worker.py
src/mpaio/__init__.py
src/mpaio/data_iterator.py
src/mpaio/item_type.py
src/mpaio/py.typed
src/mpaio/worker.py
src/mpaio/worker_orchestrator.py
src/mpaio.egg-info/PKG-INFO
src/mpaio.egg-info/SOURCES.txt
src/mpaio.egg-info/dependency_links.txt
src/mpaio.egg-info/requires.txt
src/mpaio.egg-info/top_level.txt
tests/conftest.py
tests/test_data_iterator.py
tests/test_worker.py
tests/test_worker_orchestrator.py