LICENSE
README.md
pyproject.toml
src/rosbag_doctor/__init__.py
src/rosbag_doctor/__main__.py
src/rosbag_doctor/baseline.py
src/rosbag_doctor/checks.py
src/rosbag_doctor/cli.py
src/rosbag_doctor/compare.py
src/rosbag_doctor/config.py
src/rosbag_doctor/doctor.py
src/rosbag_doctor/models.py
src/rosbag_doctor/output.py
src/rosbag_doctor/readers.py
src/rosbag_doctor/stats.py
src/rosbag_doctor.egg-info/PKG-INFO
src/rosbag_doctor.egg-info/SOURCES.txt
src/rosbag_doctor.egg-info/dependency_links.txt
src/rosbag_doctor.egg-info/entry_points.txt
src/rosbag_doctor.egg-info/requires.txt
src/rosbag_doctor.egg-info/top_level.txt
tests/test_baseline.py
tests/test_checks.py
tests/test_cli.py
tests/test_integrity.py
tests/test_mcap_reader.py
tests/test_sqlite_reader.py
tests/test_timestamp_anomalies.py