pythoncharmers-meta 0.3.2__tar.gz → 0.4.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.3.2 → pythoncharmers_meta-0.4.1}/PKG-INFO +19 -8
- {pythoncharmers_meta-0.3.2 → pythoncharmers_meta-0.4.1}/pyproject.toml +17 -14
- pythoncharmers_meta-0.4.1/uv.lock +6830 -0
- pythoncharmers_meta-0.3.2/uv.lock +0 -6386
- {pythoncharmers_meta-0.3.2 → pythoncharmers_meta-0.4.1}/.gitignore +0 -0
- {pythoncharmers_meta-0.3.2 → pythoncharmers_meta-0.4.1}/LICENSE +0 -0
- {pythoncharmers_meta-0.3.2 → pythoncharmers_meta-0.4.1}/README.md +0 -0
- {pythoncharmers_meta-0.3.2 → pythoncharmers_meta-0.4.1}/src/pythoncharmers_meta/__init__.py +0 -0
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pythoncharmers-meta
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: Meta package with dependencies for Python Charmers training courses
|
|
5
|
+
License-File: LICENSE
|
|
5
6
|
Requires-Python: >=3.10
|
|
6
7
|
Requires-Dist: black>=24.8.0
|
|
7
8
|
Requires-Dist: diskcache>=5.6.3
|
|
8
9
|
Requires-Dist: duckdb>=1.1.3
|
|
10
|
+
Requires-Dist: ftputil>=5.1.0
|
|
9
11
|
Requires-Dist: h5py>=3.11.0
|
|
10
12
|
Requires-Dist: humanize>=4.10.0
|
|
11
13
|
Requires-Dist: hvplot>=0.10.0
|
|
@@ -17,21 +19,24 @@ Requires-Dist: keyrings-cryptfile>=1.3.9
|
|
|
17
19
|
Requires-Dist: line-profiler>=4.1.3
|
|
18
20
|
Requires-Dist: loguru>=0.7.2
|
|
19
21
|
Requires-Dist: logzero>=1.7.0
|
|
22
|
+
Requires-Dist: lxml>=5.3.0
|
|
20
23
|
Requires-Dist: matplotlib>=3.9.2
|
|
21
24
|
Requires-Dist: memory-profiler>=0.61.0
|
|
22
25
|
Requires-Dist: mypy>=1.11.2
|
|
23
26
|
Requires-Dist: natural>=0.2.0
|
|
24
27
|
Requires-Dist: numexpr>=2.10.1
|
|
25
|
-
Requires-Dist: numpy
|
|
28
|
+
Requires-Dist: numpy>=2.1.3
|
|
26
29
|
Requires-Dist: openpyxl>=3.1.5
|
|
27
30
|
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,mysql,output-formatting,parquet,plot,spss,sql-other,xml]>=2.2.3
|
|
28
31
|
Requires-Dist: parse>=1.20.2
|
|
29
32
|
Requires-Dist: plotly>=5.24.0
|
|
30
|
-
Requires-Dist: polars>=1.
|
|
33
|
+
Requires-Dist: polars>=1.22.0
|
|
31
34
|
Requires-Dist: psutil>=6.0.0
|
|
35
|
+
Requires-Dist: pydantic>=2.9.2
|
|
36
|
+
Requires-Dist: pyjanitor>=0.30.0
|
|
32
37
|
Requires-Dist: requests>=2.32.3
|
|
33
38
|
Requires-Dist: schedule>=1.2.2
|
|
34
|
-
Requires-Dist: scipy>=1.
|
|
39
|
+
Requires-Dist: scipy>=1.15.2
|
|
35
40
|
Requires-Dist: sqlalchemy>=2.0.35
|
|
36
41
|
Requires-Dist: statsmodels>=0.14.4
|
|
37
42
|
Requires-Dist: streamlit>=1.39.0
|
|
@@ -54,12 +59,15 @@ Requires-Dist: yellowbrick>=1.5; extra == 'dl'
|
|
|
54
59
|
Provides-Extra: gis
|
|
55
60
|
Requires-Dist: cartopy>=0.23.0; extra == 'gis'
|
|
56
61
|
Requires-Dist: cftime>=1.6.4; extra == 'gis'
|
|
62
|
+
Requires-Dist: contextily>=1.6.2; extra == 'gis'
|
|
57
63
|
Requires-Dist: dask-image>=2024.5.3; extra == 'gis'
|
|
58
64
|
Requires-Dist: datashader>=0.16.3; extra == 'gis'
|
|
65
|
+
Requires-Dist: descartes>=1.1.0; extra == 'gis'
|
|
59
66
|
Requires-Dist: fiona>=1.10.0; extra == 'gis'
|
|
60
67
|
Requires-Dist: folium>=0.17.0; extra == 'gis'
|
|
61
68
|
Requires-Dist: geoalchemy>=0.7.2; extra == 'gis'
|
|
62
69
|
Requires-Dist: geopandas>=1.0.1; extra == 'gis'
|
|
70
|
+
Requires-Dist: geopy>=2.4.1; extra == 'gis'
|
|
63
71
|
Requires-Dist: graphviz>=0.20.3; extra == 'gis'
|
|
64
72
|
Requires-Dist: h5netcdf>=1.3.0; extra == 'gis'
|
|
65
73
|
Requires-Dist: iris>=1.0.7; extra == 'gis'
|
|
@@ -67,14 +75,14 @@ Requires-Dist: netcdf4>=1.7.1.post2; extra == 'gis'
|
|
|
67
75
|
Requires-Dist: networkx>=3.3; extra == 'gis'
|
|
68
76
|
Requires-Dist: pint>=0.24.3; extra == 'gis'
|
|
69
77
|
Requires-Dist: psycopg2-binary>=2.9.10; extra == 'gis'
|
|
78
|
+
Requires-Dist: pydantic-geojson>=0.2.0; extra == 'gis'
|
|
70
79
|
Requires-Dist: pydap>=3.5; extra == 'gis'
|
|
71
80
|
Requires-Dist: pyproj>=3.6.1; extra == 'gis'
|
|
72
81
|
Requires-Dist: pysal>=24.7; extra == 'gis'
|
|
73
82
|
Requires-Dist: rasterio>=1.3.11; extra == 'gis'
|
|
74
83
|
Requires-Dist: rioxarray>=0.17.0; extra == 'gis'
|
|
75
84
|
Requires-Dist: scikit-image>=0.24.0; extra == 'gis'
|
|
76
|
-
Requires-Dist: scipy>=1.
|
|
77
|
-
Requires-Dist: seaborn>=0.13.2; extra == 'gis'
|
|
85
|
+
Requires-Dist: scipy>=1.15; extra == 'gis'
|
|
78
86
|
Requires-Dist: shapely>=2.0.6; extra == 'gis'
|
|
79
87
|
Requires-Dist: xarray>=2024.9.0; extra == 'gis'
|
|
80
88
|
Requires-Dist: zarr>=2.18.3; extra == 'gis'
|
|
@@ -105,17 +113,20 @@ Provides-Extra: scieng
|
|
|
105
113
|
Requires-Dist: altair>=5.4.1; extra == 'scieng'
|
|
106
114
|
Requires-Dist: bokeh>=3.4.3; extra == 'scieng'
|
|
107
115
|
Requires-Dist: bottleneck>=1.4.0; extra == 'scieng'
|
|
116
|
+
Requires-Dist: connectorx>=0.4.1; extra == 'scieng'
|
|
108
117
|
Requires-Dist: dask-image>=2024.5.3; extra == 'scieng'
|
|
109
118
|
Requires-Dist: dask>=2024.8.2; extra == 'scieng'
|
|
110
119
|
Requires-Dist: distributed>=2024.9.1; extra == 'scieng'
|
|
120
|
+
Requires-Dist: fastexcel>=0.12.1; extra == 'scieng'
|
|
111
121
|
Requires-Dist: graphviz>=0.20.3; extra == 'scieng'
|
|
112
122
|
Requires-Dist: holoviews>=1.19.1; extra == 'scieng'
|
|
113
123
|
Requires-Dist: hvplot>=0.10.0; extra == 'scieng'
|
|
114
124
|
Requires-Dist: networkx>=3.3; extra == 'scieng'
|
|
115
|
-
Requires-Dist: numba>=0.
|
|
125
|
+
Requires-Dist: numba>=0.61.0; extra == 'scieng'
|
|
116
126
|
Requires-Dist: pint>=0.24.3; extra == 'scieng'
|
|
117
127
|
Requires-Dist: pyod>=2.0.1; extra == 'scieng'
|
|
118
128
|
Requires-Dist: scikit-image>=0.24.0; extra == 'scieng'
|
|
129
|
+
Requires-Dist: seaborn>=0.13.2; extra == 'scieng'
|
|
119
130
|
Requires-Dist: tables>=3.10.1; extra == 'scieng'
|
|
120
131
|
Requires-Dist: zarr>=2.18.3; extra == 'scieng'
|
|
121
132
|
Provides-Extra: web
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pythoncharmers-meta"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.4.1"
|
|
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>=1.
|
|
9
|
+
"polars>=1.22.0",
|
|
10
10
|
"matplotlib>=3.9.2",
|
|
11
11
|
"plotly>=5.24.0",
|
|
12
12
|
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,mysql,output-formatting,parquet,plot,spss,sql-other,xml]>=2.2.3",
|
|
@@ -22,9 +22,8 @@ dependencies = [
|
|
|
22
22
|
"schedule>=1.2.2",
|
|
23
23
|
"requests>=2.32.3",
|
|
24
24
|
"hvplot>=0.10.0",
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
"scipy>=1.14.1",
|
|
25
|
+
"numpy>=2.1.3",
|
|
26
|
+
"scipy>=1.15.2",
|
|
28
27
|
"black>=24.8.0",
|
|
29
28
|
"isort>=5.13.2",
|
|
30
29
|
"toolz>=0.12.1",
|
|
@@ -39,6 +38,10 @@ dependencies = [
|
|
|
39
38
|
"diskcache>=5.6.3",
|
|
40
39
|
"duckdb>=1.1.3",
|
|
41
40
|
"ibis-framework[duckdb,polars,sqlite]>=9.5.0",
|
|
41
|
+
"ftputil>=5.1.0",
|
|
42
|
+
"lxml>=5.3.0",
|
|
43
|
+
"pydantic>=2.9.2",
|
|
44
|
+
"pyjanitor>=0.30.0",
|
|
42
45
|
]
|
|
43
46
|
|
|
44
47
|
[project.optional-dependencies]
|
|
@@ -55,7 +58,6 @@ gis = [
|
|
|
55
58
|
"pysal>=24.7",
|
|
56
59
|
"rioxarray>=0.17.0",
|
|
57
60
|
"scikit-image>=0.24.0",
|
|
58
|
-
"seaborn>=0.13.2",
|
|
59
61
|
"netcdf4>=1.7.1.post2",
|
|
60
62
|
"networkx>=3.3",
|
|
61
63
|
"dask-image>=2024.5.3",
|
|
@@ -63,12 +65,16 @@ gis = [
|
|
|
63
65
|
"zarr>=2.18.3",
|
|
64
66
|
"h5netcdf>=1.3.0",
|
|
65
67
|
"pydap>=3.5",
|
|
66
|
-
"scipy>=1.
|
|
68
|
+
"scipy>=1.15",
|
|
67
69
|
"cftime>=1.6.4",
|
|
68
70
|
"iris>=1.0.7",
|
|
69
71
|
"pint>=0.24.3",
|
|
70
72
|
"psycopg2-binary>=2.9.10",
|
|
71
73
|
"geoalchemy>=0.7.2",
|
|
74
|
+
"geopy>=2.4.1",
|
|
75
|
+
"contextily>=1.6.2",
|
|
76
|
+
"descartes>=1.1.0",
|
|
77
|
+
"pydantic-geojson>=0.2.0",
|
|
72
78
|
]
|
|
73
79
|
ml = [
|
|
74
80
|
"scikit-learn>=1.5.1",
|
|
@@ -89,10 +95,10 @@ web = [
|
|
|
89
95
|
"cryptography>=43.0.0",
|
|
90
96
|
]
|
|
91
97
|
scieng = [
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
"
|
|
98
|
+
"numba>=0.61.0",
|
|
99
|
+
"seaborn>=0.13.2",
|
|
100
|
+
"fastexcel>=0.12.1",
|
|
101
|
+
"connectorx>=0.4.1",
|
|
96
102
|
"pint>=0.24.3",
|
|
97
103
|
"scikit-image>=0.24.0",
|
|
98
104
|
"dask>=2024.8.2",
|
|
@@ -106,7 +112,6 @@ scieng = [
|
|
|
106
112
|
"holoviews>=1.19.1",
|
|
107
113
|
"bokeh>=3.4.3",
|
|
108
114
|
# "streamlit>=1.39.0",
|
|
109
|
-
# "seaborn>=0.13.2",
|
|
110
115
|
"pyod>=2.0.1",
|
|
111
116
|
"tables>=3.10.1",
|
|
112
117
|
# "graphviz>=0.20.3",
|
|
@@ -122,8 +127,6 @@ net = [
|
|
|
122
127
|
"networkx>=3.3",
|
|
123
128
|
"psutil>=6.0.0",
|
|
124
129
|
"textfsm>=1.1.3",
|
|
125
|
-
# "pandas>=2.2.2",
|
|
126
|
-
# "polars>=1.9.0",
|
|
127
130
|
"pyshark>=0.6",
|
|
128
131
|
# "schedule>=1.2.2",
|
|
129
132
|
"pyzmq>=26.2.0",
|