LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
doc/Makefile
doc/conf.py
doc/index.rst
doc/installing.rst
doc/whats-new.rst
doc/_static/.gitignore
doc/_static/style.css
doc/_templates/layout.html
doc/api/csv.rst
doc/api/cumulatives.rst
doc/api/interpolate.rst
doc/api/numba_extras.rst
doc/api/sort.rst
xarray_extras/__init__.py
xarray_extras/csv.py
xarray_extras/cumulatives.py
xarray_extras/interpolate.py
xarray_extras/numba_extras.py
xarray_extras/sort.py
xarray_extras/version.py
xarray_extras.egg-info/PKG-INFO
xarray_extras.egg-info/SOURCES.txt
xarray_extras.egg-info/dependency_links.txt
xarray_extras.egg-info/requires.txt
xarray_extras.egg-info/top_level.txt
xarray_extras/backport/__init__.py
xarray_extras/backport/dask.py
xarray_extras/backport/numpy.py
xarray_extras/duck/__init__.py
xarray_extras/duck/sort.py
xarray_extras/kernels/__init__.py
xarray_extras/kernels/csv.py
xarray_extras/kernels/cumulatives.py
xarray_extras/kernels/interpolate.py
xarray_extras/kernels/np_to_csv.c
xarray_extras/kernels/np_to_csv_py.py
xarray_extras/tests/__init__.py
xarray_extras/tests/test_csv.py
xarray_extras/tests/test_cumulatives.py
xarray_extras/tests/test_interpolate.py
xarray_extras/tests/test_numba_extras.py
xarray_extras/tests/test_sort.py