LICENSE
README.md
pyproject.toml
src/sundew/__init__.py
src/sundew/__main__.py
src/sundew/cli.py
src/sundew/config.py
src/sundew/config_presets.py
src/sundew/core.py
src/sundew/demo.py
src/sundew/ecg.py
src/sundew/energy.py
src/sundew/gating.py
src/sundew/py.typed
src/sundew_algorithms.egg-info/PKG-INFO
src/sundew_algorithms.egg-info/SOURCES.txt
src/sundew_algorithms.egg-info/dependency_links.txt
src/sundew_algorithms.egg-info/entry_points.txt
src/sundew_algorithms.egg-info/requires.txt
src/sundew_algorithms.egg-info/top_level.txt
tests/test_cli.py
tests/test_cli_cover.py
tests/test_cli_save.py
tests/test_cli_smoke.py
tests/test_config_presets.py
tests/test_config_validate.py
tests/test_config_validate_more.py
tests/test_controller.py
tests/test_core.py
tests/test_core_branches.py
tests/test_energy.py
tests/test_gating.py
tests/test_gating_boundaries.py
tests/test_gating_edge.py
tests/test_gating_math.py
tests/test_gating_more.py
tests/test_invariants.py