openjd-cli 0.7.4__tar.gz → 0.7.5__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.7.4 → openjd_cli-0.7.5}/PKG-INFO +3 -3
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/_version.py +2 -2
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/hatch.toml +0 -3
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/pyproject.toml +2 -2
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_common/_extensions.py +1 -1
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_version.py +2 -2
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/.gitignore +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/LICENSE +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/NOTICE +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/README.md +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/hatch_version_hook.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/__main__.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/__init__.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_check/__init__.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_check/_check_command.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_common/__init__.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_common/_job_from_template.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_common/_validation_utils.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_create_argparser.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_run/__init__.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_run/_help_formatter.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_run/_local_session/__init__.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_run/_local_session/_actions.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_run/_local_session/_logs.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_run/_local_session/_session_manager.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_run/_run_command.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_schema/__init__.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_schema/_schema_command.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_summary/__init__.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_summary/_summary_command.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_summary/_summary_output.py +0 -0
- {openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openjd-cli
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.5
|
|
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
|
|
@@ -22,8 +22,8 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
24
|
Requires-Python: >=3.9
|
|
25
|
-
Requires-Dist: openjd-model<0.
|
|
26
|
-
Requires-Dist: openjd-sessions<0.11,>=0.10.
|
|
25
|
+
Requires-Dist: openjd-model<0.10,>=0.9
|
|
26
|
+
Requires-Dist: openjd-sessions<0.11,>=0.10.7
|
|
27
27
|
Description-Content-Type: text/markdown
|
|
28
28
|
|
|
29
29
|
## Open Job Description - CLI
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.7.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 7,
|
|
31
|
+
__version__ = version = '0.7.5'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 7, 5)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -4,7 +4,7 @@ from argparse import ArgumentParser
|
|
|
4
4
|
from typing import Optional
|
|
5
5
|
|
|
6
6
|
# This is the list of Open Job Description extensions with implemented support
|
|
7
|
-
SUPPORTED_EXTENSIONS = ["TASK_CHUNKING", "REDACTED_ENV_VARS"]
|
|
7
|
+
SUPPORTED_EXTENSIONS = ["TASK_CHUNKING", "REDACTED_ENV_VARS", "FEATURE_BUNDLE_1"]
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
def add_extensions_argument(run_parser: ArgumentParser):
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.7.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 7,
|
|
31
|
+
__version__ = version = '0.7.5'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 7, 5)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
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
|
{openjd_cli-0.7.4 → openjd_cli-0.7.5}/src/openjd/cli/_run/_local_session/_session_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|