Code for reading a zwo file. The zwo file format is an XML-based format that describes a workout.
reader = ZwoReader()
reader.read_file("foo.zwo")
for interval in reader.workout:
print(interval)
Add the source files (Zwo*.py) directly to your project.
Via PIP (I haven't set this up yet)
This library is released under the MIT license, see LICENSE for details.