.gitignore
.pre-commit-config.yaml
LICENSE.md
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/release.yaml
.github/workflows/test.yaml
hetmatpy/__init__.py
hetmatpy/degree_group.py
hetmatpy/degree_weight.py
hetmatpy/diffusion.py
hetmatpy/matrix.py
hetmatpy/pipeline.py
hetmatpy/testing.py
hetmatpy/xarray.py
hetmatpy.egg-info/PKG-INFO
hetmatpy.egg-info/SOURCES.txt
hetmatpy.egg-info/dependency_links.txt
hetmatpy.egg-info/requires.txt
hetmatpy.egg-info/top_level.txt
hetmatpy/hetmat/__init__.py
hetmatpy/hetmat/archive.py
hetmatpy/hetmat/caching.py
hetmatpy/hetmat/tests/test_archive.py
hetmatpy/hetmat/tests/test_caching.py
hetmatpy/hetmat/tests/test_hetmat.py
hetmatpy/tests/test_degree_weight.py
hetmatpy/tests/test_diffusion.py
hetmatpy/tests/test_hetnetpy.py
hetmatpy/tests/test_path_count.py
hetmatpy/tests/test_pipeline.py