parallel-ssh 2.11.1__py3-none-any.whl → 2.13.0__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.
@@ -1,23 +1,22 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: parallel-ssh
3
- Version: 2.11.1
3
+ Version: 2.13.0
4
4
  Summary: Asynchronous parallel SSH library
5
5
  Home-page: https://github.com/ParallelSSH/parallel-ssh
6
6
  Author: Panos Kittenis
7
7
  Author-email: zuboci@yandex.com
8
8
  License: LGPLv2.1
9
- Platform: UNKNOWN
10
9
  Classifier: Development Status :: 5 - Production/Stable
11
10
  Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
12
11
  Classifier: Intended Audience :: Developers
13
12
  Classifier: Operating System :: OS Independent
14
13
  Classifier: Programming Language :: Python
15
14
  Classifier: Programming Language :: Python :: 3
16
- Classifier: Programming Language :: Python :: 3.6
17
- Classifier: Programming Language :: Python :: 3.7
18
15
  Classifier: Programming Language :: Python :: 3.8
19
16
  Classifier: Programming Language :: Python :: 3.9
20
17
  Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
21
20
  Classifier: Topic :: System :: Networking
22
21
  Classifier: Topic :: Software Development :: Libraries
23
22
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
@@ -28,7 +27,7 @@ Classifier: Operating System :: MacOS :: MacOS X
28
27
  License-File: LICENSE
29
28
  License-File: COPYING
30
29
  License-File: COPYING.LESSER
31
- Requires-Dist: gevent (>=1.3.0)
30
+ Requires-Dist: gevent
32
31
  Requires-Dist: ssh2-python
33
32
  Requires-Dist: ssh-python
34
33
 
@@ -59,6 +58,7 @@ Native code based clients with extremely high performance, making use of C libra
59
58
  :alt: Latest documentation
60
59
 
61
60
  .. _`read the docs`: https://parallel-ssh.readthedocs.org/en/latest/
61
+ .. _`SFTP and SCP documentation`: https://parallel-ssh.readthedocs.io/en/latest/advanced.html#sftp-scp
62
62
 
63
63
  ************
64
64
  Installation
@@ -273,7 +273,7 @@ To copy a local file to remote hosts in parallel with SCP:
273
273
  cmds = client.scp_send('../test', 'test_dir/test')
274
274
  joinall(cmds, raise_error=True)
275
275
 
276
- See `SFTP and SCP documentation <https://parallel-ssh.readthedocs.io/en/latest/advanced.html#sftp-scp>`_ for more examples.
276
+ See `SFTP and SCP documentation`_ for more examples.
277
277
 
278
278
 
279
279
  *****
@@ -309,10 +309,4 @@ In addition, per-host configurable file name functionality is provided for both
309
309
 
310
310
  Directory recursion is supported in both cases via the ``recurse`` parameter - defaults to off.
311
311
 
312
- See `SFTP and SCP documentation <https://parallel-ssh.readthedocs.io/en/latest/advanced.html#sftp-scp>`_ for more examples.
313
-
314
-
315
- .. image:: https://ga-beacon.appspot.com/UA-9132694-7/parallel-ssh/README.rst?pixel
316
- :target: https://github.com/igrigorik/ga-beacon
317
-
318
-
312
+ See `SFTP and SCP documentation`_ for more examples.
@@ -0,0 +1,27 @@
1
+ pssh/__init__.py,sha256=W7jdMnEJJfpd3LbTxdzOkjvspMs6VIHyZ0FH-eJGuOU,1444
2
+ pssh/_version.py,sha256=ORfZeFepHteZV6a-ErdSrZvIosQNSSEdGlc5mCrLh0Q,24494
3
+ pssh/config.py,sha256=xM0zRWY0Noig273Ki32pTw5U9ybV_NEBEUKGTX9Pp1c,10050
4
+ pssh/constants.py,sha256=toVllZuLBKxLYB8fuY_46UoPjmAA3J59oH1wS4OlL7g,1056
5
+ pssh/exceptions.py,sha256=ZjnrT_Ye1v4OH582jNwYUCkI4NVgujCWwu8aB8XymUM,2561
6
+ pssh/output.py,sha256=0pkyaUxTY4Oi36GYbGTNvPbxZRA2qC0aeXYoq9XXuR8,4665
7
+ pssh/utils.py,sha256=qdsVnKGxZovWGZpGS3eUyrfCaeWTKX7yETfA29zbLMk,1802
8
+ pssh/clients/__init__.py,sha256=QzNb1FcbjQyxEPtRbog-ZOidMRu0zA718PkRz21SMmQ,836
9
+ pssh/clients/common.py,sha256=fd_jJj8ezDjwr3peN3LonLff5EYSNkMEre0yjlnRjBU,1375
10
+ pssh/clients/reader.py,sha256=9boQMv9xUBGLY53OybJmWvfa6qsA6mudfdfXk4sF2Oc,3092
11
+ pssh/clients/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ pssh/clients/base/parallel.py,sha256=cNirNYL0tGw3usWD7XMm0BWVbT_9PNrUjjEOxHLREhw,25010
13
+ pssh/clients/base/single.py,sha256=9MxJwz6eq8UY2mBksDIyg7YZyRkmO2yAQle4Y2jSJjA,26132
14
+ pssh/clients/native/__init__.py,sha256=dydX5Fae9U9gRBT8koPTM8H9u4t0rIgD1q9XammFYSs,865
15
+ pssh/clients/native/parallel.py,sha256=AjOJoLdhyyUKWp4Leda08cXC-SsyT16XK4PExiOl3-c,24119
16
+ pssh/clients/native/single.py,sha256=zXbMzYxY7_hkVOS2b2tHujqHq4iFWYgXV4KIL2MVFz8,32118
17
+ pssh/clients/native/tunnel.py,sha256=294UpCYOYlhI9sgoZNvjxr5I199GNOmHevz1lbNVjQI,9309
18
+ pssh/clients/ssh/__init__.py,sha256=HgYZkVJ5QOgaVFp5snwyLZvQbp0Tbdxj8Gbyic2_Ibo,857
19
+ pssh/clients/ssh/parallel.py,sha256=2X47tgPklubHbb7RjUk75IZjidbbOdJq3VstH3KU6KM,11397
20
+ pssh/clients/ssh/single.py,sha256=oSolU4_D-38rkT1eRqOl33js0CmR727tn9wj9T5qXmI,13617
21
+ parallel_ssh-2.13.0.dist-info/COPYING,sha256=ZA2Q9u5AEkH_YoNNDRsz-DBJ6ZuL_foE7RsKFjXd4-c,18093
22
+ parallel_ssh-2.13.0.dist-info/COPYING.LESSER,sha256=AKibDRiqzUEU3s95Ei24e_Nb3a8rxQ44PJyfTCYzkLI,24486
23
+ parallel_ssh-2.13.0.dist-info/LICENSE,sha256=m4cqigcLitMpxL04D7G_AAD1ZMdQI-yOHmgD8VNkuek,26461
24
+ parallel_ssh-2.13.0.dist-info/METADATA,sha256=W1GHoeJx-l4YwoL5TyWjAlHIwP4VlmAuMrNgu4XfY0Y,10730
25
+ parallel_ssh-2.13.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
26
+ parallel_ssh-2.13.0.dist-info/top_level.txt,sha256=s8P6ZHOwt2BYgDc62Cpd2z7i-rebGzIhhnO09pger0U,5
27
+ parallel_ssh-2.13.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.37.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
pssh/__init__.py CHANGED
@@ -29,9 +29,9 @@ for class documentation.
29
29
 
30
30
 
31
31
  from logging import getLogger, NullHandler
32
- from ._version import get_versions
33
- __version__ = get_versions()['version']
34
- del get_versions
32
+ from . import _version
33
+ __version__ = _version.get_versions()['version']
34
+ del _version
35
35
 
36
36
  host_logger = getLogger('pssh.host_logger')
37
37
  logger = getLogger('pssh')