.gitattributes
.gitignore
.pre-commit-config.yaml
HOW_TO_RELEASE
LICENSE
MANIFEST.in
README.md
conftest.py
readthedocs.yml
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/docs.yml
.github/workflows/pre-commit.yml
.github/workflows/pytest-minimal.yml
.github/workflows/pytest.yml
ci/condarc
ci/requirements-docs.yml
ci/requirements-minimal.yml
ci/requirements.yml
doc/conf.py
doc/develop.rst
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
doc/api/stack.rst
xarray_extras/__init__.py
xarray_extras/csv.py
xarray_extras/cumulatives.py
xarray_extras/interpolate.py
xarray_extras/numba_extras.py
xarray_extras/py.typed
xarray_extras/sort.py
xarray_extras/stack.py
xarray_extras.egg-info/PKG-INFO
xarray_extras.egg-info/SOURCES.txt
xarray_extras.egg-info/dependency_links.txt
xarray_extras.egg-info/not-zip-safe
xarray_extras.egg-info/requires.txt
xarray_extras.egg-info/top_level.txt
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
xarray_extras/tests/test_stack.py