rgagui


Namergagui JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryGUI Interface for RGA Instruments and Tasks
upload_time2022-12-03 00:37:51
maintainer
docs_urlNone
authorChulhoon Kim
requires_python
licenseGPLv3
keywords instrument control data acquisition data visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rgagui

**rgagui** is a Python application that provides a graphic user interface 
(GUI) environment to manage a suite of tasks that interact with instruments. 

A user can write a task as a simple Python script and run the task 
by adding it to a ".taskconfig" configuration file, 
and manage a task suite as a separate package, without 
modification of the **rgagui** code.

A task uses pre-defined interfaces to interact with **rgagui** for user input, 
text output, real-time matplotlib plots, along with a remote command terminal 
to controls instruments.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "rgagui",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "instrument control,data acquisition,data visualization",
    "author": "Chulhoon Kim",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b9/e8/68d8d7f559277b7de9b99d05629e250ef5624958a19a7eab501543f56cfd/rgagui-0.1.2.tar.gz",
    "platform": null,
    "description": "# rgagui\r\n\r\n**rgagui** is a Python application that provides a graphic user interface \r\n(GUI) environment to manage a suite of tasks that interact with instruments. \r\n\r\nA user can write a task as a simple Python script and run the task \r\nby adding it to a \".taskconfig\" configuration file, \r\nand manage a task suite as a separate package, without \r\nmodification of the **rgagui** code.\r\n\r\nA task uses pre-defined interfaces to interact with **rgagui** for user input, \r\ntext output, real-time matplotlib plots, along with a remote command terminal \r\nto controls instruments.\r\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "GUI Interface for RGA Instruments and Tasks",
    "version": "0.1.2",
    "split_keywords": [
        "instrument control",
        "data acquisition",
        "data visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "65cb07630f76b7e58c75dafcedac346d",
                "sha256": "8f443ebfd638c6300f680b79ab8122ee87c4e5302923e7cb2595af762ddab4be"
            },
            "downloads": -1,
            "filename": "rgagui-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "65cb07630f76b7e58c75dafcedac346d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 90026,
            "upload_time": "2022-12-03T00:37:49",
            "upload_time_iso_8601": "2022-12-03T00:37:49.678913Z",
            "url": "https://files.pythonhosted.org/packages/ae/fe/84bee7a21054a0f1e3b0c553530efe041665df90a6114a5ac33bdee658a2/rgagui-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "5be542d3a62ad1c14686a92470f3ac54",
                "sha256": "db0f789fc0c86cfb7600da036f265fc971e6a3dbcfe96411d383e6d86ed4d099"
            },
            "downloads": -1,
            "filename": "rgagui-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5be542d3a62ad1c14686a92470f3ac54",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 82527,
            "upload_time": "2022-12-03T00:37:51",
            "upload_time_iso_8601": "2022-12-03T00:37:51.432559Z",
            "url": "https://files.pythonhosted.org/packages/b9/e8/68d8d7f559277b7de9b99d05629e250ef5624958a19a7eab501543f56cfd/rgagui-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-03 00:37:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "rgagui"
}
        
Elapsed time: 0.01985s