sweatstack 0.24.0__tar.gz → 0.25.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.
Files changed (27) hide show
  1. {sweatstack-0.24.0 → sweatstack-0.25.0}/PKG-INFO +1 -3
  2. {sweatstack-0.24.0 → sweatstack-0.25.0}/pyproject.toml +1 -4
  3. {sweatstack-0.24.0 → sweatstack-0.25.0}/uv.lock +1 -17
  4. {sweatstack-0.24.0 → sweatstack-0.25.0}/.gitignore +0 -0
  5. {sweatstack-0.24.0 → sweatstack-0.25.0}/.python-version +0 -0
  6. {sweatstack-0.24.0 → sweatstack-0.25.0}/DEVELOPMENT.md +0 -0
  7. {sweatstack-0.24.0 → sweatstack-0.25.0}/Makefile +0 -0
  8. {sweatstack-0.24.0 → sweatstack-0.25.0}/README.md +0 -0
  9. {sweatstack-0.24.0 → sweatstack-0.25.0}/playground/.ipynb_checkpoints/Untitled-checkpoint.ipynb +0 -0
  10. {sweatstack-0.24.0 → sweatstack-0.25.0}/playground/README.md +0 -0
  11. {sweatstack-0.24.0 → sweatstack-0.25.0}/playground/Sweat Stack examples/Getting started.ipynb +0 -0
  12. {sweatstack-0.24.0 → sweatstack-0.25.0}/playground/Untitled.ipynb +0 -0
  13. {sweatstack-0.24.0 → sweatstack-0.25.0}/playground/hello.py +0 -0
  14. {sweatstack-0.24.0 → sweatstack-0.25.0}/playground/pyproject.toml +0 -0
  15. {sweatstack-0.24.0 → sweatstack-0.25.0}/src/sweatstack/Sweat Stack examples/Getting started.ipynb +0 -0
  16. {sweatstack-0.24.0 → sweatstack-0.25.0}/src/sweatstack/__init__.py +0 -0
  17. {sweatstack-0.24.0 → sweatstack-0.25.0}/src/sweatstack/cli.py +0 -0
  18. {sweatstack-0.24.0 → sweatstack-0.25.0}/src/sweatstack/client.py +0 -0
  19. {sweatstack-0.24.0 → sweatstack-0.25.0}/src/sweatstack/constants.py +0 -0
  20. {sweatstack-0.24.0 → sweatstack-0.25.0}/src/sweatstack/ipython_init.py +0 -0
  21. {sweatstack-0.24.0 → sweatstack-0.25.0}/src/sweatstack/jupyterlab_oauth2_startup.py +0 -0
  22. {sweatstack-0.24.0 → sweatstack-0.25.0}/src/sweatstack/openapi_schemas.py +0 -0
  23. {sweatstack-0.24.0 → sweatstack-0.25.0}/src/sweatstack/py.typed +0 -0
  24. {sweatstack-0.24.0 → sweatstack-0.25.0}/src/sweatstack/schemas.py +0 -0
  25. {sweatstack-0.24.0 → sweatstack-0.25.0}/src/sweatstack/streamlit.py +0 -0
  26. {sweatstack-0.24.0 → sweatstack-0.25.0}/src/sweatstack/sweatshell.py +0 -0
  27. {sweatstack-0.24.0 → sweatstack-0.25.0}/src/sweatstack/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sweatstack
3
- Version: 0.24.0
3
+ Version: 0.25.0
4
4
  Summary: The official Python client for SweatStack
5
5
  Author-email: Aart Goossens <aart@gssns.io>
6
6
  Requires-Python: >=3.12
@@ -12,8 +12,6 @@ Provides-Extra: jupyter
12
12
  Requires-Dist: ipython>=8.31.0; extra == 'jupyter'
13
13
  Requires-Dist: jupyterlab>=4.3.4; extra == 'jupyter'
14
14
  Requires-Dist: matplotlib>=3.10.0; extra == 'jupyter'
15
- Provides-Extra: pyodide
16
- Requires-Dist: pyodide-httpx>=0.2.0; extra == 'pyodide'
17
15
  Provides-Extra: streamlit
18
16
  Requires-Dist: streamlit>=1.42.0; extra == 'streamlit'
19
17
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sweatstack"
3
- version = "0.24.0"
3
+ version = "0.25.0"
4
4
  description = "The official Python client for SweatStack"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -23,9 +23,6 @@ jupyter = [
23
23
  "jupyterlab>=4.3.4",
24
24
  "matplotlib>=3.10.0",
25
25
  ]
26
- pyodide = [
27
- "pyodide-httpx>=0.2.0",
28
- ]
29
26
 
30
27
  [build-system]
31
28
  requires = ["hatchling"]
@@ -1532,18 +1532,6 @@ wheels = [
1532
1532
  { url = "https://files.pythonhosted.org/packages/8a/0b/9fcc47d19c48b59121088dd6da2488a49d5f72dacf8262e2790a1d2c7d15/pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c", size = 1225293 },
1533
1533
  ]
1534
1534
 
1535
- [[package]]
1536
- name = "pyodide-httpx"
1537
- version = "0.2.0"
1538
- source = { registry = "https://pypi.org/simple" }
1539
- dependencies = [
1540
- { name = "httpx" },
1541
- ]
1542
- sdist = { url = "https://files.pythonhosted.org/packages/cc/61/dac172a07e710f24f9027919448d418ec452884d62c3fec5469b877d4c1c/pyodide_httpx-0.2.0.tar.gz", hash = "sha256:d4c976cf2cf6ea1133f759a62cf0f01e89b3f8c29edb28734e3af0208241d001", size = 13022 }
1543
- wheels = [
1544
- { url = "https://files.pythonhosted.org/packages/08/33/c338c68d41ce6a2b6aa57f265a998602b70f68a2b9f356632680a86c67ad/pyodide_httpx-0.2.0-py3-none-any.whl", hash = "sha256:03d8519549a95aef3ff6bff1e88df4d72e687c46113772806ae8793b100fb734", size = 14960 },
1545
- ]
1546
-
1547
1535
  [[package]]
1548
1536
  name = "pyparsing"
1549
1537
  version = "3.2.1"
@@ -1886,7 +1874,7 @@ wheels = [
1886
1874
 
1887
1875
  [[package]]
1888
1876
  name = "sweatstack"
1889
- version = "0.23.0"
1877
+ version = "0.24.0"
1890
1878
  source = { editable = "." }
1891
1879
  dependencies = [
1892
1880
  { name = "httpx" },
@@ -1901,9 +1889,6 @@ jupyter = [
1901
1889
  { name = "jupyterlab" },
1902
1890
  { name = "matplotlib" },
1903
1891
  ]
1904
- pyodide = [
1905
- { name = "pyodide-httpx" },
1906
- ]
1907
1892
  streamlit = [
1908
1893
  { name = "streamlit" },
1909
1894
  ]
@@ -1922,7 +1907,6 @@ requires-dist = [
1922
1907
  { name = "pandas", specifier = ">=2.2.3" },
1923
1908
  { name = "pyarrow", specifier = ">=18.0.0" },
1924
1909
  { name = "pydantic", specifier = ">=2.10.5" },
1925
- { name = "pyodide-httpx", marker = "extra == 'pyodide'", specifier = ">=0.2.0" },
1926
1910
  { name = "streamlit", marker = "extra == 'streamlit'", specifier = ">=1.42.0" },
1927
1911
  ]
1928
1912
 
File without changes
File without changes
File without changes
File without changes
File without changes