Metadata-Version: 2.1
Name: pypdsh
Version: 0.1.1
Summary: pdsh in python
Home-page: UNKNOWN
Author: Guo Tengda
Author-email: ttguotengda@foxmail.com
License: MIT
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Testing
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Description-Content-Type: text/markdown
Requires-Dist: paramiko (>=2.4.1)

# pypdsh
PDSH in Python version.
## How to Use It?
Open Console, type `pypdsh -h`, you will see some parameters
>-h, --help
>>show this help message and exit

>-i IP, --ip=IP
>>single ip or ip in format '192.168.1.[1-10,16,19,30-40]'

>-I IP, --IP=IP
>>ip(s) in CSV file: ip | username | password

>-c COMMAND, --command=COMMAND
>>single command or command in TXT file

>-f FILE, --file=FILE
>>file to transmit to each host

>-d DESTINATION, --destination=DESTINATION
>>destination path of each host, and this path must be existing in host(s)

>-p PASSWORD, --password=PASSWORD
>>password of host(s)

>-u USERNAME, --username=USERNAME
>>username of host(s)

>-v, -V, --version
>>show version number of pypdsh and exit


