Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 2.15 KB

README.md

File metadata and controls

38 lines (29 loc) · 2.15 KB

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