pythoncharmers-meta 0.5.0__tar.gz → 0.5.1__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.0 → pythoncharmers_meta-0.5.1}/PKG-INFO +4 -4
- {pythoncharmers_meta-0.5.0 → pythoncharmers_meta-0.5.1}/pyproject.toml +4 -4
- {pythoncharmers_meta-0.5.0 → pythoncharmers_meta-0.5.1}/.gitignore +0 -0
- {pythoncharmers_meta-0.5.0 → pythoncharmers_meta-0.5.1}/LICENSE +0 -0
- {pythoncharmers_meta-0.5.0 → pythoncharmers_meta-0.5.1}/README.md +0 -0
- {pythoncharmers_meta-0.5.0 → pythoncharmers_meta-0.5.1}/src/pythoncharmers_meta/__init__.py +0 -0
- {pythoncharmers_meta-0.5.0 → pythoncharmers_meta-0.5.1}/uv.lock +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.1
|
|
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,mysql,output-formatting,parquet,plot,
|
|
25
|
+
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,mysql,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
|
|
@@ -67,8 +67,8 @@ Requires-Dist: tables>=3.10.1; extra == 'analytics'
|
|
|
67
67
|
Requires-Dist: textblob>=0.19.0; extra == 'analytics'
|
|
68
68
|
Provides-Extra: db
|
|
69
69
|
Requires-Dist: duckdb>=1.1.3; extra == 'db'
|
|
70
|
-
Requires-Dist: ibis-framework[duckdb,mysql,polars,
|
|
71
|
-
Requires-Dist: pandas[mysql,
|
|
70
|
+
Requires-Dist: ibis-framework[duckdb,mysql,polars,sqlite]>=9.5.0; extra == 'db'
|
|
71
|
+
Requires-Dist: pandas[mysql,sql-other]>=2.2.3; extra == 'db'
|
|
72
72
|
Requires-Dist: polars[database]>=1.22.0; extra == 'db'
|
|
73
73
|
Requires-Dist: pyodbc>=5.2.0; extra == 'db'
|
|
74
74
|
Requires-Dist: redis>=5.2.1; extra == 'db'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pythoncharmers-meta"
|
|
3
|
-
version = "0.5.
|
|
3
|
+
version = "0.5.1"
|
|
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,mysql,
|
|
12
|
+
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,mysql,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",
|
|
@@ -224,11 +224,11 @@ testing = [
|
|
|
224
224
|
"flake8>=7.1.2",
|
|
225
225
|
]
|
|
226
226
|
db = [
|
|
227
|
-
"pandas[mysql,
|
|
227
|
+
"pandas[mysql,sql-other]>=2.2.3",
|
|
228
228
|
"redis>=5.2.1",
|
|
229
229
|
"sqlalchemy>=2.0.38",
|
|
230
230
|
"duckdb>=1.1.3",
|
|
231
|
-
"ibis-framework[duckdb,mysql,polars,
|
|
231
|
+
"ibis-framework[duckdb,mysql,polars,sqlite]>=9.5.0",
|
|
232
232
|
"pyodbc>=5.2.0",
|
|
233
233
|
"polars[database]>=1.22.0",
|
|
234
234
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|