openjd-cli 0.4.2__tar.gz → 0.4.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/PKG-INFO +8 -12
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/README.md +5 -10
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_version.py +2 -2
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/pyproject.toml +3 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/.gitignore +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/LICENSE +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/NOTICE +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/hatch.toml +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/__main__.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/__init__.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_check/__init__.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_check/_check_command.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_common/__init__.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_common/_job_from_template.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_common/_validation_utils.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_create_argparser.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_run/__init__.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_run/_local_session/__init__.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_run/_local_session/_actions.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_run/_local_session/_logs.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_run/_local_session/_session_manager.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_run/_run_command.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_schema/__init__.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_schema/_schema_command.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_summary/__init__.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_summary/_summary_command.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_summary/_summary_output.py +0 -0
- {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/py.typed +0 -0
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: openjd-cli
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: Provides a command-line interface for working with Open Job Description templates.
|
|
5
5
|
Project-URL: Homepage, https://github.com/OpenJobDescription/openjd-cli
|
|
6
6
|
Project-URL: Source, https://github.com/OpenJobDescription/openjd-cli
|
|
7
|
+
Author: Amazon Web Services
|
|
7
8
|
License-Expression: Apache-2.0
|
|
8
9
|
License-File: LICENSE
|
|
9
10
|
License-File: NOTICE
|
|
@@ -28,6 +29,8 @@ Description-Content-Type: text/markdown
|
|
|
28
29
|
## Open Job Description - CLI
|
|
29
30
|
|
|
30
31
|
[](https://pypi.python.org/pypi/openjd-cli)
|
|
32
|
+
[](https://pypi.python.org/pypi/openjd-cli)
|
|
33
|
+
[](https://github.com/OpenJobDescription/openjd-cli/blob/mainline/LICENSE)
|
|
31
34
|
|
|
32
35
|
Open Job Description (OpenJD) is a flexible open specification for defining render jobs which are portable
|
|
33
36
|
between studios and render solutions. This package provides a command-line interface that can be used
|
|
@@ -44,13 +47,6 @@ This library requires:
|
|
|
44
47
|
2. Linux, MacOS, or Windows operating system;
|
|
45
48
|
3. On Linux/MacOS:
|
|
46
49
|
* `sudo`
|
|
47
|
-
4. On Windows:
|
|
48
|
-
* PowerShell 5.x
|
|
49
|
-
|
|
50
|
-
**EXPERIMENTAL** Note that compatibility with the Windows operating system is currently in active development
|
|
51
|
-
and should be considered to be experimental. We recommend that this application not be used in Windows-based
|
|
52
|
-
production environments at this time. We will remove this notice when Windows compatibility is considered
|
|
53
|
-
sufficiently stable and secure for use in Windows-based production environments.
|
|
54
50
|
|
|
55
51
|
## Versioning
|
|
56
52
|
|
|
@@ -110,7 +106,7 @@ customize the Job, as parameters can have an impact on the amount of Steps and T
|
|
|
110
106
|
|
|
111
107
|
#### Example
|
|
112
108
|
```sh
|
|
113
|
-
$ openjd
|
|
109
|
+
$ openjd summary /path/to/job.template.json \
|
|
114
110
|
--job-param JobName=SampleJob \
|
|
115
111
|
--job-param '{"FileToRender": "sample.blend"}' \
|
|
116
112
|
--job-param file://some_more_parameters.json
|
|
@@ -164,7 +160,7 @@ details on how Open Job Description's Jobs are run within Sessions.
|
|
|
164
160
|
|
|
165
161
|
#### Example
|
|
166
162
|
```sh
|
|
167
|
-
$ openjd
|
|
163
|
+
$ openjd run /path/to/job.template.json --step Step1 \
|
|
168
164
|
--job-param PingServer=amazon.com \
|
|
169
165
|
--task-param PingCount=20 \
|
|
170
166
|
--task-param PingDelay=30
|
|
@@ -193,7 +189,7 @@ Returns the Open Job Description model as a JSON schema document body.
|
|
|
193
189
|
|
|
194
190
|
#### Example
|
|
195
191
|
```sh
|
|
196
|
-
$ openjd
|
|
192
|
+
$ openjd schema --version jobtemplate-2023-09
|
|
197
193
|
|
|
198
194
|
{
|
|
199
195
|
"title": "JobTemplate",
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
## Open Job Description - CLI
|
|
2
2
|
|
|
3
3
|
[](https://pypi.python.org/pypi/openjd-cli)
|
|
4
|
+
[](https://pypi.python.org/pypi/openjd-cli)
|
|
5
|
+
[](https://github.com/OpenJobDescription/openjd-cli/blob/mainline/LICENSE)
|
|
4
6
|
|
|
5
7
|
Open Job Description (OpenJD) is a flexible open specification for defining render jobs which are portable
|
|
6
8
|
between studios and render solutions. This package provides a command-line interface that can be used
|
|
@@ -17,13 +19,6 @@ This library requires:
|
|
|
17
19
|
2. Linux, MacOS, or Windows operating system;
|
|
18
20
|
3. On Linux/MacOS:
|
|
19
21
|
* `sudo`
|
|
20
|
-
4. On Windows:
|
|
21
|
-
* PowerShell 5.x
|
|
22
|
-
|
|
23
|
-
**EXPERIMENTAL** Note that compatibility with the Windows operating system is currently in active development
|
|
24
|
-
and should be considered to be experimental. We recommend that this application not be used in Windows-based
|
|
25
|
-
production environments at this time. We will remove this notice when Windows compatibility is considered
|
|
26
|
-
sufficiently stable and secure for use in Windows-based production environments.
|
|
27
22
|
|
|
28
23
|
## Versioning
|
|
29
24
|
|
|
@@ -83,7 +78,7 @@ customize the Job, as parameters can have an impact on the amount of Steps and T
|
|
|
83
78
|
|
|
84
79
|
#### Example
|
|
85
80
|
```sh
|
|
86
|
-
$ openjd
|
|
81
|
+
$ openjd summary /path/to/job.template.json \
|
|
87
82
|
--job-param JobName=SampleJob \
|
|
88
83
|
--job-param '{"FileToRender": "sample.blend"}' \
|
|
89
84
|
--job-param file://some_more_parameters.json
|
|
@@ -137,7 +132,7 @@ details on how Open Job Description's Jobs are run within Sessions.
|
|
|
137
132
|
|
|
138
133
|
#### Example
|
|
139
134
|
```sh
|
|
140
|
-
$ openjd
|
|
135
|
+
$ openjd run /path/to/job.template.json --step Step1 \
|
|
141
136
|
--job-param PingServer=amazon.com \
|
|
142
137
|
--task-param PingCount=20 \
|
|
143
138
|
--task-param PingDelay=30
|
|
@@ -166,7 +161,7 @@ Returns the Open Job Description model as a JSON schema document body.
|
|
|
166
161
|
|
|
167
162
|
#### Example
|
|
168
163
|
```sh
|
|
169
|
-
$ openjd
|
|
164
|
+
$ openjd schema --version jobtemplate-2023-09
|
|
170
165
|
|
|
171
166
|
{
|
|
172
167
|
"title": "JobTemplate",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|