1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: stravalib
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: contrib/libs
Testsuite: autopkgtest-pkg-pybuild
XS-Autobuild: no
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-arrow,
python3-all-dev,
python3-pytest,
python3-setuptools,
python3-sphinx,
python3-wheel,
python3-sphinx-copybutton,
python3-sphinx-remove-toctrees,
python3-sphinxcontrib-mermaid,
python3-sphinxext-opengraph,
python3-sphinx-inline-tabs,
python3-pytz,
python3-myst-parser,
python3-pytest-cov,
python3-pydantic (>= 2.0),
python3-pydantic-core,
python3-pint,
python3-responses
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/stravalib
Vcs-Git: https://salsa.debian.org/python-team/packages/stravalib.git
Homepage: https://github.com/stravalib/stravalib
Package: python3-stravalib
Architecture: any
Section: contrib/python
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-arrow,
python3-wheel,
python3-pydantic,
python3-pint,
python3-pytz,
python3-requests
Description: tool for accessing and downloading Strava data from the Strava
V3 web service. Stravalib provides a Client class that supports:
* Authenticating with stravalib
* Accessing and downloading strava activity, club and profile data
* Making changes to account activities
|