.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
environment.yml
pyproject.toml
readthedocs.yml
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/Makefile
docs/conf.py
docs/contributing.md
docs/index.md
docs/make.bat
docs/_static/custom.css
docs/examples/basic-example.ipynb
mpl_pan_zoom/__init__.py
mpl_pan_zoom/_pan.py
mpl_pan_zoom/_version.py
mpl_pan_zoom/_zoom.py
mpl_pan_zoom.egg-info/PKG-INFO
mpl_pan_zoom.egg-info/SOURCES.txt
mpl_pan_zoom.egg-info/dependency_links.txt
mpl_pan_zoom.egg-info/not-zip-safe
mpl_pan_zoom.egg-info/requires.txt
mpl_pan_zoom.egg-info/top_level.txt
tests/test_mpl_pan_zoom.py