.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pixi.toml
pyproject.toml
.github/dependabot.yml
.github/release.yml
.github/workflows/main.yml
.github/workflows/pypipublish.yml
docs/api.rst
docs/conf.py
docs/index.md
docs/installation.md
docs/requirements.txt
docs/terminology.md
docs/_static/css/custom.css
docs/tutorials/index.md
docs/tutorials/quickstart.md
docs/user-guide/healpix-grid.md
docs/user-guide/index.md
docs/user-guide/mollview.md
docs/user-guide/plot-function.md
docs/user-guide/sampling-grid.md
healpix_plot/__init__.py
healpix_plot/ellipsoid.py
healpix_plot/healpix.py
healpix_plot/mollview.py
healpix_plot/plotting.py
healpix_plot/resampling.py
healpix_plot/sampling_grid.py
healpix_plot.egg-info/PKG-INFO
healpix_plot.egg-info/SOURCES.txt
healpix_plot.egg-info/dependency_links.txt
healpix_plot.egg-info/requires.txt
healpix_plot.egg-info/top_level.txt
healpix_plot/tests/test_healpix.py
healpix_plot/tests/test_sampling_grid.py