.coveragerc
.gitignore
LICENSE
README.md
pyproject.toml
tox.ini
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/.gitignore
docs/Gemfile
docs/_config.yml
docs/src/404.md
docs/src/index.md
docs/src/assets/img/favicon.ico
docs/src/assets/img/pyper.png
docs/src/docs/ApiReference/index.md
docs/src/docs/Examples/index.md
docs/src/docs/UserGuide/CombiningPipelines.md
docs/src/docs/UserGuide/Considerations.md
docs/src/docs/UserGuide/CreatingPipelines.md
docs/src/docs/UserGuide/TaskParameters.md
docs/src/docs/UserGuide/index.md
src/pyper/__init__.py
src/pyper/_core/decorators.py
src/pyper/_core/pipeline.py
src/pyper/_core/task.py
src/pyper/_core/async_helper/output.py
src/pyper/_core/async_helper/queue_io.py
src/pyper/_core/async_helper/stage.py
src/pyper/_core/sync_helper/output.py
src/pyper/_core/sync_helper/queue_io.py
src/pyper/_core/sync_helper/stage.py
src/pyper/_core/util/asynchronize.py
src/pyper/_core/util/sentinel.py
src/pyper/_core/util/thread_pool.py
src/python_pyper.egg-info/PKG-INFO
src/python_pyper.egg-info/SOURCES.txt
src/python_pyper.egg-info/dependency_links.txt
src/python_pyper.egg-info/top_level.txt
tests/requirements.txt
tests/test_async.py
tests/test_sync.py
tests/test_task.py