.cookiecutter.json
.gitignore
CONTRIBUTING.md
Justfile
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
.github/dependabot.yml
.github/workflows/check.yaml
.github/workflows/pypi.yaml
src/strava_offline/__init__.py
src/strava_offline/__main__.py
src/strava_offline/cli.py
src/strava_offline/config.py
src/strava_offline/config_file.py
src/strava_offline/gpx.py
src/strava_offline/py.typed
src/strava_offline/redirect_server.py
src/strava_offline/reports.py
src/strava_offline/sqlite.py
src/strava_offline/strava.py
src/strava_offline/sync.py
src/strava_offline.egg-info/PKG-INFO
src/strava_offline.egg-info/SOURCES.txt
src/strava_offline.egg-info/dependency_links.txt
src/strava_offline.egg-info/entry_points.txt
src/strava_offline.egg-info/requires.txt
src/strava_offline.egg-info/top_level.txt
tests/.xdg-user.sh
tests/conftest.py
tests/include-preproc.py
tests/test_gpx.py
tests/test_sqlite.py
tests/test_strava_oauth.py
tests/cassettes/test_gpx/test_download_gpx.yaml
tests/cassettes/test_sqlite/test_migration_activities.yaml
tests/cassettes/test_sqlite/test_migration_bikes.yaml
tests/cassettes/test_sqlite/test_sync_activities.yaml
tests/cassettes/test_sqlite/test_sync_bikes.yaml
tests/cassettes/test_strava_oauth/test_fetch_token.yaml
tests/readme/config-sample.md
tests/readme/help-gpx.md
tests/readme/help-report.md
tests/readme/help-sqlite.md
tests/readme/make-help.md