.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
codecov.yml
pyproject.toml
readthedocs.yml
setup.py
.github/dependabot.yml
.github/PULL_REQUEST_TEMPLATE/community_contribution.md
.github/workflows/release_to_pypi.yml
.github/workflows/test_providers.yml
.github/workflows/tests.yaml
.github/workflows/update_providers.yaml
ci/latest.yaml
ci/update_providers.yaml
doc/Makefile
doc/make.bat
doc/requirements.txt
doc/source/api.rst
doc/source/changelog.rst
doc/source/conf.py
doc/source/contributing.md
doc/source/gallery.rst
doc/source/index.md
doc/source/introduction.ipynb
doc/source/registration.md
doc/source/tiles.png
doc/source/_static/custom.css
doc/source/_static/generate_gallery.js
doc/source/_static/xyzmaps.jpg
provider_sources/_compress_providers.py
provider_sources/_parse_leaflet_providers.py
provider_sources/leaflet-providers-parsed.json
provider_sources/xyzservices-providers.json
xyzservices/__init__.py
xyzservices/lib.py
xyzservices/providers.py
xyzservices.egg-info/PKG-INFO
xyzservices.egg-info/SOURCES.txt
xyzservices.egg-info/dependency_links.txt
xyzservices.egg-info/top_level.txt
xyzservices/data/__init__.py
xyzservices/data/providers.json
xyzservices/tests/__init__.py
xyzservices/tests/test_lib.py
xyzservices/tests/test_providers.py