.gitignore
.pre-commit-config.yaml
AUTHORS.md
CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/build-test.yml
.github/workflows/check-build.yml
.github/workflows/check-manifest.yml
.github/workflows/create-release.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/style-checks.yml
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/lint_requirements.txt
tests/test_accesor.py
tests/test_utilities.py
yt_xarray/__init__.py
yt_xarray/_utilities.py
yt_xarray.egg-info/PKG-INFO
yt_xarray.egg-info/SOURCES.txt
yt_xarray.egg-info/dependency_links.txt
yt_xarray.egg-info/not-zip-safe
yt_xarray.egg-info/requires.txt
yt_xarray.egg-info/top_level.txt
yt_xarray/accessor/__init__.py
yt_xarray/accessor/accessor.py