terminal-manager


Nameterminal-manager JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryUse terminal commands to control and monitor devices
upload_time2023-08-23 07:26:03
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords 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.
            # Terminal Manager

## Initialize

```python
from terminal_manager import Manager

manager = Manager()
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "terminal-manager",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "terminal,console,shell,bash,cmd,power shell,commands,command line",
    "author": "",
    "author_email": "zhbjsh <zhbjsh@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/23/22/eedcb09702c460ce56be781ff299b98a17db21d9aa21cc9be021c866852c/terminal_manager-1.0.0.tar.gz",
    "platform": null,
    "description": "# Terminal Manager\n\n## Initialize\n\n```python\nfrom terminal_manager import Manager\n\nmanager = Manager()\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Use terminal commands to control and monitor devices",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/zhbjsh/terminal-manager/issues",
        "Homepage": "https://github.com/zhbjsh/terminal-manager"
    },
    "split_keywords": [
        "terminal",
        "console",
        "shell",
        "bash",
        "cmd",
        "power shell",
        "commands",
        "command line"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a349be42c1713e5ef63020c802f30049f0470d6441c6b2eec64f02d1a5307092",
                "md5": "a3542f5f43210aafbccbe6192c9efef9",
                "sha256": "fa7eb6719d29db2a07bdcb8f804402ad4712df525c8d48588e0b3b10c854e76a"
            },
            "downloads": -1,
            "filename": "terminal_manager-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a3542f5f43210aafbccbe6192c9efef9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 16162,
            "upload_time": "2023-08-23T07:26:01",
            "upload_time_iso_8601": "2023-08-23T07:26:01.921399Z",
            "url": "https://files.pythonhosted.org/packages/a3/49/be42c1713e5ef63020c802f30049f0470d6441c6b2eec64f02d1a5307092/terminal_manager-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2322eedcb09702c460ce56be781ff299b98a17db21d9aa21cc9be021c866852c",
                "md5": "f7bf9f622b4f12680e15523410c71cc6",
                "sha256": "ae92e149ecd39c0901169ec1937e966b4c515c908a7b9c37b265f87016669b2b"
            },
            "downloads": -1,
            "filename": "terminal_manager-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f7bf9f622b4f12680e15523410c71cc6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 12330,
            "upload_time": "2023-08-23T07:26:03",
            "upload_time_iso_8601": "2023-08-23T07:26:03.965192Z",
            "url": "https://files.pythonhosted.org/packages/23/22/eedcb09702c460ce56be781ff299b98a17db21d9aa21cc9be021c866852c/terminal_manager-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-23 07:26:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zhbjsh",
    "github_project": "terminal-manager",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "terminal-manager"
}
        
Elapsed time: 0.10913s