sweatstack 0.25.2__tar.gz → 0.26.0__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.25.2 → sweatstack-0.26.0}/PKG-INFO +2 -2
- {sweatstack-0.25.2 → sweatstack-0.26.0}/pyproject.toml +2 -2
- {sweatstack-0.25.2 → sweatstack-0.26.0}/.gitignore +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/.python-version +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/DEVELOPMENT.md +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/Makefile +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/README.md +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/playground/.ipynb_checkpoints/Untitled-checkpoint.ipynb +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/playground/README.md +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/playground/Sweat Stack examples/Getting started.ipynb +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/playground/Untitled.ipynb +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/playground/hello.py +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/playground/pyproject.toml +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/src/sweatstack/Sweat Stack examples/Getting started.ipynb +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/src/sweatstack/__init__.py +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/src/sweatstack/cli.py +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/src/sweatstack/client.py +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/src/sweatstack/constants.py +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/src/sweatstack/ipython_init.py +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/src/sweatstack/jupyterlab_oauth2_startup.py +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/src/sweatstack/openapi_schemas.py +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/src/sweatstack/py.typed +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/src/sweatstack/schemas.py +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/src/sweatstack/streamlit.py +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/src/sweatstack/sweatshell.py +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/src/sweatstack/utils.py +0 -0
- {sweatstack-0.25.2 → sweatstack-0.26.0}/uv.lock +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sweatstack
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.26.0
|
|
4
4
|
Summary: The official Python client for SweatStack
|
|
5
5
|
Author-email: Aart Goossens <aart@gssns.io>
|
|
6
|
-
Requires-Python: >=3.
|
|
6
|
+
Requires-Python: >=3.9
|
|
7
7
|
Requires-Dist: httpx>=0.28.1
|
|
8
8
|
Requires-Dist: pandas>=2.2.3
|
|
9
9
|
Requires-Dist: pyarrow>=18.0.0
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "sweatstack"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.26.0"
|
|
4
4
|
description = "The official Python client for SweatStack"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [
|
|
7
7
|
{ name = "Aart Goossens", email = "aart@gssns.io" }
|
|
8
8
|
]
|
|
9
|
-
requires-python = ">=3.
|
|
9
|
+
requires-python = ">=3.9"
|
|
10
10
|
dependencies = [
|
|
11
11
|
"httpx>=0.28.1",
|
|
12
12
|
"pandas>=2.2.3",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sweatstack-0.25.2 → sweatstack-0.26.0}/playground/.ipynb_checkpoints/Untitled-checkpoint.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
{sweatstack-0.25.2 → sweatstack-0.26.0}/playground/Sweat Stack examples/Getting started.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sweatstack-0.25.2 → sweatstack-0.26.0}/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
|
|
File without changes
|