kabaret.script-view


Namekabaret.script-view JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://gitlab.com/kabaretstudio/kabaret.script_view
SummaryScript view extension for the Kabaret framework
upload_time2024-06-21 08:44:13
maintainerNone
docs_urlNone
authorDamien "dee" Coureau
requires_python>=3.3
licenseLGPLv3+
keywords kabaret vfx animation pipeline dataflow workflow asset manager
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # kabaret.script_view

The kabaret.script_view package is a kabaret GUI extension.

It defines a "Script" view where you can edit and execute python scripts using 'self' as a selected flow Object.

It also defines the handy "pyscript" editor that you can use to show/edit python code in your `flow.Param`
(it is registered automatically by importing `kabaret.script_view`).

And finally, it defines `kabaret.pyscript_flow.PyScriptValue` which is a `flow.values.Value` with the "pyscript" 
editor and an browsable history of every edits (with time, author, location, editable comments...)



            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/kabaretstudio/kabaret.script_view",
    "name": "kabaret.script-view",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.3",
    "maintainer_email": null,
    "keywords": "kabaret vfx animation pipeline dataflow workflow asset manager",
    "author": "Damien \"dee\" Coureau",
    "author_email": "kabaret-dev@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/04/65/d5c38f2d08e39d8d7f6cc8ff252b7be2c56febdaa64a5a265998aed44afb/kabaret_script_view-1.2.0.tar.gz",
    "platform": null,
    "description": "# kabaret.script_view\n\nThe kabaret.script_view package is a kabaret GUI extension.\n\nIt defines a \"Script\" view where you can edit and execute python scripts using 'self' as a selected flow Object.\n\nIt also defines the handy \"pyscript\" editor that you can use to show/edit python code in your `flow.Param`\n(it is registered automatically by importing `kabaret.script_view`).\n\nAnd finally, it defines `kabaret.pyscript_flow.PyScriptValue` which is a `flow.values.Value` with the \"pyscript\" \neditor and an browsable history of every edits (with time, author, location, editable comments...)\n\n\n",
    "bugtrack_url": null,
    "license": "LGPLv3+",
    "summary": "Script view extension for the Kabaret framework",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/kabaretstudio/kabaret.script_view"
    },
    "split_keywords": [
        "kabaret",
        "vfx",
        "animation",
        "pipeline",
        "dataflow",
        "workflow",
        "asset",
        "manager"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0465d5c38f2d08e39d8d7f6cc8ff252b7be2c56febdaa64a5a265998aed44afb",
                "md5": "5ca2e4e4ff81d8a53dad8d295ece0c0b",
                "sha256": "a8e4bcde306d328ce9c1e7621ae07ebfdc577096bbd513a82654ce66b1e987e8"
            },
            "downloads": -1,
            "filename": "kabaret_script_view-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5ca2e4e4ff81d8a53dad8d295ece0c0b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.3",
            "size": 39332,
            "upload_time": "2024-06-21T08:44:13",
            "upload_time_iso_8601": "2024-06-21T08:44:13.343222Z",
            "url": "https://files.pythonhosted.org/packages/04/65/d5c38f2d08e39d8d7f6cc8ff252b7be2c56febdaa64a5a265998aed44afb/kabaret_script_view-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-21 08:44:13",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "kabaretstudio",
    "gitlab_project": "kabaret.script_view",
    "lcname": "kabaret.script-view"
}
        
Elapsed time: 0.27398s