AUTHORS.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
pipefunc/__init__.py
pipefunc/_adaptive.py
pipefunc/_pipefunc.py
pipefunc/_pipeline.py
pipefunc/_plotting.py
pipefunc/_profile.py
pipefunc/_simplify.py
pipefunc/_utils.py
pipefunc/_version.py
pipefunc/cache.py
pipefunc/exceptions.py
pipefunc/lazy.py
pipefunc/py.typed
pipefunc/resources.py
pipefunc/sweep.py
pipefunc/typing.py
pipefunc.egg-info/PKG-INFO
pipefunc.egg-info/SOURCES.txt
pipefunc.egg-info/dependency_links.txt
pipefunc.egg-info/requires.txt
pipefunc.egg-info/top_level.txt
pipefunc/map/__init__.py
pipefunc/map/_dictarray.py
pipefunc/map/_filearray.py
pipefunc/map/_mapspec.py
pipefunc/map/_run.py
pipefunc/map/_run_info.py
pipefunc/map/_storage_base.py
pipefunc/map/adaptive.py
pipefunc/map/adaptive_scheduler.py
pipefunc/map/xarray.py
pipefunc/map/zarr.py
tests/test_adaptive_run.py
tests/test_benchmark.py
tests/test_cache.py
tests/test_cache_memoize.py
tests/test_cache_to_hashable.py
tests/test_lazy.py
tests/test_perf.py
tests/test_pipefunc.py
tests/test_pipefunc_annotations.py
tests/test_pipeline.py
tests/test_pipeline_annotations.py
tests/test_pipeline_cache.py
tests/test_pipeline_lazy.py
tests/test_pipeline_mapspec.py
tests/test_pipeline_resources.py
tests/test_pipeline_update.py
tests/test_plotting.py
tests/test_resources.py
tests/test_simplify.py
tests/test_sweep.py
tests/test_typing.py
tests/test_typing_future_annotations.py
tests/test_utils.py