MANIFEST.in
README.md
setup.py
ch2/__init__.py
ch2/__main__.py
ch2/activities.py
ch2/args.py
ch2/diary.py
ch2/fthr.py
ch2/help.py
ch2/injuries.py
ch2/log.py
ch2/schedules.py
ch2/statistics.py
ch2/summary.py
ch2/utils.py
ch2/data/__init__.py
ch2/data/database.py
ch2/data/plot.py
ch2/fit/__init__.py
ch2/fit/summary.py
ch2/fit/format/__init__.py
ch2/fit/format/read.py
ch2/fit/format/records.py
ch2/fit/format/tokens.py
ch2/fit/profile/__init__.py
ch2/fit/profile/fields.py
ch2/fit/profile/messages.py
ch2/fit/profile/profile.py
ch2/fit/profile/support.py
ch2/fit/profile/types.py
ch2/lib/__init__.py
ch2/lib/data.py
ch2/lib/date.py
ch2/lib/io.py
ch2/lib/repeating.py
ch2/lib/widgets.py
ch2/migrate/__init__.py
ch2/migrate/sql2sqla.py
ch2/plan/__init__.py
ch2/plan/british.py
ch2/plan/exponential.py
ch2/plan/weekly.py
ch2/squeal/__init__.py
ch2/squeal/binders.py
ch2/squeal/database.py
ch2/squeal/support.py
ch2/squeal/types.py
ch2/squeal/utils.py
ch2/squeal/tables/__init__.py
ch2/squeal/tables/activity.py
ch2/squeal/tables/diary.py
ch2/squeal/tables/heartrate.py
ch2/squeal/tables/injury.py
ch2/squeal/tables/schedule.py
ch2/squeal/tables/statistic.py
ch2/squeal/tables/summary.py
ch2/uweird/__init__.py
ch2/uweird/calendar.py
ch2/uweird/database.py
ch2/uweird/decorators.py
ch2/uweird/editor.py
ch2/uweird/factory.py
ch2/uweird/fixed.py
ch2/uweird/focus.py
ch2/uweird/state.py
ch2/uweird/tabs.py
ch2/uweird/widgets.py
choochoo.egg-info/PKG-INFO
choochoo.egg-info/SOURCES.txt
choochoo.egg-info/dependency_links.txt
choochoo.egg-info/entry_points.txt
choochoo.egg-info/top_level.txt
tests/__init__.py
tests/test_data.py
tests/test_fit.py
tests/test_plan.py
tests/test_repeating.py
tests/test_squeal.py