gui-executor


Namegui-executor JSON
Version 0.18.5 PyPI version JSON
download
home_page
SummaryExecute Python code in an automatically generated GUI App.
upload_time2024-02-22 07:26:48
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT
keywords gui execute task
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# GUI Executor

You ever wanted to execute your Python code from a simple GUI without the need to use a REPL or commandline? Look no further, use GUI Executor.


## Installation

Install this package in your virtual environment:

```
$ python3 -m pip install [--upgrade] gui-executor 
```

## Documentation

You can find the documentation at https://ivs-kuleuven.github.io/gui-executor/.


## Running the Tests

```
$ PYTHONPATH=~/Documents/PyCharmProjects/gui-executor/tests gui-executor --module-path tasks.shared --module-path tasks.specific --debug
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gui-executor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "GUI,execute,task",
    "author": "",
    "author_email": "Rik Huygen <rik.huygen@kuleuven.be>",
    "download_url": "https://files.pythonhosted.org/packages/02/6c/2084c6dae03fada9c6b2f9f812039ccd8f5a484bfa554d094460d6ab9efa/gui-executor-0.18.5.tar.gz",
    "platform": null,
    "description": "\n# GUI Executor\n\nYou ever wanted to execute your Python code from a simple GUI without the need to use a REPL or commandline? Look no further, use GUI Executor.\n\n\n## Installation\n\nInstall this package in your virtual environment:\n\n```\n$ python3 -m pip install [--upgrade] gui-executor \n```\n\n## Documentation\n\nYou can find the documentation at https://ivs-kuleuven.github.io/gui-executor/.\n\n\n## Running the Tests\n\n```\n$ PYTHONPATH=~/Documents/PyCharmProjects/gui-executor/tests gui-executor --module-path tasks.shared --module-path tasks.specific --debug\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Execute Python code in an automatically generated GUI App.",
    "version": "0.18.5",
    "project_urls": {
        "documentation": "https://ivs-kuleuven.github.io/gui-executor/",
        "repository": "https://github.com/IvS-KULeuven/gui-executor"
    },
    "split_keywords": [
        "gui",
        "execute",
        "task"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "566f63fae949aeaf72921c61fef566ab3b9806388c67f135f698a38fe32c4184",
                "md5": "610ec2e200941ef9bc83e43323506c45",
                "sha256": "9bfc7c980829b393e8f75412d15fea1bd027d6dfa34b6d5e8a43e0c4b1860ef8"
            },
            "downloads": -1,
            "filename": "gui_executor-0.18.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "610ec2e200941ef9bc83e43323506c45",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 102891,
            "upload_time": "2024-02-22T07:26:45",
            "upload_time_iso_8601": "2024-02-22T07:26:45.274576Z",
            "url": "https://files.pythonhosted.org/packages/56/6f/63fae949aeaf72921c61fef566ab3b9806388c67f135f698a38fe32c4184/gui_executor-0.18.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "026c2084c6dae03fada9c6b2f9f812039ccd8f5a484bfa554d094460d6ab9efa",
                "md5": "13a84aa129850953e7e6a966ccfe64ea",
                "sha256": "07eac90ec4ae45548709010f795889371465fe647eb2b46140f1f2adc3153a7b"
            },
            "downloads": -1,
            "filename": "gui-executor-0.18.5.tar.gz",
            "has_sig": false,
            "md5_digest": "13a84aa129850953e7e6a966ccfe64ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 86795,
            "upload_time": "2024-02-22T07:26:48",
            "upload_time_iso_8601": "2024-02-22T07:26:48.422804Z",
            "url": "https://files.pythonhosted.org/packages/02/6c/2084c6dae03fada9c6b2f9f812039ccd8f5a484bfa554d094460d6ab9efa/gui-executor-0.18.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-22 07:26:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IvS-KULeuven",
    "github_project": "gui-executor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gui-executor"
}
        
Elapsed time: 0.19365s