Skip to content

msimms/ZwoReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZwoReader

Code for reading a zwo file. The zwo file format is an XML-based format that describes a workout.

Using

reader = ZwoReader()
reader.read_file("foo.zwo")
for interval in reader.workout:
    print(interval)

Option 1

Add the source files (Zwo*.py) directly to your project.

Option 2

Via PIP (I haven't set this up yet)

Version History

License

This library is released under the MIT license, see LICENSE for details.

About

Code for reading a zwo (xml-based workouts) file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages