Python library to parse ANT/Garmin .FIT files. Current version 1.2.0 provides a high-level interface to read FIT files, including data messages, definitions, and developer fields. Release cadence is low, with no recent updates.
pip install fitparseNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open a FIT file, iterate over 'record' messages, and print field names and values.
Use another library if write support is needed.
Ensure Python 3.6 or newer is used.
Convert: degrees = semicircles * (180.0 / 2**31)
Check if field.value is not None before using.
Upgrade fitparse to the latest version or use a different parser.
No dependency data recorded yet.