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/commands/__init__.py
ch2/commands/activities.py
ch2/commands/args.py
ch2/commands/constants.py
ch2/commands/default_config.py
ch2/commands/diary.py
ch2/commands/dump.py
ch2/commands/fit.py
ch2/commands/fix_fit.py
ch2/commands/garmin.py
ch2/commands/help.py
ch2/commands/jupyter.py
ch2/commands/monitor.py
ch2/commands/package_fit_profile.py
ch2/commands/statistics.py
ch2/commands/test_schedule.py
ch2/commands/unlock.py
ch2/config/__init__.py
ch2/config/climb.py
ch2/config/database.py
ch2/config/default.py
ch2/config/impulse.py
ch2/config/personal.py
ch2/config/power.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/activity.py
ch2/data/climb.py
ch2/data/coasting.py
ch2/data/elevation.py
ch2/data/frame.py
ch2/data/heart_rate.py
ch2/data/impulse.py
ch2/data/lib.py
ch2/data/plot.py
ch2/data/power.py
ch2/data/text.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/lib/workers.py
ch2/migraine/__init__.py
ch2/migraine/sql2sqla.py
ch2/migraine/sqld2sqle.py
ch2/sortem/__init__.py
ch2/sortem/bilinear.py
ch2/sortem/file.py
ch2/sortem/spline.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/system.py
ch2/squeal/tables/timestamp.py
ch2/squeal/tables/topic.py
ch2/stoats/__init__.py
ch2/stoats/load.py
ch2/stoats/names.py
ch2/stoats/pipeline.py
ch2/stoats/waypoint.py
ch2/stoats/calculate/__init__.py
ch2/stoats/calculate/activity.py
ch2/stoats/calculate/elevation.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/power.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/uranus/__init__.py
ch2/uranus/decorator.py
ch2/uranus/load.py
ch2/uranus/server.py
ch2/uranus/template/__init__.py
ch2/uranus/template/activity_details.py
ch2/uranus/template/all_activities.py
ch2/uranus/template/compare_activities.py
ch2/uranus/template/health.py
ch2/uranus/template/similar_activities.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_constant.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_power.py
tests/test_repeating.py
tests/test_sortem.py
tests/test_sources.py
tests/test_squeal.py
tests/test_timestamp.py
tests/test_uranus.py