.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
HOW_TO_RELEASE
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/docs.yml
.github/workflows/pre-commit.yml
.github/workflows/pytest.yml
ci/install_mongodb.ps1
ci/mongo_smoke_test.py
ci/requirements-docs.yml
ci/requirements-latest.yml
ci/requirements-min-all-deps.yml
ci/requirements-min-no-optionals.yml
ci/requirements-upstream.yml
doc/api_reference.rst
doc/conf.py
doc/db_reference.rst
doc/index.rst
doc/installing.rst
doc/nep18.rst
doc/whats-new.rst
doc/_static/.gitignore
doc/_static/style.css
doc/_templates/layout.html
xarray_mongodb/__init__.py
xarray_mongodb/asyncio.py
xarray_mongodb/chunk.py
xarray_mongodb/common.py
xarray_mongodb/compat.py
xarray_mongodb/errors.py
xarray_mongodb/patch_pymongo.py
xarray_mongodb/py.typed
xarray_mongodb/sync.py
xarray_mongodb.egg-info/PKG-INFO
xarray_mongodb.egg-info/SOURCES.txt
xarray_mongodb.egg-info/dependency_links.txt
xarray_mongodb.egg-info/not-zip-safe
xarray_mongodb.egg-info/requires.txt
xarray_mongodb.egg-info/top_level.txt
xarray_mongodb/tests/__init__.py
xarray_mongodb/tests/conftest.py
xarray_mongodb/tests/data.py
xarray_mongodb/tests/test_asyncio.py
xarray_mongodb/tests/test_pickle.py
xarray_mongodb/tests/test_pint.py
xarray_mongodb/tests/test_sync.py