.gitignore
.private.sh.sample
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
setup.py
strava-offline.sh
.github/dependabot.yml
.github/workflows/check.yaml
.github/workflows/pypi.yaml
.readme.md/config-sample.md
.readme.md/help-gpx.md
.readme.md/help-report.md
.readme.md/help-sqlite.md
.readme.md/include.py
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/conftest.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