ssh-terminal-manager


Namessh-terminal-manager JSON
Version 1.1.6 PyPI version JSON
download
home_pageNone
SummaryUse terminal commands to control and monitor remote devices
upload_time2024-12-17 14:53:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords ssh terminal console shell bash cmd power shell commands command line
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SSH Terminal Manager

## Initialize

```python
from ssh_terminal_manager import SSHManager

manager = SSHManager("192.168.0.123", username="user", password="1234")

await manager.async_update_state(raise_errors=True)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ssh-terminal-manager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "ssh, terminal, console, shell, bash, cmd, power shell, commands, command line",
    "author": null,
    "author_email": "zhbjsh <zhbjsh@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/f2/61/b456cce132067d7677406be467bf97a556141ac66641640bb0685ed34d83/ssh_terminal_manager-1.1.6.tar.gz",
    "platform": null,
    "description": "# SSH Terminal Manager\n\n## Initialize\n\n```python\nfrom ssh_terminal_manager import SSHManager\n\nmanager = SSHManager(\"192.168.0.123\", username=\"user\", password=\"1234\")\n\nawait manager.async_update_state(raise_errors=True)\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Use terminal commands to control and monitor remote devices",
    "version": "1.1.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/zhbjsh/ssh-terminal-manager/issues",
        "Homepage": "https://github.com/zhbjsh/ssh-terminal-manager"
    },
    "split_keywords": [
        "ssh",
        " terminal",
        " console",
        " shell",
        " bash",
        " cmd",
        " power shell",
        " commands",
        " command line"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a1d12f0494cd5347ecc08d9e774b6eb069f04c152fcc6efbda1eb67c4fffdf2",
                "md5": "43eb846fc868992a7f8dfff92ecea65b",
                "sha256": "fbd9ffd9a6182646f7d5d57b2f2ea6d538cb65867d61d3e268b8a04fa092ae23"
            },
            "downloads": -1,
            "filename": "ssh_terminal_manager-1.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "43eb846fc868992a7f8dfff92ecea65b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 8721,
            "upload_time": "2024-12-17T14:53:02",
            "upload_time_iso_8601": "2024-12-17T14:53:02.821043Z",
            "url": "https://files.pythonhosted.org/packages/6a/1d/12f0494cd5347ecc08d9e774b6eb069f04c152fcc6efbda1eb67c4fffdf2/ssh_terminal_manager-1.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f261b456cce132067d7677406be467bf97a556141ac66641640bb0685ed34d83",
                "md5": "2081caeee9c95e9c29ece719871b028d",
                "sha256": "7ba8ab49e208dfd7773a0fc4f3d14c96b4b31f4e161df9db6eaa327a13a0d3d1"
            },
            "downloads": -1,
            "filename": "ssh_terminal_manager-1.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "2081caeee9c95e9c29ece719871b028d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 7792,
            "upload_time": "2024-12-17T14:53:03",
            "upload_time_iso_8601": "2024-12-17T14:53:03.979188Z",
            "url": "https://files.pythonhosted.org/packages/f2/61/b456cce132067d7677406be467bf97a556141ac66641640bb0685ed34d83/ssh_terminal_manager-1.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-17 14:53:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zhbjsh",
    "github_project": "ssh-terminal-manager",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ssh-terminal-manager"
}
        
Elapsed time: 0.42684s