MANIFEST.in
README.md
setup.py
ch2/__init__.py
ch2/__main__.py
ch2/commands/__init__.py
ch2/commands/activities.py
ch2/commands/args.py
ch2/commands/config.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/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/lib.py
ch2/config/plan/weekly.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/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/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/io.py
ch2/lib/log.py
ch2/lib/optimizn.py
ch2/lib/peg.py
ch2/lib/schedule.py
ch2/lib/tests.py
ch2/lib/utils.py
ch2/lib/widgets.py
ch2/lib/workers.py
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/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/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/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
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_jupyter.py
tests/test_kit.py
tests/test_monitor.py
tests/test_peg.py
tests/test_plan.py
tests/test_power.py
tests/test_repeating.py
tests/test_sources.py
tests/test_sql.py
tests/test_srtm1.py
tests/test_timestamp.py