.clang-format
.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/python-package-pr.yml
.github/workflows/python-package-publish.yml
.github/workflows/python-package-push.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/install.rst
docs/modules.rst
hpgeom/__init__.py
hpgeom/healpix_geom.c
hpgeom/healpix_geom.h
hpgeom/healpy_compat.py
hpgeom/hpgeom.c
hpgeom/hpgeom.py
hpgeom/hpgeom_stack.c
hpgeom/hpgeom_stack.h
hpgeom/hpgeom_utils.c
hpgeom/hpgeom_utils.h
hpgeom.egg-info/PKG-INFO
hpgeom.egg-info/SOURCES.txt
hpgeom.egg-info/dependency_links.txt
hpgeom.egg-info/requires.txt
hpgeom.egg-info/top_level.txt
hpgeom.egg-info/zip-safe
tests/make_benchmark_table.py
tests/test_angle_functions.py
tests/test_angle_to_pixel.py
tests/test_boundaries.py
tests/test_healpy_compat.py
tests/test_neighbors.py
tests/test_nest_to_ring.py
tests/test_pixel_functions.py
tests/test_pixel_to_angle.py
tests/test_pixel_to_vector.py
tests/test_query_circle.py
tests/test_query_ellipse.py
tests/test_query_polygon.py
tests/test_ring_to_nest.py
tests/test_vector_functions.py
tests/test_vector_to_pixel.py