pythoncharmers-meta 0.1.0__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.
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# created from template
|
|
2
|
+
config.yaml
|
|
3
|
+
# downloaded from github repo (and modified)
|
|
4
|
+
cluster-autoscaler-autodiscover.yaml
|
|
5
|
+
# created from template
|
|
6
|
+
test_efs.yaml
|
|
7
|
+
# jupytehrub api token
|
|
8
|
+
jupyterhub_api_token*
|
|
9
|
+
# ignore students symlinks
|
|
10
|
+
students
|
|
11
|
+
# IDE
|
|
12
|
+
.idea/
|
|
13
|
+
# various things
|
|
14
|
+
.DS_Store
|
|
15
|
+
# env file
|
|
16
|
+
env.conf
|
|
17
|
+
# cached regions
|
|
18
|
+
eks_clusters_region_cache
|
|
@@ -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,20 @@
|
|
|
1
|
+
# Python Charmers meta-package
|
|
2
|
+
|
|
3
|
+
This is a meta-package for [Python Charmers](https://pythoncharmers.com)
|
|
4
|
+
training participants. This depends on many packages used in Python Charmers
|
|
5
|
+
training courses.
|
|
6
|
+
|
|
7
|
+
Install it like this:
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
pip install pythoncharmers-meta
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
or:
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
uv pip install pythoncharmers-meta
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
This package is intended to be used from a Python Charmers Hub in the cloud
|
|
20
|
+
like https://cpuhub.pythoncharmers.com.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "pythoncharmers-meta"
|
|
3
|
+
version = "0.1.0"
|
|
4
|
+
description = "Meta package with dependencies for Python Charmers training courses"
|
|
5
|
+
readme = "README.md"
|
|
6
|
+
requires-python = ">=3.12"
|
|
7
|
+
dependencies = [
|
|
8
|
+
"ipython>=8.12.3",
|
|
9
|
+
"jupyter>=1.0.0",
|
|
10
|
+
"polars>=1.5.0",
|
|
11
|
+
"matplotlib>=3.7.5",
|
|
12
|
+
"plotly>=5.23.0",
|
|
13
|
+
"jupyterlab>=4.2.5",
|
|
14
|
+
"jupyterlab-git>=0.50.1",
|
|
15
|
+
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,mysql,output-formatting,parquet,plot,spss,sql-other,xml]>=2.2.2",
|
|
16
|
+
"numba>=0.60.0",
|
|
17
|
+
"numexpr>=2.10.1",
|
|
18
|
+
"xarray",
|
|
19
|
+
"h5py>=3.11.0",
|
|
20
|
+
"mypy>=1.11.2",
|
|
21
|
+
"statsmodels>=0.14.2",
|
|
22
|
+
"scikit-learn>=1.5.1",
|
|
23
|
+
"loguru>=0.7.2",
|
|
24
|
+
"psutil>=6.0.0",
|
|
25
|
+
"memory-profiler>=0.61.0",
|
|
26
|
+
"line-profiler>=4.1.3",
|
|
27
|
+
"streamlit>=1.38.0",
|
|
28
|
+
"schedule>=1.2.2",
|
|
29
|
+
"requests>=2.32.3",
|
|
30
|
+
"eli5>=0.13.0",
|
|
31
|
+
"yellowbrick>=1.5",
|
|
32
|
+
"hvplot>=0.10.0",
|
|
33
|
+
"numpy>=2.0.2",
|
|
34
|
+
"scipy>=1.14.1",
|
|
35
|
+
"jupyterlab-code-formatter>=3.0.2",
|
|
36
|
+
"black>=24.8.0",
|
|
37
|
+
"isort>=5.13.2",
|
|
38
|
+
"toolz>=0.12.1",
|
|
39
|
+
"logzero>=1.7.0",
|
|
40
|
+
"jupyterhub<5.0",
|
|
41
|
+
]
|
|
42
|
+
|
|
43
|
+
[build-system]
|
|
44
|
+
requires = ["hatchling"]
|
|
45
|
+
build-backend = "hatchling.build"
|