Metadata-Version: 2.1
Name: opencue_cuesubmit
Version: 1.13.7
Summary: CueSubmit is a submission tool for OpenCue that allows artists and developers to easily submit jobs to the render farm. It provides an interface to configure job parameters, layers, and dependencies before dispatching work.
Requires-Python: >3.7
Requires-Dist: opencue-pycue
Requires-Dist: opencue-pyoutline
Requires-Dist: pyside2==5.15.2.1; python_version <= '3.10'
Requires-Dist: pyside6==6.5.3; python_version == '3.11'
Requires-Dist: pyside6==6.8.2.1; python_version > '3.11'
Requires-Dist: qtpy==2.4.1
Provides-Extra: test
Requires-Dist: mock==2.0.0; extra == 'test'
Requires-Dist: pyfakefs==5.2.3; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

# CueSubmit

CueSubmit is a submission tool for OpenCue that allows artists and developers to easily submit jobs to the render farm. It provides an interface to configure job parameters, layers, and dependencies before dispatching work.

This is a Python-based QT app through which you can submit jobs to an OpenCue deployment. It can run as a standalone application, or as a plugin in applications that support PySide/qtpy integration, such as Autodesk's Maya or the Foundry's Nuke.
