Utilities for ssh (``paramiko``)
================================
The following modules are a collection of classes and functions
useful for efficiently interacting with local and remote hosts
using ssh.
- ``cmd`` - Execute commands either locally or remotely (with ssh).
- ``conn`` - SSH channel and socket connections with caching.
- ``host`` - A Host class for interacting with a host.
branch status:
.. image:: https://travis-ci.org/choppsv1/pysshutil.svg?branch=master
:target: https://travis-ci.org/choppsv1/pysshutil?branch=master
.. image:: https://coveralls.io/repos/choppsv1/pysshutil/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/choppsv1/pysshutil?branch=master
.. image:: https://readthedocs.org/projects/pysshutil/badge/?version=latest
:target: http://pysshutil.readthedocs.io/en/latest/
Raw data
{
"_id": null,
"home_page": "https://github.com/choppsv1/pysshutil/",
"name": "sshutil",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Christian Hopps",
"author_email": "chopps@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/94/f1/42d00bc0ca50486b8cfd95e0df8bd2bf530cad397f59db6c8e2550af8d9c/sshutil-1.5.0.tar.gz",
"platform": "",
"description": "Utilities for ssh (``paramiko``)\n================================\n\nThe following modules are a collection of classes and functions\nuseful for efficiently interacting with local and remote hosts\nusing ssh.\n\n- ``cmd`` - Execute commands either locally or remotely (with ssh).\n- ``conn`` - SSH channel and socket connections with caching.\n- ``host`` - A Host class for interacting with a host.\n\n\nbranch status:\n\n.. image:: https://travis-ci.org/choppsv1/pysshutil.svg?branch=master\n :target: https://travis-ci.org/choppsv1/pysshutil?branch=master\n\n.. image:: https://coveralls.io/repos/choppsv1/pysshutil/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/choppsv1/pysshutil?branch=master\n\n.. image:: https://readthedocs.org/projects/pysshutil/badge/?version=latest\n :target: http://pysshutil.readthedocs.io/en/latest/\n\n\n\n",
"bugtrack_url": null,
"license": "Apache-2",
"summary": "Python SSH Utility Library",
"version": "1.5.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "53ecb1e04c1b76b17799148743b5b662",
"sha256": "13e86e99da73ba94241ef0387e7a5fd2f6ad2c5c7a201dd09eaaa1e9db3550ac"
},
"downloads": -1,
"filename": "sshutil-1.5.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "53ecb1e04c1b76b17799148743b5b662",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 21152,
"upload_time": "2018-09-29T10:51:57",
"upload_time_iso_8601": "2018-09-29T10:51:57.724715Z",
"url": "https://files.pythonhosted.org/packages/07/bf/eacada8abe4235a42a4c742acdf636c0a47b8257cdb2d1f01ec220cfa2f5/sshutil-1.5.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "8c189d267514c87a1b63f9fa58b56645",
"sha256": "3daade59b3401b4c9be442f198997ecef2d42bcef8a83888031c73b7f2bbb1e6"
},
"downloads": -1,
"filename": "sshutil-1.5.0.tar.gz",
"has_sig": false,
"md5_digest": "8c189d267514c87a1b63f9fa58b56645",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 32514,
"upload_time": "2018-09-29T10:51:59",
"upload_time_iso_8601": "2018-09-29T10:51:59.640675Z",
"url": "https://files.pythonhosted.org/packages/94/f1/42d00bc0ca50486b8cfd95e0df8bd2bf530cad397f59db6c8e2550af8d9c/sshutil-1.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2018-09-29 10:51:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "choppsv1",
"github_project": "pysshutil",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "paramiko",
"specs": [
[
">=",
"1.10.1"
]
]
}
],
"test_requirements": [],
"tox": true,
"lcname": "sshutil"
}