.gitignore
.pre-commit-config.yaml
LICENSE
README.md
dev-requirements.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/lint.yml
.github/workflows/pypipublish.yml
.github/workflows/test.yml
src/ipyfastscape/__init__.py
src/ipyfastscape/common.py
src/ipyfastscape/topoviz3d.py
src/ipyfastscape/xr_accessor.py
src/ipyfastscape.egg-info/PKG-INFO
src/ipyfastscape.egg-info/SOURCES.txt
src/ipyfastscape.egg-info/dependency_links.txt
src/ipyfastscape.egg-info/not-zip-safe
src/ipyfastscape.egg-info/requires.txt
src/ipyfastscape.egg-info/top_level.txt
src/ipyfastscape/tests/__init__.py
src/ipyfastscape/tests/conftest.py
src/ipyfastscape/tests/test_common.py
src/ipyfastscape/tests/test_topoviz3d.py
src/ipyfastscape/tests/test_xr_accessor.py
src/ipyfastscape/tests/utils.py