Metadata-Version: 1.1
Name: multiJump
Version: 0.0.5
Summary: multiple Jump IP do something
Home-page: https://github.com/seqyuan/multiJump/wiki
Author: seqyuan
Author-email: seqyuan@gmail.com
License: MIT
Download-URL: https://codeload.github.com/seqyuan/multiJump/zip/master
Description: pypi
        >>>>>>>>>
        
        https://pypi.org/project/multiJump/
        
        wiki
        >>>>>>>>>
        
        https://github.com/seqyuan/multiJump/wiki
        
        Install multiJump
        >>>>>>>>>
        ::
        pip3 install multiJump
        
        ### class
        >>>>>>>>>
        
        ::
        calss jump_exe_cmd(mid_host_ip = None, mid_port=22, mid_username=None, mid_password=None, mid_connect_timeout=60 , cmd_mid = None, end_host_ip = None, end_port = None, cmd_end_to_exe = None, end_host_user = None)
        
        The jump_exe_cmd class
        
        The jump_exe_cmd provides a methods intended for jump to mid IP rum cmd, and then jump to the end IP from mid IP rum cmd.
        
        ::
        __init__(mid_host_ip = None, mid_port=22, mid_username=None, mid_password=None, mid_connect_timeout=60 , cmd_mid = None, end_host_ip = None, end_port = None, cmd_end_to_exe = None, end_host_user = None)
        
        Create an object.
        
        **Parameters:** 
        
        | **mid_host_ip** – mid_host_ip
        | **mid_port** – mid_port
        | **mid_username** – mid_username
        | **mid_password** – mid_password
        | **mid_connect_timeout** – mid_connect_timeout
        | **cmd_mid** – cmd_mid
        | **end_host_ip** – end_host_ip
        | **end_port** – end_port
        | **cmd_end_to_exe** – cmd_end_to_exe
        | **end_host_user** – end_host_user
                        
        ::
        exe_cmd()
        
        Connect the multiple IP then run mid and end command.
        
        
Platform: UNKNOWN
