AUTHORS.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
pipefunc/__init__.py
pipefunc/_cache.py
pipefunc/_pipefunc.py
pipefunc/_pipeline.py
pipefunc/_plotting.py
pipefunc/_profile.py
pipefunc/_simplify.py
pipefunc/_utils.py
pipefunc/_version.py
pipefunc/exceptions.py
pipefunc/lazy.py
pipefunc/resources.py
pipefunc/sweep.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_benchmark.py
tests/test_cache.py
tests/test_dag.py
tests/test_perf.py
tests/test_pipefunc.py
tests/test_plotting.py
tests/test_resources.py
tests/test_simplify.py
tests/test_sweep.py
tests/test_utils.py