hostz


Namehostz JSON
Version 0.16 PyPI version JSON
download
home_pagehttps://github.com/hanzhichao/hostz
SummaryEasy use for operate remote host via ssh
upload_time2023-02-09 11:45:49
maintainer
docs_urlNone
authorHan Zhichao
requires_python
licenseMIT license
keywords hostz ssh sftp ssh client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hostz

Easy use for operate remote host via ssh

## Feature

## Install
```
pip install hostz
```

## Simple Use

```
from hostz import Host
host = Host('192.168.1.184', password='***', workspace='/tmp/')
print(host.execute('echo hello'))
```

## Todo


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hanzhichao/hostz",
    "name": "hostz",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "hostz,ssh,sftp,ssh client",
    "author": "Han Zhichao",
    "author_email": "superhin@126.com",
    "download_url": "",
    "platform": null,
    "description": "# hostz\n\nEasy use for operate remote host via ssh\n\n## Feature\n\n## Install\n```\npip install hostz\n```\n\n## Simple Use\n\n```\nfrom hostz import Host\nhost = Host('192.168.1.184', password='***', workspace='/tmp/')\nprint(host.execute('echo hello'))\n```\n\n## Todo\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Easy use for operate remote host via ssh",
    "version": "0.16",
    "split_keywords": [
        "hostz",
        "ssh",
        "sftp",
        "ssh client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae25c0ae3451d1239afdf918912a2eae8dc0cb361f297cbb9c3350fc705dfca3",
                "md5": "7a90d180601120c5070fddf37171cbe4",
                "sha256": "00f453f3e4b5a54665061586d29eaced8e16f94eeed20c3958c12caa6ae7e9c0"
            },
            "downloads": -1,
            "filename": "hostz-0.16-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a90d180601120c5070fddf37171cbe4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9979,
            "upload_time": "2023-02-09T11:45:49",
            "upload_time_iso_8601": "2023-02-09T11:45:49.518215Z",
            "url": "https://files.pythonhosted.org/packages/ae/25/c0ae3451d1239afdf918912a2eae8dc0cb361f297cbb9c3350fc705dfca3/hostz-0.16-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-09 11:45:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hanzhichao",
    "github_project": "hostz",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "hostz"
}
        
Elapsed time: 0.06379s