@@ -11,7 +11,7 @@ remote shell facilities already installed on your systems, like SSH.
1111
1212ClusterShell's primary goal is to improve the administration of high-
1313performance clusters by providing a lightweight but scalable Python API for
14- developers. It also provides clush, clubak and nodeset, three convenient
14+ developers. It also provides clush, clubak and cluset/ nodeset, convenient
1515command-line tools that allow traditional shell scripts to benefit from some
1616of the library features.
1717
@@ -20,7 +20,7 @@ Requirements
2020
2121 * GNU/Linux, BSD, Mac OS X
2222 * OpenSSH (ssh/scp) or rsh
23- * Python 2.x (x >= 6)
23+ * Python 2.x (x >= 6) or Python 3.x (x >= 4)
2424 * PyYAML (optional)
2525
2626License
@@ -49,7 +49,7 @@ For local library API documentation, just type:
4949
5050The following man pages are also provided:
5151
52- clush(1), clubak(1), nodeset(1), clush.conl (5), groups.conf(5)
52+ clush(1), clubak(1), nodeset(1), clush.conf (5), groups.conf(5)
5353
5454Test Suite
5555----------
@@ -64,8 +64,8 @@ You have to allow 'ssh localhost' and 'ssh $HOSTNAME' without any warnings for
6464"remote" tests to run as expected. $HOSTNAME should not be 127.0.0.1 nor ::1.
6565Also some tests use the 'bc' command.
6666
67- ClusterShell interactively
68- --------------------------
67+ Python code (simple example)
68+ ----------------------------
6969
7070``` python
7171>> > from ClusterShell.Task import task_self
8686
8787Web site:
8888
89- http://clustershell.sourceforge.net
90- or http://cea-hpc.github.com/clustershell/
89+ http://cea-hpc.github.com/clustershell/
9190
9291Online documentation:
9392
@@ -105,17 +104,15 @@ Github Issue tracking system:
105104
106105 https://github.com/cea-hpc/clustershell/issues
107106
108- Sourceforge.net project page :
107+ Python Package Index (PyPI) links :
109108
110- http://sourceforge.net/projects/clustershell
111-
112- Python Package Index (PyPI) link:
109+ https://pypi.org/project/ClusterShell/
113110
114111 http://pypi.python.org/pypi/ClusterShell
115112
116113ClusterShell was born along with Shine, a scalable Lustre FS admin tool:
117114
118- http ://lustre- shine.sourceforge.net
115+ https ://github.com/cea-hpc/ shine
119116
120117Core developers/reviewers
121118-------------------------
0 commit comments