Description
Stores intermediate data in append-friendly key-value files for Python workflows. It is useful when data-processing tools need to spill work to disk, share chunks between tasks, or keep temporary state without a full database.
Most users receive it as a dependency of projects such as Dask. It does not add a separate application; it gives other Python software a storage layer for larger or concurrent jobs.