sweatstack 0.19.0__tar.gz → 0.19.2__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.19.0 → sweatstack-0.19.2}/PKG-INFO +1 -1
- {sweatstack-0.19.0 → sweatstack-0.19.2}/pyproject.toml +1 -1
- {sweatstack-0.19.0 → sweatstack-0.19.2}/src/sweatstack/client.py +1 -3
- {sweatstack-0.19.0 → sweatstack-0.19.2}/uv.lock +1 -1
- {sweatstack-0.19.0 → sweatstack-0.19.2}/.gitignore +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/.python-version +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/DEVELOPMENT.md +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/Makefile +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/README.md +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/playground/.ipynb_checkpoints/Untitled-checkpoint.ipynb +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/playground/README.md +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/playground/Sweat Stack examples/Getting started.ipynb +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/playground/Untitled.ipynb +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/playground/hello.py +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/playground/pyproject.toml +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/src/sweatstack/Sweat Stack examples/Getting started.ipynb +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/src/sweatstack/__init__.py +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/src/sweatstack/cli.py +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/src/sweatstack/constants.py +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/src/sweatstack/ipython_init.py +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/src/sweatstack/jupyterlab_oauth2_startup.py +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/src/sweatstack/openapi_schemas.py +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/src/sweatstack/py.typed +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/src/sweatstack/schemas.py +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/src/sweatstack/streamlit.py +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/src/sweatstack/sweatshell.py +0 -0
- {sweatstack-0.19.0 → sweatstack-0.19.2}/src/sweatstack/utils.py +0 -0
|
@@ -15,9 +15,7 @@ from typing import Any, Generator, get_type_hints, List, Literal
|
|
|
15
15
|
from urllib.parse import parse_qs, urlparse
|
|
16
16
|
|
|
17
17
|
import httpx
|
|
18
|
-
import ipywidgets as widgets
|
|
19
18
|
import pandas as pd
|
|
20
|
-
from IPython.display import display
|
|
21
19
|
|
|
22
20
|
from .constants import DEFAULT_URL
|
|
23
21
|
from .schemas import (
|
|
@@ -156,7 +154,7 @@ class DelegationMixin:
|
|
|
156
154
|
)
|
|
157
155
|
|
|
158
156
|
|
|
159
|
-
class Client(OAuth2Mixin, DelegationMixin
|
|
157
|
+
class Client(OAuth2Mixin, DelegationMixin):
|
|
160
158
|
def __init__(
|
|
161
159
|
self,
|
|
162
160
|
api_key: str | None = None,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sweatstack-0.19.0 → sweatstack-0.19.2}/playground/.ipynb_checkpoints/Untitled-checkpoint.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
{sweatstack-0.19.0 → sweatstack-0.19.2}/playground/Sweat Stack examples/Getting started.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sweatstack-0.19.0 → sweatstack-0.19.2}/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
|