.gitignore
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/check.yaml
.github/workflows/pypi.yaml
.readme.md/cmdline.md
.readme.md/include.py
src/strava_gear/__init__.py
src/strava_gear/cli.py
src/strava_gear/cli_strava_offline.py
src/strava_gear/core.py
src/strava_gear/data.py
src/strava_gear/py.typed
src/strava_gear/report.py
src/strava_gear.egg-info/PKG-INFO
src/strava_gear.egg-info/SOURCES.txt
src/strava_gear.egg-info/dependency_links.txt
src/strava_gear.egg-info/entry_points.txt
src/strava_gear.egg-info/requires.txt
src/strava_gear.egg-info/top_level.txt
src/strava_gear/input/__init__.py
src/strava_gear/input/activities.py
src/strava_gear/input/date.py
src/strava_gear/input/rules.py
tests/test_data.py
tests/test_input_date.py
tests/test_input_rules.py