Metadata-Version: 2.4
Name: kabaret.script_view
Version: 1.4.0
Summary: Script view extension for the Kabaret framework
Project-URL: Repository, https://gitlab.com/kabaretstudio/kabaret.script_view
Project-URL: Issues, https://gitlab.com/kabaretstudio/kabaret.script_view/-/issues
Author-email: Damien 'dee' Coureau <kabaret-dev@googlegroups.com>
License-Expression: LGPL-3.0-or-later
License-File: LICENSE
Keywords: animation,dataflow,kabaret,pipeline,vfx,workflow
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: System :: Shells
Requires-Python: >=3.10
Requires-Dist: kabaret>=2.4.0rc6
Requires-Dist: pyside6
Requires-Dist: qtpy
Description-Content-Type: text/markdown

# 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...)


