Python library for decoding and reading Garmin FIT file format data. Current version 1.2.0, no longer actively updated (use 'fitdecode' or 'garmin-fit' instead).
pip install fitfileNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open a FIT file and iterate over data messages.
pip install fitdecode then use from fitdecode import FitReader
messages = list(fit.get_messages()) # store once
Use Python 3.
No dependency data recorded yet.