.codecov.yml
.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
changelog.md
noxfile.py
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation-issue.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/PULL_REQUEST_TEMPLATE/release-pull-request-template.md
.github/workflows/build-docs.yml
.github/workflows/build-test.yml
.github/workflows/check-strava-api.yml
.github/workflows/push-pypi.yml
.github/workflows/type-check.yml
docs/conf.py
docs/index.md
docs/reference.rst
docs/_static/keepme
docs/_static/stravalib.css
docs/contributing/build-release-guide.md
docs/contributing/development-guide.md
docs/contributing/how-to-contribute.md
docs/contributing/intro.md
docs/contributing/resources-for-new-contributors.md
docs/get-started/activities.rst
docs/get-started/athletes.rst
docs/get-started/authenticate-with-strava.rst
docs/get-started/index.md
docs/get-started/overview.rst
docs/images/stravalib_architecture.png
docs/reference/client.rst
docs/reference/exceptions.rst
docs/reference/model.rst
docs/reference/protocol.rst
docs/reference/strava_model.rst
docs/reference/unit_helper.rst
docs/reference/utilities.rst
docs/whats-new/changelog.md
docs/whats-new/stravalib-2.md
src/stravalib/__init__.py
src/stravalib/_version_generated.py
src/stravalib/client.py
src/stravalib/exc.py
src/stravalib/model.py
src/stravalib/protocol.py
src/stravalib/py.typed
src/stravalib/strava_model.py
src/stravalib/unit_helper.py
src/stravalib/unit_registry.py
src/stravalib.egg-info/PKG-INFO
src/stravalib.egg-info/SOURCES.txt
src/stravalib.egg-info/dependency_links.txt
src/stravalib.egg-info/requires.txt
src/stravalib.egg-info/top_level.txt
src/stravalib/tests/__init__.py
src/stravalib/tests/auth_responder.py
src/stravalib/tests/conftest.py
src/stravalib/tests/test.ini-example
src/stravalib/tests/integration/__init__.py
src/stravalib/tests/integration/strava_api_stub.py
src/stravalib/tests/integration/test_client.py
src/stravalib/tests/resources/activity-manual.3.json
src/stravalib/tests/resources/activity.3.json
src/stravalib/tests/resources/athlete.2.json
src/stravalib/tests/resources/athlete.3.json
src/stravalib/tests/resources/example_route_response.json
src/stravalib/tests/resources/example_zone_response.json
src/stravalib/tests/resources/sample.tcx
src/stravalib/tests/resources/strava_swagger.json
src/stravalib/tests/unit/__init__.py
src/stravalib/tests/unit/test_client_utils.py
src/stravalib/tests/unit/test_limiter.py
src/stravalib/tests/unit/test_model.py
src/stravalib/tests/unit/test_unithelper.py
src/stravalib/tests/unit/test_validate_activity_type.py
src/stravalib/util/__init__.py
src/stravalib/util/limiter.py