Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cueadmin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ dynamic = ["version"]
dependencies = [
"opencue_pycue"
]
requires-python = ">3.7"
description = "The OpenCue commandline client."
readme = "README.md"

[tool.hatch.version]
source = "code"
Expand Down
3 changes: 3 additions & 0 deletions cuegui/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ dependencies = [
"QtPy==2.4.1",
"NodeGraphQtPy==0.6.38.6"
]
requires-python = ">3.7"
description = "CueGUI can be used to monitor and manage OpenCue jobs."
readme = "README.md"

[tool.hatch.version]
source = "code"
Expand Down
3 changes: 3 additions & 0 deletions cueman/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ dependencies = [
"opencue_pycue",
"opencue_cueadmin"
]
requires-python = ">3.7"
description = "Cueman is a powerful command-line job management tool for OpenCue that provides efficient job control operations. It offers a streamlined interface for managing jobs, frames, and processes with advanced filtering and batch operation capabilities."
readme = "README.md"

[tool.hatch.version]
source = "code"
Expand Down
3 changes: 3 additions & 0 deletions cuesubmit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ dependencies = [
"PySide2==5.15.2.1;python_version<='3.10'",
"QtPy==2.4.1"
]
requires-python = ">3.7"
description = "The OpenCue job submission GUI. 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."
readme = "README.md"

[tool.hatch.version]
source = "code"
Expand Down
2 changes: 2 additions & 0 deletions proto/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ dependencies = [
"grpcio>=1.62.0",
"grpcio-tools>=1.62.0",
]
requires-python = ">3.7"
description = "opencue-proto is a module containing the protobuf modules for communication to and from cuebot."

[tool.hatch.version]
source = "code"
Expand Down
3 changes: 3 additions & 0 deletions pycue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ dependencies = [
"six==1.16.0",
"future==1.0.0"
]
requires-python = ">3.7"
description = "PyCue is the OpenCue Python API. OpenCue client-side Python tools, such as CueGUI and CueAdmin, all call PyCue for communication with your OpenCue deployment."
readme = "README.md"

[tool.hatch.version]
source = "code"
Expand Down
3 changes: 3 additions & 0 deletions pyoutline/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ dynamic = ["version"]
dependencies = [
"opencue_pycue"
]
requires-python = ">3.7"
description = "The OpenCue PyOutline library. This library serves as a Python layer over OpenCue's XML job descriptions, allowing the construction of complex jobs without having to edit XML directly. PyOutline is used by CueSubmit to construct job submissions."
readme = "README.md"

[tool.hatch.version]
source = "code"
Expand Down
3 changes: 3 additions & 0 deletions rqd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ dependencies = [
"pynput==1.7.6",
"future==1.0.0"
]
requires-python = ">3.7"
description = "RQD is a software client that runs on all hosts doing work for an OpenCue deployment."
readme = "README.md"

[tool.hatch.version]
source = "code"
Expand Down