kabaret.script-view


Namekabaret.script-view JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://gitlab.com/kabaretstudio/kabaret.script_view
SummaryScript view extension for the Kabaret framework
upload_time2025-07-30 22:19:30
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/2e/a9/97c7a71166fa799ca99980e03903f5a523ddbd458e3e945f12a4ce0a169e/kabaret_script_view-1.3.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.3.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/kabaretstudio/kabaret.script_view"
    },
    "split_keywords": [
        "kabaret",
        "vfx",
        "animation",
        "pipeline",
        "dataflow",
        "workflow",
        "asset",
        "manager"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2ea997c7a71166fa799ca99980e03903f5a523ddbd458e3e945f12a4ce0a169e",
                "md5": "3377a6a85b5d4ba38393fdf062040546",
                "sha256": "47ac4d744354cda8143f260a3ef8e82afdf75a4f8b3711ecabdf190a3e8440cf"
            },
            "downloads": -1,
            "filename": "kabaret_script_view-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3377a6a85b5d4ba38393fdf062040546",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.3",
            "size": 39470,
            "upload_time": "2025-07-30T22:19:30",
            "upload_time_iso_8601": "2025-07-30T22:19:30.144166Z",
            "url": "https://files.pythonhosted.org/packages/2e/a9/97c7a71166fa799ca99980e03903f5a523ddbd458e3e945f12a4ce0a169e/kabaret_script_view-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 22:19:30",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "kabaretstudio",
    "gitlab_project": "kabaret.script_view",
    "lcname": "kabaret.script-view"
}
        
Elapsed time: 3.69328s