Metadata-Version: 2.1
Name: tobe
Version: 0.4.1
Summary: A small ssh display tool
Home-page: https://github.com/PoplarYang/tobe
Author: PoplarYang
Author-email: echohiyang@foxmail.com
License: UNKNOWN
Description: # A light-weight ssh tool to connect server
        
        It's only a small tool.
        
        ## Principle
        Read configration from `$HOME/.ssh/config`.
        
        ## Installation
        > python2 need to choose version below 0.1.2, version above 0.2.0 only supports python3.
        
        ```python
        pip install tobe
        ```
        
        ```python
        python3 -m pip install tobe -i https://pypi.python.org/simple
        ```
        
        ## Usages
        ![](https://gitee.com/echohiyang/markdown-images/raw/master/kLYEjD.jpg)
        
Keywords: ssh linux
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.4
Description-Content-Type: text/markdown
