Metadata-Version: 2.1
Name: kabaret.script_view
Version: 1.2.0
Summary: Script view extension for the Kabaret framework
Home-page: https://gitlab.com/kabaretstudio/kabaret.script_view
Author: Damien "dee" Coureau
Author-email: kabaret-dev@googlegroups.com
License: LGPLv3+
Keywords: kabaret vfx animation pipeline dataflow workflow asset manager
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: System :: Shells
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Requires-Python: >=3.3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: kabaret>=2.2.0rc7
Provides-Extra: dev
Requires-Dist: twine; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: black; extra == "dev"

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


