slurmui


Nameslurmui JSON
Version 0.3.0.4 PyPI version JSON
download
home_pagehttps://github.com/SirWyver/slurmui
SummaryTerminal UI for Slurm
upload_time2023-04-21 08:46:42
maintainer
docs_urlNone
authorNorman Müller
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SlurmUI
Simple terminal UI for slurm

## Usage
```
pip install slurmui
```
To start, use type `slurmui`

## Control
| Shortcut | Description               |
|----------|---------------------------|
|d | delete job (Confirm with <<Enter>>) |
|l | display log|
|g | display gpus |
|r | refresh |
|s | sort by column |
|q / <Escape> | Abort|
|Arrow keys | cursor up/down |
|<Ctrl+C> | Quit |

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SirWyver/slurmui",
    "name": "slurmui",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Norman M\u00fcller",
    "author_email": "norman.mueller@tum.de",
    "download_url": "",
    "platform": null,
    "description": "# SlurmUI\nSimple terminal UI for slurm\n\n## Usage\n```\npip install slurmui\n```\nTo start, use type `slurmui`\n\n## Control\n| Shortcut | Description               |\n|----------|---------------------------|\n|d | delete job (Confirm with <<Enter>>) |\n|l | display log|\n|g | display gpus |\n|r | refresh |\n|s | sort by column |\n|q / <Escape> | Abort|\n|Arrow keys | cursor up/down |\n|<Ctrl+C> | Quit |\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Terminal UI for Slurm",
    "version": "0.3.0.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a89a1d8c23d62137b411cc432af7a929be8cb3329a677822feea83ee83376484",
                "md5": "bd754868e47039fb32b30e92a22a35a6",
                "sha256": "409ff1fa3320e53fa33b8ab0dc22e288ce94531cf9d20358282b4a08f9177ed8"
            },
            "downloads": -1,
            "filename": "slurmui-0.3.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bd754868e47039fb32b30e92a22a35a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6711,
            "upload_time": "2023-04-21T08:46:42",
            "upload_time_iso_8601": "2023-04-21T08:46:42.883882Z",
            "url": "https://files.pythonhosted.org/packages/a8/9a/1d8c23d62137b411cc432af7a929be8cb3329a677822feea83ee83376484/slurmui-0.3.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-21 08:46:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "SirWyver",
    "github_project": "slurmui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "slurmui"
}
        
Elapsed time: 0.14372s