.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
.github/codecov.yml
.github/dependabot.yml
.github/release.yml
.github/workflows/ci-additional.yml
.github/workflows/packaging.yml
.github/workflows/test.yml
docs/Makefile
docs/api-hidden.rst
docs/api.rst
docs/conf.py
docs/environment.yml
docs/index.md
docs/install.md
docs/integration.md
docs/terminology.md
docs/usage.md
docs/_templates/autosummary/crs_index.rst
docs/_templates/autosummary/mixin.rst
xproj/__init__.py
xproj/accessor.py
xproj/crs_utils.py
xproj/index.py
xproj/mixins.py
xproj/typing.py
xproj/utils.py
xproj.egg-info/PKG-INFO
xproj.egg-info/SOURCES.txt
xproj.egg-info/dependency_links.txt
xproj.egg-info/requires.txt
xproj.egg-info/top_level.txt
xproj/tests/__init__.py
xproj/tests/test_3rdparty_accessor.py
xproj/tests/test_3rdparty_index.py
xproj/tests/test_accessor.py
xproj/tests/test_crs_utils.py
xproj/tests/test_index.py