cas-toolbox 2025.7__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,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,5 @@
1
+ cas_toolbox-2025.7.dist-info/METADATA,sha256=E7XOPrkVI7_Mf3yLOzK_P9tZWZlp0mciV-TMXNevW0I,2686
2
+ cas_toolbox-2025.7.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
3
+ cas_toolbox-2025.7.dist-info/entry_points.txt,sha256=CkVSaF1A68-z_f4TsS5DFlkaMWPeUZmbYGDXUYrFuw8,324
4
+ cas_toolbox-2025.7.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ cas_toolbox-2025.7.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.8.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -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 @@
1
+