pythoncharmers-meta 0.5.1__tar.gz → 0.5.3__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.1 → pythoncharmers_meta-0.5.3}/PKG-INFO +14 -7
- {pythoncharmers_meta-0.5.1 → pythoncharmers_meta-0.5.3}/pyproject.toml +14 -7
- {pythoncharmers_meta-0.5.1 → pythoncharmers_meta-0.5.3}/uv.lock +452 -178
- {pythoncharmers_meta-0.5.1 → pythoncharmers_meta-0.5.3}/.gitignore +0 -0
- {pythoncharmers_meta-0.5.1 → pythoncharmers_meta-0.5.3}/LICENSE +0 -0
- {pythoncharmers_meta-0.5.1 → pythoncharmers_meta-0.5.3}/README.md +0 -0
- {pythoncharmers_meta-0.5.1 → pythoncharmers_meta-0.5.3}/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.3
|
|
4
4
|
Summary: Meta package with dependencies for Python Charmers training courses
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -22,7 +22,7 @@ Requires-Dist: natural>=0.2.0
|
|
|
22
22
|
Requires-Dist: numexpr>=2.10.1
|
|
23
23
|
Requires-Dist: numpy<2.2.0,>=2.1.3
|
|
24
24
|
Requires-Dist: openpyxl>=3.1.5
|
|
25
|
-
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,
|
|
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
27
|
Requires-Dist: plotly<6.0.0,>=5.24.0
|
|
28
28
|
Requires-Dist: polars[excel,graph,numpy,plot,pyarrow,pydantic,style,timezone]>=1.22.0
|
|
@@ -55,7 +55,7 @@ Requires-Dist: ibis-framework[duckdb,polars,sqlite]>=9.5.0; extra == 'analytics'
|
|
|
55
55
|
Requires-Dist: matplotlib>=3.9.2; extra == 'analytics'
|
|
56
56
|
Requires-Dist: networkx>=3.3; extra == 'analytics'
|
|
57
57
|
Requires-Dist: numba>=0.61.0; extra == 'analytics'
|
|
58
|
-
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,
|
|
58
|
+
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,spss,sql-other,xml]>=2.2.3; extra == 'analytics'
|
|
59
59
|
Requires-Dist: pyod>=2.0.1; extra == 'analytics'
|
|
60
60
|
Requires-Dist: scikit-learn>=1.6.1; extra == 'analytics'
|
|
61
61
|
Requires-Dist: scipy>=1.15.2; extra == 'analytics'
|
|
@@ -65,10 +65,11 @@ Requires-Dist: statsmodels>=0.14.4; extra == 'analytics'
|
|
|
65
65
|
Requires-Dist: streamlit>=1.39.0; extra == 'analytics'
|
|
66
66
|
Requires-Dist: tables>=3.10.1; extra == 'analytics'
|
|
67
67
|
Requires-Dist: textblob>=0.19.0; extra == 'analytics'
|
|
68
|
+
Requires-Dist: textdistance>=4.6.3; extra == 'analytics'
|
|
68
69
|
Provides-Extra: db
|
|
69
70
|
Requires-Dist: duckdb>=1.1.3; extra == 'db'
|
|
70
|
-
Requires-Dist: ibis-framework[duckdb,
|
|
71
|
-
Requires-Dist: pandas[
|
|
71
|
+
Requires-Dist: ibis-framework[duckdb,polars,sqlite]>=9.5.0; extra == 'db'
|
|
72
|
+
Requires-Dist: pandas[sql-other]>=2.2.3; extra == 'db'
|
|
72
73
|
Requires-Dist: polars[database]>=1.22.0; extra == 'db'
|
|
73
74
|
Requires-Dist: pyodbc>=5.2.0; extra == 'db'
|
|
74
75
|
Requires-Dist: redis>=5.2.1; extra == 'db'
|
|
@@ -85,7 +86,7 @@ Requires-Dist: scikit-learn>=1.5.2; extra == 'dl'
|
|
|
85
86
|
Requires-Dist: skorch>=1.0.0; extra == 'dl'
|
|
86
87
|
Requires-Dist: tensorboard>=2.18.0; extra == 'dl'
|
|
87
88
|
Requires-Dist: textdistance>=4.6.3; extra == 'dl'
|
|
88
|
-
Requires-Dist: transformers>=4.
|
|
89
|
+
Requires-Dist: transformers>=4.49.0; extra == 'dl'
|
|
89
90
|
Requires-Dist: xgboost>=2.1.1; extra == 'dl'
|
|
90
91
|
Requires-Dist: yellowbrick>=1.5; extra == 'dl'
|
|
91
92
|
Provides-Extra: gis
|
|
@@ -177,7 +178,7 @@ Requires-Dist: hvplot>=0.10.0; extra == 'scieng'
|
|
|
177
178
|
Requires-Dist: matplotlib>=3.9.2; extra == 'scieng'
|
|
178
179
|
Requires-Dist: networkx>=3.3; extra == 'scieng'
|
|
179
180
|
Requires-Dist: numba>=0.61.0; extra == 'scieng'
|
|
180
|
-
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,
|
|
181
|
+
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,sql-other,xml]>=2.2.3; extra == 'scieng'
|
|
181
182
|
Requires-Dist: pint>=0.24.3; extra == 'scieng'
|
|
182
183
|
Requires-Dist: pyod>=2.0.1; extra == 'scieng'
|
|
183
184
|
Requires-Dist: scikit-image>=0.24.0; extra == 'scieng'
|
|
@@ -195,18 +196,23 @@ Requires-Dist: dodgy>=0.2.1; extra == 'testing'
|
|
|
195
196
|
Requires-Dist: flake8-async>=25.3.1; extra == 'testing'
|
|
196
197
|
Requires-Dist: flake8-import-order>=0.18.2; extra == 'testing'
|
|
197
198
|
Requires-Dist: flake8>=7.1.2; extra == 'testing'
|
|
199
|
+
Requires-Dist: gprof2dot>=2024.6.6; extra == 'testing'
|
|
198
200
|
Requires-Dist: hypothesis>=6.129.4; extra == 'testing'
|
|
199
201
|
Requires-Dist: isort>=6.0.0; extra == 'testing'
|
|
200
202
|
Requires-Dist: line-profiler>=4.1.3; extra == 'testing'
|
|
201
203
|
Requires-Dist: memory-profiler>=0.61.0; extra == 'testing'
|
|
202
204
|
Requires-Dist: mkdocs>=1.6.1; extra == 'testing'
|
|
205
|
+
Requires-Dist: py-spy>=0.4.0; extra == 'testing'
|
|
203
206
|
Requires-Dist: pycodestyle>=2.12.1; extra == 'testing'
|
|
207
|
+
Requires-Dist: pyinstrument>=5.0.1; extra == 'testing'
|
|
204
208
|
Requires-Dist: pylint>=3.3.6; extra == 'testing'
|
|
205
209
|
Requires-Dist: pyt>=1.0.5; extra == 'testing'
|
|
206
210
|
Requires-Dist: pytest-cov>=6.0.0; extra == 'testing'
|
|
207
211
|
Requires-Dist: pytest-repeat>=0.9.3; extra == 'testing'
|
|
208
212
|
Requires-Dist: pytest-xdist>=3.6.1; extra == 'testing'
|
|
209
213
|
Requires-Dist: pytest>=8.3.5; extra == 'testing'
|
|
214
|
+
Requires-Dist: scalene>=1.5.51; extra == 'testing'
|
|
215
|
+
Requires-Dist: snakeviz>=2.2.2; extra == 'testing'
|
|
210
216
|
Requires-Dist: sphinx>=8.1.3; extra == 'testing'
|
|
211
217
|
Provides-Extra: web
|
|
212
218
|
Requires-Dist: alembic>=1.13.2; extra == 'web'
|
|
@@ -216,6 +222,7 @@ Requires-Dist: fastapi>=0.115.8; extra == 'web'
|
|
|
216
222
|
Requires-Dist: flask>=3.0.3; extra == 'web'
|
|
217
223
|
Requires-Dist: httpx>=0.27.2; extra == 'web'
|
|
218
224
|
Requires-Dist: passlib>=1.7.4; extra == 'web'
|
|
225
|
+
Requires-Dist: scrapy>=2.12.0; extra == 'web'
|
|
219
226
|
Requires-Dist: sqlalchemy>=2.0.35; extra == 'web'
|
|
220
227
|
Description-Content-Type: text/markdown
|
|
221
228
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pythoncharmers-meta"
|
|
3
|
-
version = "0.5.
|
|
3
|
+
version = "0.5.3"
|
|
4
4
|
description = "Meta package with dependencies for Python Charmers training courses"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -9,7 +9,7 @@ dependencies = [
|
|
|
9
9
|
"polars[excel,graph,numpy,plot,pyarrow,pydantic,style,timezone]>=1.22.0",
|
|
10
10
|
"matplotlib>=3.9.2",
|
|
11
11
|
"plotly>=5.24.0,<6.0.0",
|
|
12
|
-
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,
|
|
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",
|
|
@@ -92,11 +92,12 @@ web = [
|
|
|
92
92
|
"cryptography>=43.0.0",
|
|
93
93
|
"passlib>=1.7.4",
|
|
94
94
|
"sqlalchemy>=2.0.35",
|
|
95
|
+
"scrapy>=2.12.0",
|
|
95
96
|
]
|
|
96
97
|
analytics = [
|
|
97
98
|
"duckdb>=1.1.3",
|
|
98
99
|
"ibis-framework[duckdb,polars,sqlite]>=9.5.0",
|
|
99
|
-
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,
|
|
100
|
+
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,spss,sql-other,xml]>=2.2.3",
|
|
100
101
|
"sqlalchemy>=2.0.35",
|
|
101
102
|
"numba>=0.61.0",
|
|
102
103
|
"matplotlib>=3.9.2",
|
|
@@ -121,11 +122,12 @@ analytics = [
|
|
|
121
122
|
"scikit-learn>=1.6.1",
|
|
122
123
|
"formulaic>=1.1.1",
|
|
123
124
|
"textblob>=0.19.0",
|
|
125
|
+
"textdistance>=4.6.3",
|
|
124
126
|
]
|
|
125
127
|
scieng = [
|
|
126
128
|
"h5py>=3.11.0",
|
|
127
129
|
"duckdb>=1.1.3",
|
|
128
|
-
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,
|
|
130
|
+
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,sql-other,xml]>=2.2.3",
|
|
129
131
|
"numba>=0.61.0",
|
|
130
132
|
"scipy>=1.15.2",
|
|
131
133
|
"statsmodels>=0.14.4",
|
|
@@ -198,7 +200,7 @@ dl = [
|
|
|
198
200
|
"skorch>=1.0.0",
|
|
199
201
|
"tensorboard>=2.18.0",
|
|
200
202
|
"textdistance>=4.6.3",
|
|
201
|
-
"transformers>=4.
|
|
203
|
+
"transformers>=4.49.0",
|
|
202
204
|
"xgboost>=2.1.1",
|
|
203
205
|
"yellowbrick>=1.5",
|
|
204
206
|
]
|
|
@@ -222,13 +224,18 @@ testing = [
|
|
|
222
224
|
"pyt>=1.0.5",
|
|
223
225
|
"black>=25.1.0",
|
|
224
226
|
"flake8>=7.1.2",
|
|
227
|
+
"scalene>=1.5.51",
|
|
228
|
+
"snakeviz>=2.2.2",
|
|
229
|
+
"py-spy>=0.4.0",
|
|
230
|
+
"pyinstrument>=5.0.1",
|
|
231
|
+
"gprof2dot>=2024.6.6",
|
|
225
232
|
]
|
|
226
233
|
db = [
|
|
227
|
-
"pandas[
|
|
234
|
+
"pandas[sql-other]>=2.2.3",
|
|
228
235
|
"redis>=5.2.1",
|
|
229
236
|
"sqlalchemy>=2.0.38",
|
|
230
237
|
"duckdb>=1.1.3",
|
|
231
|
-
"ibis-framework[duckdb,
|
|
238
|
+
"ibis-framework[duckdb,polars,sqlite]>=9.5.0",
|
|
232
239
|
"pyodbc>=5.2.0",
|
|
233
240
|
"polars[database]>=1.22.0",
|
|
234
241
|
]
|