MANIFEST.in
setup.py
ch2/__init__.py
ch2/__main__.py
ch2/commands/__init__.py
ch2/commands/activities.py
ch2/commands/args.py
ch2/commands/check.py
ch2/commands/configure.py
ch2/commands/constants.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/kit.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/commands/upgrade.py
ch2/commands/upload.py
ch2/commands/web.py
ch2/config/__init__.py
ch2/config/climb.py
ch2/config/config.py
ch2/config/database.py
ch2/config/impulse.py
ch2/config/power.py
ch2/config/utils.py
ch2/config/plan/__init__.py
ch2/config/plan/british.py
ch2/config/plan/exponential.py
ch2/config/plan/lib.py
ch2/config/plan/weekly.py
ch2/config/profile/__init__.py
ch2/config/profile/acooke.py
ch2/config/profile/default.py
ch2/data/__init__.py
ch2/data/activity.py
ch2/data/climb.py
ch2/data/coasting.py
ch2/data/constraint.py
ch2/data/elevation.py
ch2/data/frame.py
ch2/data/heart_rate.py
ch2/data/impulse.py
ch2/data/lib.py
ch2/data/power.py
ch2/data/response.py
ch2/data/text.py
ch2/data/plot/__init__.py
ch2/data/plot/box.py
ch2/data/plot/calendar.py
ch2/data/plot/health.py
ch2/data/plot/line.py
ch2/data/plot/utils.py
ch2/diary/__init__.py
ch2/diary/database.py
ch2/diary/model.py
ch2/diary/views/__init__.py
ch2/diary/views/urwid.py
ch2/diary/views/web.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/jupyter/__init__.py
ch2/jupyter/decorator.py
ch2/jupyter/load.py
ch2/jupyter/server.py
ch2/jupyter/utils.py
ch2/jupyter/template/__init__.py
ch2/jupyter/template/activity_details.py
ch2/jupyter/template/all_activities.py
ch2/jupyter/template/calendar.py
ch2/jupyter/template/compare_activities.py
ch2/jupyter/template/define_segment.py
ch2/jupyter/template/fit_ff_segments.py
ch2/jupyter/template/fit_power_parameters.py
ch2/jupyter/template/gmap_activities.py
ch2/jupyter/template/health.py
ch2/jupyter/template/heart_rate.py
ch2/jupyter/template/month.py
ch2/jupyter/template/nearby_activities.py
ch2/jupyter/template/route_sentinel_3d.py
ch2/jupyter/template/similar_activities.py
ch2/jupyter/template/some_activities.py
ch2/lib/__init__.py
ch2/lib/data.py
ch2/lib/date.py
ch2/lib/dbscan.py
ch2/lib/image.py
ch2/lib/inspect.py
ch2/lib/io.py
ch2/lib/log.py
ch2/lib/optimizn.py
ch2/lib/peg.py
ch2/lib/schedule.py
ch2/lib/server.py
ch2/lib/tests.py
ch2/lib/tree.py
ch2/lib/utils.py
ch2/lib/widgets.py
ch2/lib/workers.py
ch2/migrate/__init__.py
ch2/migrate/import_/__init__.py
ch2/migrate/import_/activity.py
ch2/migrate/import_/constant.py
ch2/migrate/import_/diary.py
ch2/migrate/import_/kit.py
ch2/migrate/old/sqla2sqlb.sh
ch2/migrate/old/sqlb2sqlc.sh
ch2/migrate/old/sqlc2sqld.sh
ch2/migrate/old/sqle2sqle.sh
ch2/migrate/old/sqle2sqlf.sh
ch2/migrate/old/sqlf2sqlg.sh
ch2/migrate/old/sqlg2sqlh.sh
ch2/migrate/old/sqlh2sqli.sh
ch2/migrate/old/sqli2sqlj.sh
ch2/migrate/old/sqlj2sqlk.sh
ch2/migrate/old/sqlk2sqll.sh
ch2/migrate/old/sqll2sqlm.sh
ch2/migrate/old/sqlm2sqln.sh
ch2/migrate/old/sqln2sqln.sh
ch2/migrate/old/sqln2sqlo.sh
ch2/migrate/old/sqlo2sqlo.sh
ch2/migrate/old/sqlo2sqlp.sh
ch2/migrate/old/sqlp2sqlp.sh
ch2/migrate/old/sqlp2sqlq.sh
ch2/migrate/old/sqlq2sqlq.sh
ch2/migrate/old/sqlq2sqlr.sh
ch2/migrate/old/sqlr-to-0-24.sh
ch2/migrate/old/sqlr2sqlr.sh
ch2/migrate/reload/0-24.sh
ch2/migrate/reload/0-25.sh
ch2/migrate/reload/0-26.sh
ch2/migrate/reload/0-27.sh
ch2/migrate/reload/0-28.sh
ch2/migrate/reload/0-29.sh
ch2/migrate/reload/0-30.sh
ch2/migrate/reload/0-31.sh
ch2/migrate/upgrade/0-24-to-0-25.sh
ch2/migrate/upgrade/0-25-to-0-26.sh
ch2/migrate/upgrade/0-26-to-0-27.sh
ch2/migrate/upgrade/0-27-to-0-28.sh
ch2/migrate/upgrade/0-28-to-0-29.sh
ch2/migrate/upgrade/0-29-to-0-30.sh
ch2/migrate/upgrade/0-30-to-0-31.sh
ch2/msil2a/__init__.py
ch2/msil2a/download.py
ch2/msil2a/elevation.py
ch2/msil2a/image.py
ch2/msil2a/query.py
ch2/rtree/__init__.py
ch2/rtree/spherical.py
ch2/rtree/tree.py
ch2/sql/__init__.py
ch2/sql/binders.py
ch2/sql/database.py
ch2/sql/support.py
ch2/sql/system.py
ch2/sql/types.py
ch2/sql/utils.py
ch2/sql/tables/__init__.py
ch2/sql/tables/achievement.py
ch2/sql/tables/activity.py
ch2/sql/tables/constant.py
ch2/sql/tables/file.py
ch2/sql/tables/kit.py
ch2/sql/tables/monitor.py
ch2/sql/tables/nearby.py
ch2/sql/tables/pipeline.py
ch2/sql/tables/segment.py
ch2/sql/tables/source.py
ch2/sql/tables/statistic.py
ch2/sql/tables/system.py
ch2/sql/tables/timestamp.py
ch2/sql/tables/topic.py
ch2/srtm/__init__.py
ch2/srtm/bilinear.py
ch2/srtm/file.py
ch2/srtm/spline.py
ch2/stats/__init__.py
ch2/stats/load.py
ch2/stats/names.py
ch2/stats/pipeline.py
ch2/stats/waypoint.py
ch2/stats/calculate/__init__.py
ch2/stats/calculate/achievement.py
ch2/stats/calculate/activity.py
ch2/stats/calculate/elevation.py
ch2/stats/calculate/impulse.py
ch2/stats/calculate/kit.py
ch2/stats/calculate/monitor.py
ch2/stats/calculate/nearby.py
ch2/stats/calculate/power.py
ch2/stats/calculate/response.py
ch2/stats/calculate/segment.py
ch2/stats/calculate/summary.py
ch2/stats/display/__init__.py
ch2/stats/display/achievement.py
ch2/stats/display/activity.py
ch2/stats/display/monitor.py
ch2/stats/display/nearby.py
ch2/stats/display/response.py
ch2/stats/display/segment.py
ch2/stats/read/__init__.py
ch2/stats/read/activity.py
ch2/stats/read/monitor.py
ch2/stats/read/segment.py
ch2/urwid/__init__.py
ch2/urwid/fields/__init__.py
ch2/urwid/fields/topic.py
ch2/urwid/tui/__init__.py
ch2/urwid/tui/calendar.py
ch2/urwid/tui/database.py
ch2/urwid/tui/decorators.py
ch2/urwid/tui/factory.py
ch2/urwid/tui/fixed.py
ch2/urwid/tui/focus.py
ch2/urwid/tui/state.py
ch2/urwid/tui/tabs.py
ch2/urwid/tui/widgets.py
ch2/web/__init__.py
ch2/web/json.py
ch2/web/server.py
ch2/web/pages/__init__.py
ch2/web/pages/analysis.py
ch2/web/pages/configure.py
ch2/web/pages/diary.py
ch2/web/pages/jupyter.py
ch2/web/pages/kit.py
ch2/web/pages/upload.py
ch2/web/static/__init__.py
ch2/web/static/bundle.js
ch2/web/static/bundle.js.gz
ch2/web/static/index.html
ch2/web/static/writer.js
ch2/web/static/writer.js.gz
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_constraints.py
tests/test_data.py
tests/test_date.py
tests/test_diamond.py
tests/test_fit.py
tests/test_fix_fit.py
tests/test_health_bug.py
tests/test_inheritance.py
tests/test_kit.py
tests/test_model.py
tests/test_monitor.py
tests/test_peg.py
tests/test_plan.py
tests/test_power.py
tests/test_schedule.py
tests/test_sources.py
tests/test_sql.py
tests/test_srtm1.py
tests/test_timestamp.py