Metadata-Version: 2.1
Name: pypdsh
Version: 0.1.6
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 your 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

`-g LOCALPATH, --get=LOCALPATH` -- 
get file from remote 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)

`--log-level=LOG_LEVEL` -- 
log level: INFO or ERROR

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


