shell-ssh-client


Nameshell-ssh-client JSON
Version 0.0.1 PyPI version JSON
download
home_page
Summaryssh shell demo on python
upload_time2023-08-22 14:37:18
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords ssh project
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### ssh client
- install:

pip3 install ssh_client

- run shell:

python3 -m shell_ssh_client [ip_address] [uname] [password/path_to_key_file] [workdir_on_pc]

shell_ssh_client [ip_address] [uname] [password/path_to_key_file] [workdir_on_pc]

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "shell-ssh-client",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "ssh,project",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ba/3d/43f9a213bfba477813ce591225e7fc9a4c86e799e23755f8dd1b69a46c8d/shell_ssh_client-0.0.1.tar.gz",
    "platform": null,
    "description": "### ssh client\n- install:\n\npip3 install ssh_client\n\n- run shell:\n\npython3 -m shell_ssh_client [ip_address] [uname] [password/path_to_key_file] [workdir_on_pc]\n\nshell_ssh_client [ip_address] [uname] [password/path_to_key_file] [workdir_on_pc]\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "ssh shell demo on python",
    "version": "0.0.1",
    "project_urls": {
        "Changes": "https://github.com/Yulai202020/ssh-python",
        "Documentation": "https://github.com/Yulai202020/ssh-python",
        "Homepage": "https://github.com/Yulai202020/ssh-python"
    },
    "split_keywords": [
        "ssh",
        "project"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "438fc8967ecf0d7806db3e96a3e89de985d740f71bfabe8e84387e394b578480",
                "md5": "1d58a8895f2ac53906d7abd64c0d1605",
                "sha256": "9465adb596744087d84cf83e1c0e1de995530b2775c3efb388b1762177691485"
            },
            "downloads": -1,
            "filename": "shell_ssh_client-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1d58a8895f2ac53906d7abd64c0d1605",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4229,
            "upload_time": "2023-08-22T14:37:16",
            "upload_time_iso_8601": "2023-08-22T14:37:16.913908Z",
            "url": "https://files.pythonhosted.org/packages/43/8f/c8967ecf0d7806db3e96a3e89de985d740f71bfabe8e84387e394b578480/shell_ssh_client-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba3d43f9a213bfba477813ce591225e7fc9a4c86e799e23755f8dd1b69a46c8d",
                "md5": "2359cb76dcd9cdd0e5e7422d8241e062",
                "sha256": "263cd6186f79a0b49c658728c3856ee5a33eb51953f006e8421734283f49d97a"
            },
            "downloads": -1,
            "filename": "shell_ssh_client-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2359cb76dcd9cdd0e5e7422d8241e062",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3154,
            "upload_time": "2023-08-22T14:37:18",
            "upload_time_iso_8601": "2023-08-22T14:37:18.662153Z",
            "url": "https://files.pythonhosted.org/packages/ba/3d/43f9a213bfba477813ce591225e7fc9a4c86e799e23755f8dd1b69a46c8d/shell_ssh_client-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-22 14:37:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Yulai202020",
    "github_project": "ssh-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "shell-ssh-client"
}
        
Elapsed time: 0.28710s