gui-executor


Namegui-executor JSON
Version 0.21.1 PyPI version JSON
download
home_pageNone
SummaryExecute Python code in an automatically generated GUI App.
upload_time2024-09-11 06:48:32
maintainerNone
docs_urlNone
authorNone
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": null,
    "name": "gui-executor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "GUI, execute, task",
    "author": null,
    "author_email": "Rik Huygen <rik.huygen@kuleuven.be>",
    "download_url": "https://files.pythonhosted.org/packages/9c/20/1b4eb482994122b00f84cd02df21822d3cb68d639cb2f4ec1aba551be133/gui_executor-0.21.1.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.21.1",
    "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": "42b27cefe571a66875e993db7d67f6c83ea1eb4110d4032821b74e138504179c",
                "md5": "16925345e3a92a08f0b5fd22cf28030a",
                "sha256": "c06dd7de5883482b67b565bb2008229939256b0628e91578c5505b5c63283e0d"
            },
            "downloads": -1,
            "filename": "gui_executor-0.21.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16925345e3a92a08f0b5fd22cf28030a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 104246,
            "upload_time": "2024-09-11T06:48:30",
            "upload_time_iso_8601": "2024-09-11T06:48:30.888053Z",
            "url": "https://files.pythonhosted.org/packages/42/b2/7cefe571a66875e993db7d67f6c83ea1eb4110d4032821b74e138504179c/gui_executor-0.21.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c201b4eb482994122b00f84cd02df21822d3cb68d639cb2f4ec1aba551be133",
                "md5": "cd0351cc05ebb551d3ac527249d9b9e8",
                "sha256": "a1f6ffb5f8e3ec6e609d4da0111cd26a48cae710b282a68b668a3a2b1f957614"
            },
            "downloads": -1,
            "filename": "gui_executor-0.21.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cd0351cc05ebb551d3ac527249d9b9e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 88364,
            "upload_time": "2024-09-11T06:48:32",
            "upload_time_iso_8601": "2024-09-11T06:48:32.582524Z",
            "url": "https://files.pythonhosted.org/packages/9c/20/1b4eb482994122b00f84cd02df21822d3cb68d639cb2f4ec1aba551be133/gui_executor-0.21.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-11 06:48:32",
    "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.64323s