terminal-manager


Nameterminal-manager JSON
Version 1.0.7 PyPI version JSON
download
home_pageNone
SummaryUse terminal commands to control and monitor devices
upload_time2024-12-09 08:00:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
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": null,
    "name": "terminal-manager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "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/f4/cc/9b19a679280e763518f0e88ea19b273125287e771f8900e8054cd70437f3/terminal_manager-1.0.7.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": null,
    "summary": "Use terminal commands to control and monitor devices",
    "version": "1.0.7",
    "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": "0fcd4f27610ca5114770fc2af2a04e4cd9bc21eb74f46b8c6627649c3cc5a63c",
                "md5": "2534f7f5cc252b8ea5cd0e964c0d79bf",
                "sha256": "23eaef8c5f2fe05ea2ebe5063c7d7f932083a8233b420fd7887c12aa12c855d9"
            },
            "downloads": -1,
            "filename": "terminal_manager-1.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2534f7f5cc252b8ea5cd0e964c0d79bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 17333,
            "upload_time": "2024-12-09T08:00:08",
            "upload_time_iso_8601": "2024-12-09T08:00:08.096925Z",
            "url": "https://files.pythonhosted.org/packages/0f/cd/4f27610ca5114770fc2af2a04e4cd9bc21eb74f46b8c6627649c3cc5a63c/terminal_manager-1.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4cc9b19a679280e763518f0e88ea19b273125287e771f8900e8054cd70437f3",
                "md5": "1037a8f02e02ff5e1e60d63a4d557622",
                "sha256": "7a524d72ad8fc089f242a11663d1059550c6f09d4c020cda41eaf1a90650a0b2"
            },
            "downloads": -1,
            "filename": "terminal_manager-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "1037a8f02e02ff5e1e60d63a4d557622",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 13453,
            "upload_time": "2024-12-09T08:00:12",
            "upload_time_iso_8601": "2024-12-09T08:00:12.557461Z",
            "url": "https://files.pythonhosted.org/packages/f4/cc/9b19a679280e763518f0e88ea19b273125287e771f8900e8054cd70437f3/terminal_manager-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-09 08:00:12",
    "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.46552s