common-executor


Namecommon-executor JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryExecute Python code in an automatically generated TUI App.
upload_time2024-11-19 10:12:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords gui tui common execute lab task
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# 🚧 Work in Progress


This package will contain the common functions, classes and other definitions for the `gui-executor` and the `tui-executor` packages. These will be the definitions that need to be used when defining tasks. The idea is that any task (or recurring task) can be used and executed by either package, `gui-executor` for the Qt vesion, and `tui-executor` for the Textual version.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "common-executor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "GUI, TUI, common, execute, lab, task",
    "author": null,
    "author_email": "Rik Huygen <rik.huygen@kuleuven.be>",
    "download_url": "https://files.pythonhosted.org/packages/f4/5f/c4d5c4fa2cb9a77c917d5b1badd00da3727a1f2762b5034b2355c6b6e8fe/common_executor-0.1.0.tar.gz",
    "platform": null,
    "description": "\n# \ud83d\udea7 Work in Progress\n\n\nThis package will contain the common functions, classes and other definitions for the `gui-executor` and the `tui-executor` packages. These will be the definitions that need to be used when defining tasks. The idea is that any task (or recurring task) can be used and executed by either package, `gui-executor` for the Qt vesion, and `tui-executor` for the Textual version.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Execute Python code in an automatically generated TUI App.",
    "version": "0.1.0",
    "project_urls": {
        "documentation": "https://rhuygen.github.io/common-executor/",
        "repository": "https://github.com/rhuygen/common-executor"
    },
    "split_keywords": [
        "gui",
        " tui",
        " common",
        " execute",
        " lab",
        " task"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7977f052b36d21b7321950f779a0b5b96e0d8a50ee4d8a916a9327a29095c2ee",
                "md5": "b087b1da6288ec81fe30d8c8ee609a5b",
                "sha256": "192fc86908ff6ddd8350251d1ccc2efbe726d6a7fb12d3249b673789b5ed06bc"
            },
            "downloads": -1,
            "filename": "common_executor-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b087b1da6288ec81fe30d8c8ee609a5b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1982,
            "upload_time": "2024-11-19T10:12:50",
            "upload_time_iso_8601": "2024-11-19T10:12:50.278481Z",
            "url": "https://files.pythonhosted.org/packages/79/77/f052b36d21b7321950f779a0b5b96e0d8a50ee4d8a916a9327a29095c2ee/common_executor-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f45fc4d5c4fa2cb9a77c917d5b1badd00da3727a1f2762b5034b2355c6b6e8fe",
                "md5": "2b85f71b1730d70296b9e70512902364",
                "sha256": "b24be28329667fb7ef6b269710943b5d20a88f18ed99e2c4e75d0564a610ee4c"
            },
            "downloads": -1,
            "filename": "common_executor-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2b85f71b1730d70296b9e70512902364",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1437,
            "upload_time": "2024-11-19T10:12:51",
            "upload_time_iso_8601": "2024-11-19T10:12:51.990316Z",
            "url": "https://files.pythonhosted.org/packages/f4/5f/c4d5c4fa2cb9a77c917d5b1badd00da3727a1f2762b5034b2355c6b6e8fe/common_executor-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 10:12:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rhuygen",
    "github_project": "common-executor",
    "github_not_found": true,
    "lcname": "common-executor"
}
        
Elapsed time: 1.10660s