Skip to content

ncar-xdev/xpersist

Folders and files

NameName
Last commit message
Last commit date
Aug 1, 2022
Jan 31, 2022
Jan 31, 2022
Dec 28, 2021
Dec 28, 2021
Nov 19, 2019
Dec 14, 2021
Sep 6, 2022
Dec 17, 2020
Jan 27, 2022
Jan 27, 2022
Dec 17, 2020
Jan 27, 2022
Dec 17, 2020
Dec 14, 2021
Jan 31, 2022
Dec 14, 2021
Dec 22, 2021
Jan 27, 2022

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