A library for reading and writing TCX (Training Center XML) files, commonly used for GPS fitness data. Current version 1.0.4, supports Python >=3.0, released under MIT license. Stable, low release cadence.
pip install tcxfileNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic read and write TCX files.
Use tcx.read()['Activities'] to iterate over activities.
Ensure the dict has an 'Activities' key containing a list of activity dicts.
Access raw XML via TcxReader.tree if needed.
No dependency data recorded yet.