pythoncharmers-meta 0.5.3__tar.gz → 0.5.6__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.
- {pythoncharmers_meta-0.5.3 → pythoncharmers_meta-0.5.6}/PKG-INFO +13 -13
- {pythoncharmers_meta-0.5.3 → pythoncharmers_meta-0.5.6}/pyproject.toml +14 -12
- {pythoncharmers_meta-0.5.3 → pythoncharmers_meta-0.5.6}/uv.lock +3839 -3840
- {pythoncharmers_meta-0.5.3 → pythoncharmers_meta-0.5.6}/.gitignore +0 -0
- {pythoncharmers_meta-0.5.3 → pythoncharmers_meta-0.5.6}/LICENSE +0 -0
- {pythoncharmers_meta-0.5.3 → pythoncharmers_meta-0.5.6}/README.md +1 -1
- {pythoncharmers_meta-0.5.3 → pythoncharmers_meta-0.5.6}/src/pythoncharmers_meta/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pythoncharmers-meta
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.6
|
|
4
4
|
Summary: Meta package with dependencies for Python Charmers training courses
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -24,8 +24,8 @@ Requires-Dist: numpy<2.2.0,>=2.1.3
|
|
|
24
24
|
Requires-Dist: openpyxl>=3.1.5
|
|
25
25
|
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,sql-other,xml]>=2.2.3
|
|
26
26
|
Requires-Dist: parse>=1.20.2
|
|
27
|
-
Requires-Dist: plotly
|
|
28
|
-
Requires-Dist: polars[excel,graph,numpy,plot,pyarrow,pydantic,style,timezone]>=1.
|
|
27
|
+
Requires-Dist: plotly!=6.0.0,>=5.24.0
|
|
28
|
+
Requires-Dist: polars[excel,graph,numpy,plot,pyarrow,pydantic,style,timezone]>=1.29.0
|
|
29
29
|
Requires-Dist: psutil>=6.0.0
|
|
30
30
|
Requires-Dist: pydantic>=2.9.2
|
|
31
31
|
Requires-Dist: pytest>=8.3.5
|
|
@@ -33,8 +33,7 @@ Requires-Dist: requests>=2.32.3
|
|
|
33
33
|
Requires-Dist: rich>=13.9.4
|
|
34
34
|
Requires-Dist: ruff>=0.11.1
|
|
35
35
|
Requires-Dist: schedule>=1.2.2
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist: streamlit>=1.39.0
|
|
36
|
+
Requires-Dist: streamlit>=1.45.0
|
|
38
37
|
Requires-Dist: toolz>=0.12.1
|
|
39
38
|
Requires-Dist: tqdm>=4.67.1
|
|
40
39
|
Provides-Extra: analytics
|
|
@@ -51,7 +50,7 @@ Requires-Dist: glum>=3.1.2; extra == 'analytics'
|
|
|
51
50
|
Requires-Dist: graphviz>=0.20.3; extra == 'analytics'
|
|
52
51
|
Requires-Dist: holoviews>=1.19.1; extra == 'analytics'
|
|
53
52
|
Requires-Dist: hvplot>=0.10.0; extra == 'analytics'
|
|
54
|
-
Requires-Dist: ibis-framework[duckdb,polars,sqlite]>=
|
|
53
|
+
Requires-Dist: ibis-framework[duckdb,polars,sqlite]>=10.5.0; extra == 'analytics'
|
|
55
54
|
Requires-Dist: matplotlib>=3.9.2; extra == 'analytics'
|
|
56
55
|
Requires-Dist: networkx>=3.3; extra == 'analytics'
|
|
57
56
|
Requires-Dist: numba>=0.61.0; extra == 'analytics'
|
|
@@ -60,17 +59,16 @@ Requires-Dist: pyod>=2.0.1; extra == 'analytics'
|
|
|
60
59
|
Requires-Dist: scikit-learn>=1.6.1; extra == 'analytics'
|
|
61
60
|
Requires-Dist: scipy>=1.15.2; extra == 'analytics'
|
|
62
61
|
Requires-Dist: seaborn>=0.13.2; extra == 'analytics'
|
|
63
|
-
Requires-Dist: sqlalchemy>=2.0.35; extra == 'analytics'
|
|
64
62
|
Requires-Dist: statsmodels>=0.14.4; extra == 'analytics'
|
|
65
|
-
Requires-Dist: streamlit>=1.
|
|
63
|
+
Requires-Dist: streamlit>=1.45.0; extra == 'analytics'
|
|
66
64
|
Requires-Dist: tables>=3.10.1; extra == 'analytics'
|
|
67
65
|
Requires-Dist: textblob>=0.19.0; extra == 'analytics'
|
|
68
66
|
Requires-Dist: textdistance>=4.6.3; extra == 'analytics'
|
|
69
67
|
Provides-Extra: db
|
|
70
68
|
Requires-Dist: duckdb>=1.1.3; extra == 'db'
|
|
71
|
-
Requires-Dist: ibis-framework[duckdb,polars,sqlite]>=
|
|
69
|
+
Requires-Dist: ibis-framework[duckdb,polars,sqlite]>=10.5.0; extra == 'db'
|
|
72
70
|
Requires-Dist: pandas[sql-other]>=2.2.3; extra == 'db'
|
|
73
|
-
Requires-Dist: polars[database]>=1.
|
|
71
|
+
Requires-Dist: polars[database]>=1.29.0; extra == 'db'
|
|
74
72
|
Requires-Dist: pyodbc>=5.2.0; extra == 'db'
|
|
75
73
|
Requires-Dist: redis>=5.2.1; extra == 'db'
|
|
76
74
|
Requires-Dist: sqlalchemy>=2.0.38; extra == 'db'
|
|
@@ -149,7 +147,7 @@ Requires-Dist: networkx>=3.3; extra == 'net'
|
|
|
149
147
|
Requires-Dist: pandas[aws,fss]>=2.2.3; extra == 'net'
|
|
150
148
|
Requires-Dist: passlib>=1.7.4; extra == 'net'
|
|
151
149
|
Requires-Dist: pathos>=0.3.3; extra == 'net'
|
|
152
|
-
Requires-Dist: polars[async,fsspec]>=1.
|
|
150
|
+
Requires-Dist: polars[async,fsspec]>=1.29.0; extra == 'net'
|
|
153
151
|
Requires-Dist: psutil>=6.0.0; extra == 'net'
|
|
154
152
|
Requires-Dist: pyshark>=0.6; extra == 'net'
|
|
155
153
|
Requires-Dist: pytest-repeat>=0.9.3; extra == 'net'
|
|
@@ -185,7 +183,7 @@ Requires-Dist: scikit-image>=0.24.0; extra == 'scieng'
|
|
|
185
183
|
Requires-Dist: scipy>=1.15.2; extra == 'scieng'
|
|
186
184
|
Requires-Dist: seaborn>=0.13.2; extra == 'scieng'
|
|
187
185
|
Requires-Dist: statsmodels>=0.14.4; extra == 'scieng'
|
|
188
|
-
Requires-Dist: streamlit>=1.
|
|
186
|
+
Requires-Dist: streamlit>=1.45.0; extra == 'scieng'
|
|
189
187
|
Requires-Dist: sympy>=1.13.3; extra == 'scieng'
|
|
190
188
|
Requires-Dist: tables>=3.10.1; extra == 'scieng'
|
|
191
189
|
Requires-Dist: zarr>=2.18.3; extra == 'scieng'
|
|
@@ -216,11 +214,13 @@ Requires-Dist: snakeviz>=2.2.2; extra == 'testing'
|
|
|
216
214
|
Requires-Dist: sphinx>=8.1.3; extra == 'testing'
|
|
217
215
|
Provides-Extra: web
|
|
218
216
|
Requires-Dist: alembic>=1.13.2; extra == 'web'
|
|
217
|
+
Requires-Dist: beautifulsoup4>=4.13.3; extra == 'web'
|
|
219
218
|
Requires-Dist: cryptography>=43.0.0; extra == 'web'
|
|
220
219
|
Requires-Dist: django>=5.1.1; extra == 'web'
|
|
221
220
|
Requires-Dist: fastapi>=0.115.8; extra == 'web'
|
|
222
221
|
Requires-Dist: flask>=3.0.3; extra == 'web'
|
|
223
222
|
Requires-Dist: httpx>=0.27.2; extra == 'web'
|
|
223
|
+
Requires-Dist: jinja2>=3.1.5; extra == 'web'
|
|
224
224
|
Requires-Dist: passlib>=1.7.4; extra == 'web'
|
|
225
225
|
Requires-Dist: scrapy>=2.12.0; extra == 'web'
|
|
226
226
|
Requires-Dist: sqlalchemy>=2.0.35; extra == 'web'
|
|
@@ -258,8 +258,8 @@ The following sets of optional packages ("extras") are available:
|
|
|
258
258
|
- `dl`: deep learning
|
|
259
259
|
- `gis`: geospatial analysis
|
|
260
260
|
- `ml`: "classical" machine learning
|
|
261
|
-
- `scieng`: scientific and engineering computing
|
|
262
261
|
- `net`: network engineering, concurrency
|
|
262
|
+
- `scieng`: scientific and engineering computing
|
|
263
263
|
- `testing`: testing, linting, doc generation
|
|
264
264
|
- `web`: web dev
|
|
265
265
|
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pythoncharmers-meta"
|
|
3
|
-
version = "0.5.
|
|
3
|
+
version = "0.5.6"
|
|
4
4
|
description = "Meta package with dependencies for Python Charmers training courses"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
7
7
|
dependencies = [
|
|
8
8
|
"ipython>=8.12.3",
|
|
9
|
-
"polars[excel,graph,numpy,plot,pyarrow,pydantic,style,timezone]>=1.
|
|
9
|
+
"polars[excel,graph,numpy,plot,pyarrow,pydantic,style,timezone]>=1.29.0",
|
|
10
10
|
"matplotlib>=3.9.2",
|
|
11
|
-
"plotly>=5.24.0
|
|
11
|
+
"plotly>=5.24.0,!=6.0.0",
|
|
12
12
|
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,sql-other,xml]>=2.2.3",
|
|
13
13
|
"numexpr>=2.10.1",
|
|
14
14
|
"mypy>=1.11.2",
|
|
15
15
|
"loguru>=0.7.2",
|
|
16
16
|
"psutil>=6.0.0",
|
|
17
|
-
"streamlit>=1.
|
|
17
|
+
"streamlit>=1.45.0",
|
|
18
18
|
"schedule>=1.2.2",
|
|
19
19
|
"requests>=2.32.3",
|
|
20
20
|
"hvplot>=0.10.0",
|
|
@@ -24,7 +24,7 @@ dependencies = [
|
|
|
24
24
|
"isort>=5.13.2",
|
|
25
25
|
"toolz>=0.12.1",
|
|
26
26
|
"logzero>=1.7.0",
|
|
27
|
-
"sqlalchemy>=2.0.35",
|
|
27
|
+
# "sqlalchemy>=2.0.35",
|
|
28
28
|
"openpyxl>=3.1.5",
|
|
29
29
|
"natural>=0.2.0",
|
|
30
30
|
"parse>=1.20.2",
|
|
@@ -93,12 +93,14 @@ web = [
|
|
|
93
93
|
"passlib>=1.7.4",
|
|
94
94
|
"sqlalchemy>=2.0.35",
|
|
95
95
|
"scrapy>=2.12.0",
|
|
96
|
+
"beautifulsoup4>=4.13.3",
|
|
97
|
+
"jinja2>=3.1.5",
|
|
96
98
|
]
|
|
97
99
|
analytics = [
|
|
98
100
|
"duckdb>=1.1.3",
|
|
99
|
-
"ibis-framework[duckdb,polars,sqlite]>=
|
|
101
|
+
"ibis-framework[duckdb,polars,sqlite]>=10.5.0",
|
|
100
102
|
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,spss,sql-other,xml]>=2.2.3",
|
|
101
|
-
"sqlalchemy>=2.0.35",
|
|
103
|
+
# "sqlalchemy[asyncio]>=2.0.35",
|
|
102
104
|
"numba>=0.61.0",
|
|
103
105
|
"matplotlib>=3.9.2",
|
|
104
106
|
"scipy>=1.15.2",
|
|
@@ -117,7 +119,7 @@ analytics = [
|
|
|
117
119
|
"bottleneck>=1.4.0",
|
|
118
120
|
"graphviz>=0.20.3",
|
|
119
121
|
"distributed>=2024.9.1",
|
|
120
|
-
"streamlit>=1.
|
|
122
|
+
"streamlit>=1.45.0",
|
|
121
123
|
"glum>=3.1.2",
|
|
122
124
|
"scikit-learn>=1.6.1",
|
|
123
125
|
"formulaic>=1.1.1",
|
|
@@ -143,7 +145,7 @@ scieng = [
|
|
|
143
145
|
"dask-image>=2024.5.3",
|
|
144
146
|
"holoviews>=1.19.1",
|
|
145
147
|
"bokeh>=3.4.3",
|
|
146
|
-
"streamlit>=1.
|
|
148
|
+
"streamlit>=1.45.0",
|
|
147
149
|
"pyod>=2.0.1",
|
|
148
150
|
"tables>=3.10.1",
|
|
149
151
|
"graphviz>=0.20.3",
|
|
@@ -186,7 +188,7 @@ net = [
|
|
|
186
188
|
"passlib>=1.7.4",
|
|
187
189
|
"ftputil>=5.1.0",
|
|
188
190
|
"dask>=2025.2.0",
|
|
189
|
-
"polars[async,fsspec]>=1.
|
|
191
|
+
"polars[async,fsspec]>=1.29.0",
|
|
190
192
|
]
|
|
191
193
|
dl = [
|
|
192
194
|
"dataset>=1.5.2",
|
|
@@ -235,9 +237,9 @@ db = [
|
|
|
235
237
|
"redis>=5.2.1",
|
|
236
238
|
"sqlalchemy>=2.0.38",
|
|
237
239
|
"duckdb>=1.1.3",
|
|
238
|
-
"ibis-framework[duckdb,polars,sqlite]>=
|
|
240
|
+
"ibis-framework[duckdb,polars,sqlite]>=10.5.0",
|
|
239
241
|
"pyodbc>=5.2.0",
|
|
240
|
-
"polars[database]>=1.
|
|
242
|
+
"polars[database]>=1.29.0",
|
|
241
243
|
]
|
|
242
244
|
|
|
243
245
|
[build-system]
|