CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
benchmarks/bench_cpp_binding.py
benchmarks/bench_pure_cpp.cpp
benchmarks/bench_pure_python.py
benchmarks/benchmark_backends.py
benchmarks/benchmark_cpp.cpp
benchmarks/benchmark_python.py
benchmarks/check_readme_snippets.py
benchmarks/compare_algorithms.py
benchmarks/compare_implementations.py
benchmarks/generate_stats_table.py
benchmarks/verify_boundary.py
benchmarks/verify_cpp.cpp
src/bindings/python_bindings.cpp
src/cpp/include/h3_toolkit.hpp
src/cpp/src/h3_toolkit.cpp
src/python/h3_boundary/__init__.py
src/python/h3_boundary/geom.py
src/python/h3_boundary/utils.py
src/python/h3_boundary.egg-info/PKG-INFO
src/python/h3_boundary.egg-info/SOURCES.txt
src/python/h3_boundary.egg-info/dependency_links.txt
src/python/h3_boundary.egg-info/requires.txt
src/python/h3_boundary.egg-info/top_level.txt
tests/cpp/test_h3_toolkit.cpp
tests/python/test_buffering.py
tests/python/test_bulk.py
tests/python/test_indexing.py
tests/python/test_parity.py
tests/python/test_utils.py