sweatstack 0.30.0__tar.gz → 0.30.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sweatstack-0.30.0 → sweatstack-0.30.1}/PKG-INFO +1 -1
- {sweatstack-0.30.0 → sweatstack-0.30.1}/pyproject.toml +1 -1
- {sweatstack-0.30.0 → sweatstack-0.30.1}/src/sweatstack/client.py +1 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/.gitignore +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/.python-version +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/DEVELOPMENT.md +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/Makefile +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/README.md +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/playground/.ipynb_checkpoints/Untitled-checkpoint.ipynb +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/playground/README.md +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/playground/Sweat Stack examples/Getting started.ipynb +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/playground/Untitled.ipynb +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/playground/hello.py +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/playground/pyproject.toml +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/src/sweatstack/Sweat Stack examples/Getting started.ipynb +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/src/sweatstack/__init__.py +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/src/sweatstack/cli.py +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/src/sweatstack/constants.py +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/src/sweatstack/ipython_init.py +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/src/sweatstack/jupyterlab_oauth2_startup.py +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/src/sweatstack/openapi_schemas.py +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/src/sweatstack/py.typed +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/src/sweatstack/schemas.py +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/src/sweatstack/streamlit.py +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/src/sweatstack/sweatshell.py +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/src/sweatstack/utils.py +0 -0
- {sweatstack-0.30.0 → sweatstack-0.30.1}/uv.lock +0 -0
|
@@ -517,6 +517,7 @@ class Client(OAuth2Mixin, DelegationMixin):
|
|
|
517
517
|
if end is not None:
|
|
518
518
|
params["end"] = end.isoformat()
|
|
519
519
|
if sports is not None:
|
|
520
|
+
sports = [sport.value if isinstance(sport, Sport) else sport for sport in sports]
|
|
520
521
|
params["sports"] = sports
|
|
521
522
|
if tags is not None:
|
|
522
523
|
params["tags"] = tags
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sweatstack-0.30.0 → sweatstack-0.30.1}/playground/.ipynb_checkpoints/Untitled-checkpoint.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
{sweatstack-0.30.0 → sweatstack-0.30.1}/playground/Sweat Stack examples/Getting started.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sweatstack-0.30.0 → sweatstack-0.30.1}/src/sweatstack/Sweat Stack examples/Getting started.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|