pythoncharmers-meta 0.1.0__py3-none-any.whl
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.
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
|
+
Name: pythoncharmers-meta
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Meta package with dependencies for Python Charmers training courses
|
|
5
|
+
Requires-Python: >=3.12
|
|
6
|
+
Requires-Dist: black>=24.8.0
|
|
7
|
+
Requires-Dist: eli5>=0.13.0
|
|
8
|
+
Requires-Dist: h5py>=3.11.0
|
|
9
|
+
Requires-Dist: hvplot>=0.10.0
|
|
10
|
+
Requires-Dist: ipython>=8.12.3
|
|
11
|
+
Requires-Dist: isort>=5.13.2
|
|
12
|
+
Requires-Dist: jupyter>=1.0.0
|
|
13
|
+
Requires-Dist: jupyterhub<5.0
|
|
14
|
+
Requires-Dist: jupyterlab-code-formatter>=3.0.2
|
|
15
|
+
Requires-Dist: jupyterlab-git>=0.50.1
|
|
16
|
+
Requires-Dist: jupyterlab>=4.2.5
|
|
17
|
+
Requires-Dist: line-profiler>=4.1.3
|
|
18
|
+
Requires-Dist: loguru>=0.7.2
|
|
19
|
+
Requires-Dist: logzero>=1.7.0
|
|
20
|
+
Requires-Dist: matplotlib>=3.7.5
|
|
21
|
+
Requires-Dist: memory-profiler>=0.61.0
|
|
22
|
+
Requires-Dist: mypy>=1.11.2
|
|
23
|
+
Requires-Dist: numba>=0.60.0
|
|
24
|
+
Requires-Dist: numexpr>=2.10.1
|
|
25
|
+
Requires-Dist: numpy>=2.0.2
|
|
26
|
+
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,mysql,output-formatting,parquet,plot,spss,sql-other,xml]>=2.2.2
|
|
27
|
+
Requires-Dist: plotly>=5.23.0
|
|
28
|
+
Requires-Dist: polars>=1.5.0
|
|
29
|
+
Requires-Dist: psutil>=6.0.0
|
|
30
|
+
Requires-Dist: requests>=2.32.3
|
|
31
|
+
Requires-Dist: schedule>=1.2.2
|
|
32
|
+
Requires-Dist: scikit-learn>=1.5.1
|
|
33
|
+
Requires-Dist: scipy>=1.14.1
|
|
34
|
+
Requires-Dist: statsmodels>=0.14.2
|
|
35
|
+
Requires-Dist: streamlit>=1.38.0
|
|
36
|
+
Requires-Dist: toolz>=0.12.1
|
|
37
|
+
Requires-Dist: xarray
|
|
38
|
+
Requires-Dist: yellowbrick>=1.5
|
|
39
|
+
Description-Content-Type: text/markdown
|
|
40
|
+
|
|
41
|
+
# Python Charmers meta-package
|
|
42
|
+
|
|
43
|
+
This is a meta-package for [Python Charmers](https://pythoncharmers.com)
|
|
44
|
+
training participants. This depends on many packages used in Python Charmers
|
|
45
|
+
training courses.
|
|
46
|
+
|
|
47
|
+
Install it like this:
|
|
48
|
+
|
|
49
|
+
```
|
|
50
|
+
pip install pythoncharmers-meta
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
or:
|
|
54
|
+
|
|
55
|
+
```
|
|
56
|
+
uv pip install pythoncharmers-meta
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
This package is intended to be used from a Python Charmers Hub in the cloud
|
|
60
|
+
like https://cpuhub.pythoncharmers.com.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
pythoncharmers_meta/__init__.py,sha256=qiUhwUbQPqLuU9CIsc5O4bGFgW2liYemJ8dC5hnwmpE,61
|
|
2
|
+
pythoncharmers_meta-0.1.0.dist-info/METADATA,sha256=a0UGLXNQ9kgyGZyEWVMM39qwUe8jBtkZGFHLT8xj_0Q,1800
|
|
3
|
+
pythoncharmers_meta-0.1.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
4
|
+
pythoncharmers_meta-0.1.0.dist-info/RECORD,,
|