.dockerignore
.flake8
.gitignore
.isort.cfg
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
Dockerfile
LICENSE
Readme.md
manage.py
pyproject.toml
pytest.ini
run_docker.sh
setup.py
.devcontainer/devcontainer.json
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/badges/coverage.svg
.github/workflows/python-release.yml
.github/workflows/python-tests.yml
.github/workflows/raspberry_pi_test.yml
.vscode/settings.json
.vscode/workoutizer.code-snippets
.vscode/.ropeproject/config.py
media/readme.txt
setup/Readme.md
setup/initial_trace_data/2019-09-14-17-22-05.fit
setup/initial_trace_data/2019-09-18-16-02-35.fit
setup/initial_trace_data/2019-09-25-16-15-53.fit
setup/initial_trace_data/2020-08-20-09-34-33.fit
setup/initial_trace_data/2020-08-28-11-57-10.fit
setup/initial_trace_data/2020-08-31-17-41-11.fit
setup/initial_trace_data/2020-10-25-10-54-06.fit
setup/initial_trace_data/cycling_bad_schandau.fit
setup/initial_trace_data/cycling_walchensee.gpx
setup/initial_trace_data/hike_with_coordinates_muggenbrunn.fit
setup/other/debugging.md
setup/requirements/dev-requirements.in
setup/requirements/dev-requirements.txt
setup/requirements/requirements.in
setup/requirements/requirements.txt
setup/scripts/code_coverage_badge.sh
tests/__init__.py
tests/conftest.py
tests/utils.py
tests/data/2020-09-12-11-15-46.fit
tests/data/2020-10-25-10-54-06.fit
tests/data/example.fit
tests/data/example.gpx
tests/data/garmin_example.gpx
tests/data/readme.txt
tests/data/run_with_coordinates.fit
tests/data/swim_no_coordinates.fit
tests/data/template_example.gpx
tests/data/with_nones.fit
tests/db_tests/conftest.py
tests/db_tests/test_api.py
tests/db_tests/test_automatic_naming.py
tests/db_tests/test_cli.py
tests/db_tests/test_export_gpx_file.py
tests/db_tests/test_forms.py
tests/db_tests/test_import_activities.py
tests/db_tests/test_initial_data_handler.py
tests/db_tests/test_models.py
tests/db_tests/test_reimporting_activities.py
tests/db_tests/test_views.py
tests/db_tests/test_watchdogs.py
tests/db_tests/browser_tests/conftest.py
tests/db_tests/browser_tests/test_activity_page.py
tests/db_tests/browser_tests/test_awards_page.py
tests/db_tests/browser_tests/test_dashboard_page.py
tests/db_tests/browser_tests/test_error_pages.py
tests/db_tests/browser_tests/test_generic.py
tests/db_tests/browser_tests/test_help_page.py
tests/db_tests/browser_tests/test_settings_page.py
tests/db_tests/browser_tests/test_sport_page.py
tests/unit_tests/conftest.py
tests/unit_tests/test_demo.py
tests/unit_tests/test_file_importer.py
tests/unit_tests/best_sections/test_climb.py
tests/unit_tests/best_sections/test_fastest.py
tests/unit_tests/file_helper/test_auto_naming.py
tests/unit_tests/file_helper/test_fit_collector.py
tests/unit_tests/file_helper/test_fit_parser.py
tests/unit_tests/file_helper/test_gpx_exporter.py
tests/unit_tests/file_helper/test_gpx_parser.py
tests/unit_tests/gis/__init__.py
tests/unit_tests/gis/test_geo.py
tests/unit_tests/tools/__init__.py
tests/unit_tests/tools/test_utils.py
tracks/readme.txt
wkz/__init__.py
wkz/activity_views.py
wkz/admin.py
wkz/api.py
wkz/awards_views.py
wkz/configuration.py
wkz/demo.py
wkz/file_importer.py
wkz/forms.py
wkz/models.py
wkz/sport_views.py
wkz/tasks.py
wkz/urls.py
wkz/views.py
wkz/watchdogs.py
wkz/best_sections/climb.py
wkz/best_sections/fastest.py
wkz/best_sections/generic.py
wkz/file_helper/__init__.py
wkz/file_helper/auto_naming.py
wkz/file_helper/fit_collector.py
wkz/file_helper/fit_parser.py
wkz/file_helper/gpx_exporter.py
wkz/file_helper/gpx_parser.py
wkz/file_helper/parser.py
wkz/gis/__init__.py
wkz/gis/geo.py
wkz/migrations/0001_squashed_0014_auto_20210112_1924.py
wkz/migrations/0002_auto_20210130_1351.py
wkz/migrations/0003_auto_20210218_2232.py
wkz/migrations/0004_settings_path_to_activities_on_device.py
wkz/migrations/0005_remove_settings_path_to_activities_on_device.py
wkz/migrations/0006_auto_20210321_1812.py
wkz/migrations/0007_auto_20210430_1633.py
wkz/migrations/0008_auto_20210611_0747.py
wkz/migrations/__init__.py
wkz/plotting/__init__.py
wkz/plotting/plot_history.py
wkz/plotting/plot_pie_chart.py
wkz/plotting/plot_time_series.py
wkz/plotting/plot_trend.py
wkz/static/css/paper-dashboard.css
wkz/static/css/paper-dashboard.css.map
wkz/static/css/paper-dashboard.min.css
wkz/static/img/bars.svg
wkz/static/img/dumpbell.png
wkz/static/img/favicon.ico
wkz/static/js/custom.js
wkz/static/js/map_icons.js
wkz/static/js/paper-dashboard.js
wkz/static/js/paper-dashboard.js.map
wkz/static/js/paper-dashboard.min.js
wkz/static/js/plugins/bootstrap-datetimepicker.js
wkz/static/js/plugins/bootstrap-notify.js
wkz/static/js/plugins/moment.min.js
wkz/templates/dashboard.html
wkz/templates/activity/activity.html
wkz/templates/activity/activity_best_sections.html
wkz/templates/activity/activity_confirm_delete.html
wkz/templates/activity/activity_data.html
wkz/templates/activity/activity_facts.html
wkz/templates/activity/activity_form_fields.html
wkz/templates/activity/activity_laps.html
wkz/templates/activity/add_activity.html
wkz/templates/activity/ascent_ranking_icon.html
wkz/templates/activity/best_sections_row_icons.html
wkz/templates/activity/climb_sections_table.html
wkz/templates/activity/demo_activity_confirm_delete.html
wkz/templates/activity/edit_activity.html
wkz/templates/activity/velocity_sections_table.html
wkz/templates/awards/ascent_table.html
wkz/templates/awards/awards.html
wkz/templates/awards/climb_table.html
wkz/templates/awards/table_data.html
wkz/templates/awards/velocity_table.html
wkz/templates/lib/500.html
wkz/templates/lib/base.html
wkz/templates/lib/footer.html
wkz/templates/lib/form_errors.html
wkz/templates/lib/help.html
wkz/templates/lib/keyboard_shortcuts.html
wkz/templates/lib/keymap.html
wkz/templates/lib/messages.html
wkz/templates/lib/navbar.html
wkz/templates/lib/row_bulk.html
wkz/templates/lib/server_sent_events.html
wkz/templates/lib/sidebar.html
wkz/templates/lib/summary_facts.html
wkz/templates/lib/table.html
wkz/templates/map/activity_map.html
wkz/templates/map/sport_map.html
wkz/templates/plotting/bokeh_statics.html
wkz/templates/plotting/plot_history.html
wkz/templates/plotting/plot_pie_chart.html
wkz/templates/plotting/plot_time_series.html
wkz/templates/plotting/plot_trend.html
wkz/templates/settings/form.html
wkz/templates/settings/settings.html
wkz/templates/sport/add_sport.html
wkz/templates/sport/edit_sport.html
wkz/templates/sport/sport.html
wkz/templates/sport/sport_confirm_delete.html
wkz/templates/sport/sport_form_fields.html
wkz/templates/sport/sports.html
wkz/templatetags/__init__.py
wkz/templatetags/filters.py
wkz/tools/__init__.py
wkz/tools/colors.py
wkz/tools/sse.py
wkz/tools/utils.py
wkz/tools/migration_utils/migrate_altitudes.py
wkz/tools/migration_utils/migrate_traces.py
workoutizer/__init__.py
workoutizer/asgi.py
workoutizer/cli.py
workoutizer/logger.py
workoutizer/settings.py
workoutizer/urls.py
workoutizer/wsgi.py
workoutizer.egg-info/PKG-INFO
workoutizer.egg-info/SOURCES.txt
workoutizer.egg-info/dependency_links.txt
workoutizer.egg-info/entry_points.txt
workoutizer.egg-info/requires.txt
workoutizer.egg-info/top_level.txt