MANIFEST.in
README.md
setup.py
ch2/__init__.py
ch2/__main__.py
ch2/arty/__init__.py
ch2/arty/spherical.py
ch2/arty/tree.py
ch2/bucket/__init__.py
ch2/bucket/data_frame.py
ch2/bucket/diary.py
ch2/bucket/plot.py
ch2/bucket/server.py
ch2/command/__init__.py
ch2/command/activities.py
ch2/command/args.py
ch2/command/constants.py
ch2/command/data.py
ch2/command/default_config.py
ch2/command/diary.py
ch2/command/fit.py
ch2/command/fix_fit.py
ch2/command/garmin.py
ch2/command/help.py
ch2/command/monitor.py
ch2/command/package_fit_profile.py
ch2/command/statistics.py
ch2/command/test_schedule.py
ch2/command/unlock.py
ch2/config/__init__.py
ch2/config/database.py
ch2/config/default.py
ch2/config/impulse.py
ch2/config/personal.py
ch2/config/plan/__init__.py
ch2/config/plan/british.py
ch2/config/plan/exponential.py
ch2/config/plan/weekly.py
ch2/data/__init__.py
ch2/data/data_frame.py
ch2/data/heart_rate.py
ch2/data/plot.py
ch2/fit/__init__.py
ch2/fit/fix.py
ch2/fit/summary.py
ch2/fit/download/__init__.py
ch2/fit/download/connect.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/global-profile.pkl
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/dbscan.py
ch2/lib/io.py
ch2/lib/log.py
ch2/lib/optimizn.py
ch2/lib/schedule.py
ch2/lib/tests.py
ch2/lib/utils.py
ch2/lib/widgets.py
ch2/migraine/__init__.py
ch2/migraine/sql2sqla.py
ch2/migraine/sqld2sqle.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/constant.py
ch2/squeal/tables/fit.py
ch2/squeal/tables/monitor.py
ch2/squeal/tables/nearby.py
ch2/squeal/tables/pipeline.py
ch2/squeal/tables/segment.py
ch2/squeal/tables/source.py
ch2/squeal/tables/statistic.py
ch2/squeal/tables/topic.py
ch2/stoats/__init__.py
ch2/stoats/load.py
ch2/stoats/names.py
ch2/stoats/waypoint.py
ch2/stoats/calculate/__init__.py
ch2/stoats/calculate/activity.py
ch2/stoats/calculate/clean.py
ch2/stoats/calculate/heart_rate.py
ch2/stoats/calculate/impulse.py
ch2/stoats/calculate/monitor.py
ch2/stoats/calculate/nearby.py
ch2/stoats/calculate/segment.py
ch2/stoats/calculate/summary.py
ch2/stoats/display/__init__.py
ch2/stoats/display/activity.py
ch2/stoats/display/heart_rate.py
ch2/stoats/display/impulse.py
ch2/stoats/display/monitor.py
ch2/stoats/display/nearby.py
ch2/stoats/display/segment.py
ch2/stoats/read/__init__.py
ch2/stoats/read/activity.py
ch2/stoats/read/monitor.py
ch2/stoats/read/segment.py
ch2/uweird/__init__.py
ch2/uweird/fields/__init__.py
ch2/uweird/fields/summary.py
ch2/uweird/fields/topic.py
ch2/uweird/tui/__init__.py
ch2/uweird/tui/calendar.py
ch2/uweird/tui/database.py
ch2/uweird/tui/decorators.py
ch2/uweird/tui/editor.py
ch2/uweird/tui/factory.py
ch2/uweird/tui/fixed.py
ch2/uweird/tui/focus.py
ch2/uweird/tui/state.py
ch2/uweird/tui/tabs.py
ch2/uweird/tui/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/requires.txt
choochoo.egg-info/top_level.txt
tests/__init__.py
tests/test_activities.py
tests/test_arty.py
tests/test_bokeh_server.py
tests/test_constants.py
tests/test_data.py
tests/test_date.py
tests/test_fit.py
tests/test_fix_fit.py
tests/test_inheritance.py
tests/test_monitor.py
tests/test_plan.py
tests/test_repeating.py
tests/test_sources.py
tests/test_squeal.py