.gitignore
.pre-commit-config.yaml
.prettierrc.toml
LICENSE
README.md
codecov.yml
pyproject.toml
.github/dependabot.yml
.github/workflows/main.yaml
.github/workflows/pypi-release.yaml
ci/environment.yml
ndpyramid/__init__.py
ndpyramid/_version.py
ndpyramid/core.py
ndpyramid/regrid.py
ndpyramid/utils.py
ndpyramid.egg-info/PKG-INFO
ndpyramid.egg-info/SOURCES.txt
ndpyramid.egg-info/dependency_links.txt
ndpyramid.egg-info/requires.txt
ndpyramid.egg-info/top_level.txt
notebooks/demo.ipynb
tests/test_pyramids.py
tests/test_utils.py