holoscan-cli 3.4.1__py3-none-any.whl → 3.5.0__py3-none-any.whl
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.
Potentially problematic release.
This version of holoscan-cli might be problematic. Click here for more details.
- holoscan_cli/common/sdk_utils.py +1 -13
- {holoscan_cli-3.4.1.dist-info → holoscan_cli-3.5.0.dist-info}/METADATA +4 -4
- {holoscan_cli-3.4.1.dist-info → holoscan_cli-3.5.0.dist-info}/RECORD +6 -6
- {holoscan_cli-3.4.1.dist-info → holoscan_cli-3.5.0.dist-info}/LICENSE +0 -0
- {holoscan_cli-3.4.1.dist-info → holoscan_cli-3.5.0.dist-info}/WHEEL +0 -0
- {holoscan_cli-3.4.1.dist-info → holoscan_cli-3.5.0.dist-info}/entry_points.txt +0 -0
holoscan_cli/common/sdk_utils.py
CHANGED
|
@@ -72,19 +72,7 @@ def detect_sdk(sdk: Optional[SdkType] = None) -> SdkType:
|
|
|
72
72
|
|
|
73
73
|
command = None
|
|
74
74
|
try:
|
|
75
|
-
|
|
76
|
-
# with the Debian package.
|
|
77
|
-
# Since the Debian package bundles with 3.10, we don't need to handle 3.9 but
|
|
78
|
-
# we still need to check if `orig_argv` is supported to avoid breaking unit test.
|
|
79
|
-
if (
|
|
80
|
-
getattr(sys, "orig_argv", None)
|
|
81
|
-
and len(sys.orig_argv) >= 3
|
|
82
|
-
and sys.orig_argv[0] == "python3"
|
|
83
|
-
and sys.orig_argv[2] == "holoscan_cli"
|
|
84
|
-
):
|
|
85
|
-
command = "holoscan"
|
|
86
|
-
else:
|
|
87
|
-
command = Path(sys.argv[0]).name.lower()
|
|
75
|
+
command = Path(sys.argv[0]).name.lower()
|
|
88
76
|
return SdkType(command)
|
|
89
77
|
except Exception as ex:
|
|
90
78
|
raise InvalidSdkError(f"Invalid SDK value provided: {command}") from ex
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: holoscan-cli
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.5.0
|
|
4
4
|
Summary: Command line interface for packaging and running Holoscan applications.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Keywords: AI,holoscan,medical,streaming,HPC,nvidia,docker,container
|
|
7
7
|
Author: NVIDIA
|
|
8
8
|
Maintainer: mocsharp
|
|
9
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.10,<3.14
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
11
|
Classifier: Environment :: Console
|
|
12
12
|
Classifier: Environment :: GPU :: NVIDIA CUDA :: 12
|
|
@@ -17,10 +17,10 @@ Classifier: Intended Audience :: Science/Research
|
|
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
18
|
Classifier: Operating System :: POSIX :: Linux
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
24
24
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
25
25
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
26
26
|
Classifier: Typing :: Typed
|
|
@@ -69,7 +69,7 @@ Holoscan CLI is delivered as a Python package and can be installed from PyPI.org
|
|
|
69
69
|
|
|
70
70
|
To build the Holoscan CLI from source, you will need to clone this repository and install the following dependencies:
|
|
71
71
|
|
|
72
|
-
- Python 3.
|
|
72
|
+
- Python 3.10+.
|
|
73
73
|
- [poetry 2.0+](https://python-poetry.org/docs/#installation)
|
|
74
74
|
|
|
75
75
|
### Development Environment
|
|
@@ -6,7 +6,7 @@ holoscan_cli/common/constants.py,sha256=4yXMmz-PzHth5Qy4zt4E5bvpG6eQN3KQrjhyagRF
|
|
|
6
6
|
holoscan_cli/common/dockerutils.py,sha256=lbDt_TCB8b74FRJljvpV3s_zVD-E4FoH2-3rI8O_BbM,17684
|
|
7
7
|
holoscan_cli/common/enum_types.py,sha256=qdqMum01uM0-qrF2jyk1GYGoh76xBJsBUX9cvxVbVtA,1711
|
|
8
8
|
holoscan_cli/common/exceptions.py,sha256=ubN33Av69Xm_CUVC_5DeKx_zO8qfIc_T-_S18xDQguE,2999
|
|
9
|
-
holoscan_cli/common/sdk_utils.py,sha256=
|
|
9
|
+
holoscan_cli/common/sdk_utils.py,sha256=5rJqz8JZFecVmSU10_dSO4_My0X-FleUY_eHmzd-4js,6528
|
|
10
10
|
holoscan_cli/common/utils.py,sha256=3plIFGMWy8WcRB2lL4fTqINlE1CyBkm9CDrIVA1qPDU,3796
|
|
11
11
|
holoscan_cli/logging.json,sha256=0tfLHoqV5_xH_q4m9gQufHYfYezocFVJxtlEj6UR3qI,809
|
|
12
12
|
holoscan_cli/nics/__init__.py,sha256=IMHmlnYvJxjlJGi1UxwRG0deK4w9M7-_WWDoCqKcjJE,737
|
|
@@ -32,8 +32,8 @@ holoscan_cli/runner/run_command.py,sha256=CnSyyq0y9rv6kkRtSOi3kOGHuRDLv2RDQ3JUWZ
|
|
|
32
32
|
holoscan_cli/runner/runner.py,sha256=9TqvzBL5z1boGQXvlBiPiuuMDMg7dQlo40YXO1Le604,10521
|
|
33
33
|
holoscan_cli/version/__init__.py,sha256=1pf-RBR16STdFXsh82bYly_lUyv1MgxuczbLOTDJRto,743
|
|
34
34
|
holoscan_cli/version/version.py,sha256=1jAgChi39oEl9Rl0BDc30PPJMYeo7m5bMGPBGlRSX2M,1976
|
|
35
|
-
holoscan_cli-3.
|
|
36
|
-
holoscan_cli-3.
|
|
37
|
-
holoscan_cli-3.
|
|
38
|
-
holoscan_cli-3.
|
|
39
|
-
holoscan_cli-3.
|
|
35
|
+
holoscan_cli-3.5.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
36
|
+
holoscan_cli-3.5.0.dist-info/METADATA,sha256=mODSPeecLzYmzxyR8q3JyNyKYN78whXhFP2EAk47LkM,3967
|
|
37
|
+
holoscan_cli-3.5.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
38
|
+
holoscan_cli-3.5.0.dist-info/entry_points.txt,sha256=ZbJklrhFtmmhqcGvGizL_4Pf9FTRgmZ11LblKPbj8yo,95
|
|
39
|
+
holoscan_cli-3.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|