Skip to content

ncar-xdev/xpersist

Repository files navigation

xpersist

CI GitHub Workflow Status Code Coverage Status
Docs Documentation Status
Package Conda PyPI
License License

xpersist provides custom caching utility functions in Python. It is designed to be used in conjunction with analysis packages such as xarray, pandas which provide convenient interfaces for saving and loading data to and from disk.

See documentation for more information.

Installation

xpersist can be installed from PyPI with pip:

python -m pip install xpersist

It is also available from conda-forge for conda installations:

conda install -c conda-forge xpersist