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.
Files changed (28) hide show
  1. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/PKG-INFO +8 -12
  2. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/README.md +5 -10
  3. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_version.py +2 -2
  4. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/pyproject.toml +3 -0
  5. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/.gitignore +0 -0
  6. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/LICENSE +0 -0
  7. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/NOTICE +0 -0
  8. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/hatch.toml +0 -0
  9. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/__main__.py +0 -0
  10. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/__init__.py +0 -0
  11. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_check/__init__.py +0 -0
  12. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_check/_check_command.py +0 -0
  13. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_common/__init__.py +0 -0
  14. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_common/_job_from_template.py +0 -0
  15. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_common/_validation_utils.py +0 -0
  16. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_create_argparser.py +0 -0
  17. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_run/__init__.py +0 -0
  18. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_run/_local_session/__init__.py +0 -0
  19. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_run/_local_session/_actions.py +0 -0
  20. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_run/_local_session/_logs.py +0 -0
  21. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_run/_local_session/_session_manager.py +0 -0
  22. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_run/_run_command.py +0 -0
  23. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_schema/__init__.py +0 -0
  24. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_schema/_schema_command.py +0 -0
  25. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_summary/__init__.py +0 -0
  26. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_summary/_summary_command.py +0 -0
  27. {openjd_cli-0.4.2 → openjd_cli-0.4.3}/openjd/cli/_summary/_summary_output.py +0 -0
  28. {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
1
+ Metadata-Version: 2.3
2
2
  Name: openjd-cli
3
- Version: 0.4.2
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
  [![pypi](https://img.shields.io/pypi/v/openjd-cli.svg)](https://pypi.python.org/pypi/openjd-cli)
32
+ [![python](https://img.shields.io/pypi/pyversions/openjd-cli.svg?style=flat)](https://pypi.python.org/pypi/openjd-cli)
33
+ [![license](https://img.shields.io/pypi/l/openjd-cli.svg?style=flat)](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-cli summary /path/to/job.template.json \
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-cli run /path/to/job.template.json --step Step1 \
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-cli schema --version jobtemplate-2023-09
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
  [![pypi](https://img.shields.io/pypi/v/openjd-cli.svg)](https://pypi.python.org/pypi/openjd-cli)
4
+ [![python](https://img.shields.io/pypi/pyversions/openjd-cli.svg?style=flat)](https://pypi.python.org/pypi/openjd-cli)
5
+ [![license](https://img.shields.io/pypi/l/openjd-cli.svg?style=flat)](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-cli summary /path/to/job.template.json \
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-cli run /path/to/job.template.json --step Step1 \
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-cli schema --version jobtemplate-2023-09
164
+ $ openjd schema --version jobtemplate-2023-09
170
165
 
171
166
  {
172
167
  "title": "JobTemplate",
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.4.2'
16
- __version_tuple__ = version_tuple = (0, 4, 2)
15
+ __version__ = version = '0.4.3'
16
+ __version_tuple__ = version_tuple = (0, 4, 3)
@@ -4,6 +4,9 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "openjd-cli"
7
+ authors = [
8
+ {name = "Amazon Web Services"},
9
+ ]
7
10
  dynamic = ["version"]
8
11
  readme = "README.md"
9
12
  license = "Apache-2.0"
File without changes
File without changes
File without changes
File without changes