LICENSE
README.md
pyproject.toml
fit/__init__.py
fit/exceptions.py
fit/fitfile.py
fit/py.typed
fit/utils.py
fit.egg-info/PKG-INFO
fit.egg-info/SOURCES.txt
fit.egg-info/dependency_links.txt
fit.egg-info/requires.txt
fit.egg-info/top_level.txt
fit/files/__init__.py
fit/files/activity.py
fit/files/blood_pressure.py
fit/files/device.py
fit/files/filelike.py
fit/files/goals.py
fit/files/monitoring.py
fit/files/schedule.py
fit/files/settings.py
fit/files/sport_settings.py
fit/files/totals.py
fit/files/weight.py
fit/files/workout.py
fit/io/__init__.py
fit/io/reader.py
fit/io/writer.py
fit/messages/__init__.py
fit/messages/activity.py
fit/messages/blood_pressure.py
fit/messages/common.py
fit/messages/course.py
fit/messages/device.py
fit/messages/generic.py
fit/messages/goals.py
fit/messages/message.py
fit/messages/monitoring.py
fit/messages/other.py
fit/messages/schedule.py
fit/messages/settings.py
fit/messages/sport_settings.py
fit/messages/totals.py
fit/messages/weight_scale.py
fit/messages/workout.py
fit/record/__init__.py
fit/record/constants.py
fit/record/definition.py
fit/record/fields.py
fit/record/header.py
fit/structure/__init__.py
fit/structure/body.py
fit/structure/crc.py
fit/structure/header.py
fit/types/__init__.py
fit/types/array.py
fit/types/base.py
fit/types/composite.py
fit/types/dynamic.py
fit/types/extended.py
fit/types/general.py
fit/types/helpers.py
tests/test_crc.py
tests/test_filelike.py
tests/test_header.py
tests/test_io.py
tests/test_messages.py
tests/test_record_headers.py
tests/test_types.py