LICENSE
README.md
pyproject.toml
src/framesig/__init__.py
src/framesig/_coerce.py
src/framesig/cache.py
src/framesig/cli.py
src/framesig/config.py
src/framesig/detectors.py
src/framesig/errors.py
src/framesig/events.py
src/framesig/regions.py
src/framesig/scanner.py
src/framesig/videogen.py
src/framesig/viz.py
src/framesig.egg-info/PKG-INFO
src/framesig.egg-info/SOURCES.txt
src/framesig.egg-info/dependency_links.txt
src/framesig.egg-info/entry_points.txt
src/framesig.egg-info/requires.txt
src/framesig.egg-info/top_level.txt
tests/test_cache.py
tests/test_cli.py
tests/test_config.py
tests/test_detectors.py
tests/test_end_to_end.py
tests/test_events.py
tests/test_regions.py
tests/test_scanner.py
tests/test_videogen.py