cas-toolbox 2025.7__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,102 @@
1
+ Metadata-Version: 2.2
2
+ Name: cas-toolbox
3
+ Version: 2025.7
4
+ Summary: Cluster Automation Scripts Toolbox
5
+ Author-email: Yufei Pan <pan@zopyr.us>
6
+ License: GPL-3.0-or-later
7
+ Project-URL: Homepage, https://github.com/yufei-pan/cas-toolbox
8
+ Project-URL: hpcp, https://github.com/yufei-pan/hpcp
9
+ Project-URL: multiCMD, https://github.com/yufei-pan/multiCMD
10
+ Project-URL: multiSSH3, https://github.com/yufei-pan/multiSSH3
11
+ Project-URL: simple-iotest, https://github.com/yufei-pan/simple-iotest
12
+ Project-URL: statbtrfs, https://github.com/yufei-pan/statbtrfs
13
+ Project-URL: Tee_Logger, https://github.com/yufei-pan/Tee_Logger
14
+ Project-URL: TSVZ, https://github.com/yufei-pan/TSVZ
15
+ Project-URL: iotest, https://github.com/yufei-pan/simple-iotest
16
+ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
17
+ Classifier: Programming Language :: Python :: 3
18
+ Classifier: Operating System :: POSIX :: Linux
19
+ Requires-Python: >=3.6
20
+ Description-Content-Type: text/markdown
21
+ Requires-Dist: hpcp>=8.96
22
+ Requires-Dist: multicmd>=1.20
23
+ Requires-Dist: multissh3>=5.50
24
+ Requires-Dist: simple-iotest>=3.53
25
+ Requires-Dist: statbtrfs>=0.21
26
+ Requires-Dist: tee-logger>=6.20
27
+ Requires-Dist: tsvz>=3.11
28
+
29
+ # cas-toolbox
30
+
31
+ **Version:** `2025.7` (2025 wk 7)
32
+
33
+ Will update every monday if there is a code change.
34
+
35
+ Cluster Automation Scripts Toolbox -
36
+ - One stop ship for tool scripts for cluster automation operations in high performance computing.
37
+ - All single file script / libs for easy transportation
38
+ - Minimal dependencies for all scripts
39
+
40
+ ## Requirements
41
+ - Python >= 3.6
42
+ - argparse
43
+
44
+ ## Optional Python Libs
45
+ - curses
46
+ - python-dateutil
47
+ - xxhash
48
+ - resource
49
+ - prettytable
50
+ - ipaddress
51
+
52
+ ## Includes following single file libs
53
+ - hpcp.py
54
+ - multiCMD.py
55
+ - multiSSH3.py
56
+ - iotest.py (simple-iotest)
57
+ - statbtrfs.py
58
+ - Tee_Logger.py
59
+ - TSVZ.py
60
+
61
+ ## Installation
62
+ Use pip:
63
+ ```bash
64
+ pip install cas-toolbox
65
+ ```
66
+ Use pipx:
67
+ ```bash
68
+ pipx install cas-toolbox
69
+ ```
70
+ Use uv:
71
+ ```bash
72
+ uv tool install cas-toolbox
73
+ ```
74
+ Use uv to add as dependency:
75
+ ```bash
76
+ uv add cas-toolbox
77
+ ```
78
+
79
+ ## Commands provided:
80
+ - `hpcp`
81
+ - `mcmd` / `multicmd` / `multiCMD`
82
+ - `mssh` / `mssh3` / `multissh` / `multissh3` / `multiSSH3`
83
+ - `iotest`
84
+ - `statbtrfs`
85
+ - `TSVZ` / `tsvz`
86
+
87
+ All with `--help` / `-h` provided.
88
+
89
+ ## Author
90
+ - Yufei Pan (pan@zopyr.us)
91
+
92
+ ## License
93
+ GPL-3.0-or-later
94
+
95
+ ## Links
96
+ - [hpcp](https://github.com/yufei-pan/hpcp)
97
+ - [multiCMD](https://github.com/yufei-pan/multiCMD)
98
+ - [multiSSH3](https://github.com/yufei-pan/multiSSH3)
99
+ - [simple-iotest](https://github.com/yufei-pan/simple-iotest)
100
+ - [statbtrfs](https://github.com/yufei-pan/statbtrfs)
101
+ - [Tee_Logger](https://github.com/yufei-pan/Tee_Logger)
102
+ - [TSVZ](https://github.com/yufei-pan/TSVZ)
@@ -0,0 +1,74 @@
1
+ # cas-toolbox
2
+
3
+ **Version:** `2025.7` (2025 wk 7)
4
+
5
+ Will update every monday if there is a code change.
6
+
7
+ Cluster Automation Scripts Toolbox -
8
+ - One stop ship for tool scripts for cluster automation operations in high performance computing.
9
+ - All single file script / libs for easy transportation
10
+ - Minimal dependencies for all scripts
11
+
12
+ ## Requirements
13
+ - Python >= 3.6
14
+ - argparse
15
+
16
+ ## Optional Python Libs
17
+ - curses
18
+ - python-dateutil
19
+ - xxhash
20
+ - resource
21
+ - prettytable
22
+ - ipaddress
23
+
24
+ ## Includes following single file libs
25
+ - hpcp.py
26
+ - multiCMD.py
27
+ - multiSSH3.py
28
+ - iotest.py (simple-iotest)
29
+ - statbtrfs.py
30
+ - Tee_Logger.py
31
+ - TSVZ.py
32
+
33
+ ## Installation
34
+ Use pip:
35
+ ```bash
36
+ pip install cas-toolbox
37
+ ```
38
+ Use pipx:
39
+ ```bash
40
+ pipx install cas-toolbox
41
+ ```
42
+ Use uv:
43
+ ```bash
44
+ uv tool install cas-toolbox
45
+ ```
46
+ Use uv to add as dependency:
47
+ ```bash
48
+ uv add cas-toolbox
49
+ ```
50
+
51
+ ## Commands provided:
52
+ - `hpcp`
53
+ - `mcmd` / `multicmd` / `multiCMD`
54
+ - `mssh` / `mssh3` / `multissh` / `multissh3` / `multiSSH3`
55
+ - `iotest`
56
+ - `statbtrfs`
57
+ - `TSVZ` / `tsvz`
58
+
59
+ All with `--help` / `-h` provided.
60
+
61
+ ## Author
62
+ - Yufei Pan (pan@zopyr.us)
63
+
64
+ ## License
65
+ GPL-3.0-or-later
66
+
67
+ ## Links
68
+ - [hpcp](https://github.com/yufei-pan/hpcp)
69
+ - [multiCMD](https://github.com/yufei-pan/multiCMD)
70
+ - [multiSSH3](https://github.com/yufei-pan/multiSSH3)
71
+ - [simple-iotest](https://github.com/yufei-pan/simple-iotest)
72
+ - [statbtrfs](https://github.com/yufei-pan/statbtrfs)
73
+ - [Tee_Logger](https://github.com/yufei-pan/Tee_Logger)
74
+ - [TSVZ](https://github.com/yufei-pan/TSVZ)
@@ -0,0 +1,102 @@
1
+ Metadata-Version: 2.2
2
+ Name: cas-toolbox
3
+ Version: 2025.7
4
+ Summary: Cluster Automation Scripts Toolbox
5
+ Author-email: Yufei Pan <pan@zopyr.us>
6
+ License: GPL-3.0-or-later
7
+ Project-URL: Homepage, https://github.com/yufei-pan/cas-toolbox
8
+ Project-URL: hpcp, https://github.com/yufei-pan/hpcp
9
+ Project-URL: multiCMD, https://github.com/yufei-pan/multiCMD
10
+ Project-URL: multiSSH3, https://github.com/yufei-pan/multiSSH3
11
+ Project-URL: simple-iotest, https://github.com/yufei-pan/simple-iotest
12
+ Project-URL: statbtrfs, https://github.com/yufei-pan/statbtrfs
13
+ Project-URL: Tee_Logger, https://github.com/yufei-pan/Tee_Logger
14
+ Project-URL: TSVZ, https://github.com/yufei-pan/TSVZ
15
+ Project-URL: iotest, https://github.com/yufei-pan/simple-iotest
16
+ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
17
+ Classifier: Programming Language :: Python :: 3
18
+ Classifier: Operating System :: POSIX :: Linux
19
+ Requires-Python: >=3.6
20
+ Description-Content-Type: text/markdown
21
+ Requires-Dist: hpcp>=8.96
22
+ Requires-Dist: multicmd>=1.20
23
+ Requires-Dist: multissh3>=5.50
24
+ Requires-Dist: simple-iotest>=3.53
25
+ Requires-Dist: statbtrfs>=0.21
26
+ Requires-Dist: tee-logger>=6.20
27
+ Requires-Dist: tsvz>=3.11
28
+
29
+ # cas-toolbox
30
+
31
+ **Version:** `2025.7` (2025 wk 7)
32
+
33
+ Will update every monday if there is a code change.
34
+
35
+ Cluster Automation Scripts Toolbox -
36
+ - One stop ship for tool scripts for cluster automation operations in high performance computing.
37
+ - All single file script / libs for easy transportation
38
+ - Minimal dependencies for all scripts
39
+
40
+ ## Requirements
41
+ - Python >= 3.6
42
+ - argparse
43
+
44
+ ## Optional Python Libs
45
+ - curses
46
+ - python-dateutil
47
+ - xxhash
48
+ - resource
49
+ - prettytable
50
+ - ipaddress
51
+
52
+ ## Includes following single file libs
53
+ - hpcp.py
54
+ - multiCMD.py
55
+ - multiSSH3.py
56
+ - iotest.py (simple-iotest)
57
+ - statbtrfs.py
58
+ - Tee_Logger.py
59
+ - TSVZ.py
60
+
61
+ ## Installation
62
+ Use pip:
63
+ ```bash
64
+ pip install cas-toolbox
65
+ ```
66
+ Use pipx:
67
+ ```bash
68
+ pipx install cas-toolbox
69
+ ```
70
+ Use uv:
71
+ ```bash
72
+ uv tool install cas-toolbox
73
+ ```
74
+ Use uv to add as dependency:
75
+ ```bash
76
+ uv add cas-toolbox
77
+ ```
78
+
79
+ ## Commands provided:
80
+ - `hpcp`
81
+ - `mcmd` / `multicmd` / `multiCMD`
82
+ - `mssh` / `mssh3` / `multissh` / `multissh3` / `multiSSH3`
83
+ - `iotest`
84
+ - `statbtrfs`
85
+ - `TSVZ` / `tsvz`
86
+
87
+ All with `--help` / `-h` provided.
88
+
89
+ ## Author
90
+ - Yufei Pan (pan@zopyr.us)
91
+
92
+ ## License
93
+ GPL-3.0-or-later
94
+
95
+ ## Links
96
+ - [hpcp](https://github.com/yufei-pan/hpcp)
97
+ - [multiCMD](https://github.com/yufei-pan/multiCMD)
98
+ - [multiSSH3](https://github.com/yufei-pan/multiSSH3)
99
+ - [simple-iotest](https://github.com/yufei-pan/simple-iotest)
100
+ - [statbtrfs](https://github.com/yufei-pan/statbtrfs)
101
+ - [Tee_Logger](https://github.com/yufei-pan/Tee_Logger)
102
+ - [TSVZ](https://github.com/yufei-pan/TSVZ)
@@ -0,0 +1,8 @@
1
+ README.md
2
+ pyproject.toml
3
+ cas_toolbox.egg-info/PKG-INFO
4
+ cas_toolbox.egg-info/SOURCES.txt
5
+ cas_toolbox.egg-info/dependency_links.txt
6
+ cas_toolbox.egg-info/entry_points.txt
7
+ cas_toolbox.egg-info/requires.txt
8
+ cas_toolbox.egg-info/top_level.txt
@@ -0,0 +1,14 @@
1
+ [console_scripts]
2
+ TSVZ = TSVZ:__main__
3
+ hpcp = hpcp:main
4
+ iotest = iotest:climain
5
+ mcmd = multiCMD:main
6
+ mssh = multiSSH3:main
7
+ mssh3 = multiSSH3:main
8
+ multiCMD = multiCMD:main
9
+ multiSSH3 = multiSSH3:main
10
+ multicmd = multiCMD:main
11
+ multissh = multiSSH3:main
12
+ multissh3 = multiSSH3:main
13
+ statbtrfs = statbtrfs:main
14
+ tsvz = TSVZ:__main__
@@ -0,0 +1,7 @@
1
+ hpcp>=8.96
2
+ multicmd>=1.20
3
+ multissh3>=5.50
4
+ simple-iotest>=3.53
5
+ statbtrfs>=0.21
6
+ tee-logger>=6.20
7
+ tsvz>=3.11
@@ -0,0 +1,51 @@
1
+ [project]
2
+ name = "cas-toolbox"
3
+ version = "2025.7"
4
+ description = "Cluster Automation Scripts Toolbox"
5
+ readme = "README.md"
6
+ requires-python = ">=3.6"
7
+ dependencies = [
8
+ "hpcp>=8.96",
9
+ "multicmd>=1.20",
10
+ "multissh3>=5.50",
11
+ "simple-iotest>=3.53",
12
+ "statbtrfs>=0.21",
13
+ "tee-logger>=6.20",
14
+ "tsvz>=3.11",
15
+ ]
16
+ authors = [
17
+ { name = "Yufei Pan", email = "pan@zopyr.us" }
18
+ ]
19
+ classifiers = [
20
+ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
21
+ "Programming Language :: Python :: 3",
22
+ "Operating System :: POSIX :: Linux",
23
+ ]
24
+ license = {text = "GPL-3.0-or-later"}
25
+
26
+ [project.scripts]
27
+ hpcp = "hpcp:main"
28
+ mcmd = "multiCMD:main"
29
+ multicmd = "multiCMD:main"
30
+ multiCMD = "multiCMD:main"
31
+ mssh = "multiSSH3:main"
32
+ mssh3 = "multiSSH3:main"
33
+ multissh = "multiSSH3:main"
34
+ multissh3 = "multiSSH3:main"
35
+ multiSSH3 = "multiSSH3:main"
36
+ iotest = "iotest:climain"
37
+ statbtrfs = "statbtrfs:main"
38
+ TSVZ = "TSVZ:__main__"
39
+ tsvz = "TSVZ:__main__"
40
+
41
+
42
+ [project.urls]
43
+ 'Homepage' = "https://github.com/yufei-pan/cas-toolbox"
44
+ 'hpcp' = "https://github.com/yufei-pan/hpcp"
45
+ "multiCMD" = "https://github.com/yufei-pan/multiCMD"
46
+ "multiSSH3" = "https://github.com/yufei-pan/multiSSH3"
47
+ "simple-iotest" = "https://github.com/yufei-pan/simple-iotest"
48
+ "statbtrfs" = "https://github.com/yufei-pan/statbtrfs"
49
+ "Tee_Logger" = "https://github.com/yufei-pan/Tee_Logger"
50
+ "TSVZ" = "https://github.com/yufei-pan/TSVZ"
51
+ "iotest" = "https://github.com/yufei-pan/simple-iotest"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+