LICENSE
README.md
pyproject.toml
fittie/__init__.py
fittie/datastream.py
fittie/endianness.py
fittie/exceptions.py
fittie.egg-info/PKG-INFO
fittie.egg-info/SOURCES.txt
fittie.egg-info/dependency_links.txt
fittie.egg-info/requires.txt
fittie.egg-info/top_level.txt
fittie/fitfile/__init__.py
fittie/fitfile/crc.py
fittie/fitfile/data_message.py
fittie/fitfile/definition_message.py
fittie/fitfile/field_definitions.py
fittie/fitfile/field_description.py
fittie/fitfile/fitfile.py
fittie/fitfile/header.py
fittie/fitfile/records.py
fittie/fitfile/util.py
fittie/fitfile/profile/__init__.py
fittie/fitfile/profile/base_types.py
fittie/fitfile/profile/fit_types.py
fittie/fitfile/profile/mesg_nums.py
fittie/fitfile/profile/message_profile.py
fittie/fitfile/profile/messages.py
fittie/fitfile/profile/util.py
tests/fittie/__init__.py
tests/fittie/fitfile/__init__.py
tests/fittie/fitfile/test_crc.py
tests/fittie/fitfile/test_definition_message.py
tests/fittie/fitfile/test_header.py
tests/fittie/fitfile/test_records.py
tests/fittie/fitfile/test_util.py