MANIFEST.in
PYPI.md
README.md
pyproject.toml
pytest.ini
python/API.md
python/README.md
python/examples/basic_usage.py
python/examples/performance_test.py
python/examples/trim_and_background.py
python/src/cine_reader/__init__.py
python/src/cine_reader/_lookup.py
python/src/cine_reader/cine.py
python/src/cine_reader/frame_decode.py
python/src/cine_reader/headers.py
python/src/cine_reader/image_ops.py
python/src/cine_reader/py.typed
python/src/cine_reader/stats.py
python/src/cine_reader/unpack.py
python/src/cine_reader/libs/unpack_data_arm64.dylib
python/src/cine_reader/libs/unpack_data_elf64.so
python/src/cine_reader/libs/unpack_data_win32.dll
python/src/cine_reader/libs/unpack_data_win64.dll
python/tests/test_cine_processing.py
python/tests/test_cine_smoke.py
python/tests/test_frame_decode.py
python/tests/test_image_ops.py
python/tests/test_stats.py
python/tests/test_unpack.py