cas-toolbox 2025.52.1__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,109 @@
1
+ Metadata-Version: 2.4
2
+ Name: cas-toolbox
3
+ Version: 2025.52.1
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==9.42
22
+ Requires-Dist: multicmd==1.41
23
+ Requires-Dist: multissh3==6.09
24
+ Requires-Dist: simple-iotest==3.61.2
25
+ Requires-Dist: statbtrfs==0.26
26
+ Requires-Dist: tee-logger==6.37
27
+ Requires-Dist: tsvz==3.35
28
+ Requires-Dist: statblk==1.37
29
+
30
+ # cas-toolbox
31
+
32
+ **Version:** ex: `2025.7.2` -> (2025 wk 7 hotfix 2)
33
+
34
+ Will update every monday if there is a code change.
35
+
36
+ Cluster Automation Scripts Toolbox -
37
+ - One stop ship for tool scripts for cluster automation operations in high performance computing.
38
+ - All single file script / libs for easy transportation
39
+ - Minimal dependencies for all scripts
40
+
41
+ ## Requirements
42
+ - Python >= 3.6
43
+ - argparse
44
+
45
+ ## Optional Python Libs
46
+ - curses
47
+ - python-dateutil
48
+ - xxhash
49
+ - resource
50
+ - prettytable
51
+ - ipaddress
52
+ - numpy
53
+
54
+ ## Includes following single file libs
55
+ - hpcp.py
56
+ - multiCMD.py
57
+ - multiSSH3.py
58
+ - iotest.py (simple-iotest)
59
+ - statbtrfs.py
60
+ - Tee_Logger.py
61
+ - TSVZ.py
62
+ - statblk.py
63
+
64
+ ## Installation
65
+ Use pip:
66
+ ```bash
67
+ pip install cas-toolbox
68
+ ```
69
+ Use pipx:
70
+ ```bash
71
+ pipx install cas-toolbox
72
+ ```
73
+ Use uv:
74
+ ```bash
75
+ uv tool install --with numpy cas-toolbox
76
+ ```
77
+ Note: with numpy, iotest random number generator will perform much better. But it is not used anywhere else.
78
+
79
+ Use uv to add as dependency:
80
+ ```bash
81
+ uv add cas-toolbox
82
+ ```
83
+
84
+ ## Commands provided:
85
+ - `hpcp`
86
+ - `mcmd` / `multicmd` / `multiCMD`
87
+ - `mssh` / `mssh3` / `multissh` / `multissh3` / `multiSSH3`
88
+ - `iotest`
89
+ - `statbtrfs`
90
+ - `TSVZ` / `tsvz`
91
+ - `statblk`
92
+
93
+ All with `--help` / `-h` provided.
94
+
95
+ ## Author
96
+ - Yufei Pan (pan@zopyr.us)
97
+
98
+ ## License
99
+ GPL-3.0-or-later
100
+
101
+ ## Links
102
+ - [hpcp](https://github.com/yufei-pan/hpcp)
103
+ - [multiCMD](https://github.com/yufei-pan/multiCMD)
104
+ - [multiSSH3](https://github.com/yufei-pan/multiSSH3)
105
+ - [simple-iotest](https://github.com/yufei-pan/simple-iotest)
106
+ - [statbtrfs](https://github.com/yufei-pan/statbtrfs)
107
+ - [Tee_Logger](https://github.com/yufei-pan/Tee_Logger)
108
+ - [TSVZ](https://github.com/yufei-pan/TSVZ)
109
+ - [statblk](https://github.com/yufei-pan/statblk)
@@ -0,0 +1,5 @@
1
+ cas_toolbox-2025.52.1.dist-info/METADATA,sha256=o-0hfPBWDmwEzw9FLN6MsWUEOuPASn3ZPiNdXeayWso,2942
2
+ cas_toolbox-2025.52.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
3
+ cas_toolbox-2025.52.1.dist-info/entry_points.txt,sha256=uEjpJcPW-mFzju74O82iPRnZvKphjO4AUAeNyUxQ7jQ,347
4
+ cas_toolbox-2025.52.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ cas_toolbox-2025.52.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,15 @@
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
+ statblk = statblk:main
14
+ statbtrfs = statbtrfs:main
15
+ tsvz = TSVZ:__main__