holoscan-cli 3.8.0__py3-none-any.whl → 3.10.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.
- holoscan_cli/__init__.py +1 -1
- holoscan_cli/__main__.py +1 -1
- holoscan_cli/common/argparse_types.py +1 -1
- holoscan_cli/common/artifact_sources.py +1 -1
- holoscan_cli/common/constants.py +1 -1
- holoscan_cli/common/dockerutils.py +1 -1
- holoscan_cli/common/enum_types.py +1 -1
- holoscan_cli/common/exceptions.py +1 -1
- holoscan_cli/common/sdk_utils.py +1 -1
- holoscan_cli/common/utils.py +1 -1
- holoscan_cli/nics/__init__.py +1 -1
- holoscan_cli/nics/nics.py +1 -1
- holoscan_cli/packager/__init__.py +1 -1
- holoscan_cli/packager/arguments.py +1 -1
- holoscan_cli/packager/config_reader.py +1 -1
- holoscan_cli/packager/container_builder.py +1 -1
- holoscan_cli/packager/manifest_files.py +1 -1
- holoscan_cli/packager/models.py +2 -2
- holoscan_cli/packager/package_command.py +1 -1
- holoscan_cli/packager/packager.py +1 -1
- holoscan_cli/packager/parameters.py +1 -1
- holoscan_cli/packager/platforms.py +1 -1
- holoscan_cli/packager/templates/Dockerfile-cu12.jinja2 +1 -1
- holoscan_cli/packager/templates/dockerignore +1 -1
- holoscan_cli/packager/templates/tools.sh +1 -1
- holoscan_cli/py.typed +1 -1
- holoscan_cli/runner/__init__.py +1 -1
- holoscan_cli/runner/resources.py +1 -1
- holoscan_cli/runner/run_command.py +1 -1
- holoscan_cli/runner/runner.py +1 -1
- holoscan_cli/version/__init__.py +1 -1
- holoscan_cli/version/version.py +1 -1
- {holoscan_cli-3.8.0.dist-info → holoscan_cli-3.10.0.dist-info}/METADATA +1 -1
- holoscan_cli-3.10.0.dist-info/RECORD +40 -0
- holoscan_cli-3.8.0.dist-info/RECORD +0 -40
- {holoscan_cli-3.8.0.dist-info → holoscan_cli-3.10.0.dist-info}/WHEEL +0 -0
- {holoscan_cli-3.8.0.dist-info → holoscan_cli-3.10.0.dist-info}/entry_points.txt +0 -0
- {holoscan_cli-3.8.0.dist-info → holoscan_cli-3.10.0.dist-info}/licenses/LICENSE +0 -0
holoscan_cli/__init__.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
holoscan_cli/__main__.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
holoscan_cli/common/constants.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
holoscan_cli/common/sdk_utils.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
holoscan_cli/common/utils.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
holoscan_cli/nics/__init__.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
holoscan_cli/nics/nics.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
holoscan_cli/packager/models.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -63,7 +63,7 @@ class Models:
|
|
|
63
63
|
models_path (Path): Path to the model file.
|
|
64
64
|
models (Dict[str, Path]): Where models are added to.
|
|
65
65
|
"""
|
|
66
|
-
model_dirs = os.listdir(models_path)
|
|
66
|
+
model_dirs = sorted(os.listdir(models_path))
|
|
67
67
|
|
|
68
68
|
for model_dir in model_dirs:
|
|
69
69
|
if os.path.isfile(models_path / model_dir):
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
2
|
|
|
3
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
3
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
4
4
|
# SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
holoscan_cli/py.typed
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2024-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
holoscan_cli/runner/__init__.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
holoscan_cli/runner/resources.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
holoscan_cli/runner/runner.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
holoscan_cli/version/__init__.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
holoscan_cli/version/version.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2023-
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
holoscan_cli/__init__.py,sha256=XxBTVJaWUB7SxpkZvoeqJ3c0ZjPMIPdi4zxglUYpwSU,1092
|
|
2
|
+
holoscan_cli/__main__.py,sha256=Aq2t_EKEBO4m0aVAD7Bh1Ao3qPTtL3Z-G1bqRcR-zRM,4891
|
|
3
|
+
holoscan_cli/common/argparse_types.py,sha256=3x_kOENCFmNk-pB1qOMtvhxJtTPJ8PEtQjbBz-KnGvw,5948
|
|
4
|
+
holoscan_cli/common/artifact_sources.py,sha256=8wVo5C2KXffrG8dcQD6brvSSjbHt8MdvMa9gKIs6KK4,6303
|
|
5
|
+
holoscan_cli/common/constants.py,sha256=nkgppx13v_lKNGnvGiLtB2Gf2daUSR6VZi_ZZCGfBzI,5018
|
|
6
|
+
holoscan_cli/common/dockerutils.py,sha256=KO-KUY3mwQe2oAzQybhY4cBDuUNvn1b9QhSspTFCb5Q,17684
|
|
7
|
+
holoscan_cli/common/enum_types.py,sha256=oc2umYQHpw0bEpqy9Qyj5Ca4b9WoEz2m7mZ_Ke37wpY,1711
|
|
8
|
+
holoscan_cli/common/exceptions.py,sha256=voe774l8sX8kmMXBkfhru_f_MFYjHExcZlZ7OIW60E4,2999
|
|
9
|
+
holoscan_cli/common/sdk_utils.py,sha256=GGy4J9ZYbUVM5BFtBeNTcVkNKWi0xDDJ_g6E1GMfPRc,6723
|
|
10
|
+
holoscan_cli/common/utils.py,sha256=elWZ-voxrRrV9eyaMrnq6gQScfyyeH5QBXj2EVxTFHc,3796
|
|
11
|
+
holoscan_cli/logging.json,sha256=0tfLHoqV5_xH_q4m9gQufHYfYezocFVJxtlEj6UR3qI,809
|
|
12
|
+
holoscan_cli/nics/__init__.py,sha256=N6kIXjV2UYALde1K6us1gnq4vwn6kf1bUTGOtHPz4Qs,737
|
|
13
|
+
holoscan_cli/nics/nics.py,sha256=WEbutwz4U37YpgdNvaTEGgjYcisz08mxFLsytGTlh94,1258
|
|
14
|
+
holoscan_cli/package-source.json,sha256=-Cheb17hJqV7-CJktvj9RATIM_oA00k6_VPpFkIlPAc,1326
|
|
15
|
+
holoscan_cli/packager/__init__.py,sha256=UrckCIEuxn3l-iivFu8ljv6MlDGey9qosXMbirJhJmE,744
|
|
16
|
+
holoscan_cli/packager/arguments.py,sha256=as78sGchIfIBppicNON83kl6flBwry7VTmR9wZpoWyE,5864
|
|
17
|
+
holoscan_cli/packager/config_reader.py,sha256=I-kza_rx7wbCSIz8upgjrmCqmZaH12ZdkteloHAjdmg,7352
|
|
18
|
+
holoscan_cli/packager/container_builder.py,sha256=bKICsZ9IcXrfSaQ23tdGf27OX9KR0KjWVdXQlNXD2ZY,19033
|
|
19
|
+
holoscan_cli/packager/manifest_files.py,sha256=SoVfBWTdLwk9SiQXKE9xkZbtbn4JkmM2IGUrPPTjjXo,5957
|
|
20
|
+
holoscan_cli/packager/models.py,sha256=jQei5P7nQUjfSHvzuzg6IhgdytMIC9bCXEjDKs4exZ4,3766
|
|
21
|
+
holoscan_cli/packager/package_command.py,sha256=LlZG8rZcRMmMNdVxE2qHdjzApf4-yffPCNbWWpTrZWg,6986
|
|
22
|
+
holoscan_cli/packager/packager.py,sha256=_UbpP6yhXFQt3tgFuj0_FC1TWCgW1b3ZEUUq4gdob3c,4728
|
|
23
|
+
holoscan_cli/packager/parameters.py,sha256=mZO9ezes2FbPfiphBM4rrBZaRoOjWGf4RbGcMLq1YBw,19340
|
|
24
|
+
holoscan_cli/packager/platforms.py,sha256=C-qe9som3mBgVfmADilahBtrP6-egEV2KLUBlGXnkkQ,17201
|
|
25
|
+
holoscan_cli/packager/templates/Dockerfile-cu12.jinja2,sha256=srpabksdrFsELfd2Kt8X4RkFdsY2L5cq3kWorcNkUnA,13573
|
|
26
|
+
holoscan_cli/packager/templates/Dockerfile.jinja2,sha256=44IzrfvPyKUmrBgBI6N7wvrrze9bqI2t2zbr-ElBYbk,14112
|
|
27
|
+
holoscan_cli/packager/templates/dockerignore,sha256=5NdsaU56mSNpeHZKmYGLG0J30Fe4E2dkdk-4qEE-VEo,1755
|
|
28
|
+
holoscan_cli/packager/templates/tools.sh,sha256=PG9ihcio_Lm_-ADJmWRRERZHj6t8jedoObsFmZjn_bU,13566
|
|
29
|
+
holoscan_cli/py.typed,sha256=Se4svxMx-CmUQhIqDepLZBj3kjvA4sMan8XgwmkvmYM,684
|
|
30
|
+
holoscan_cli/runner/__init__.py,sha256=3hpfDek_SAmzfsiHNF1GNTAZzLM2PjKxCcM1KbXtYPo,738
|
|
31
|
+
holoscan_cli/runner/resources.py,sha256=ZXnI5bCvSCAzSZBfmNylI0cipwjzl_joGWsLWskeOTw,5996
|
|
32
|
+
holoscan_cli/runner/run_command.py,sha256=Ht2dy8laYcNITnwxB1ZPmkSEI00at5n88m4EYJMoNUE,7320
|
|
33
|
+
holoscan_cli/runner/runner.py,sha256=9HPQ0bp0VRUZIid6EaknLL2UfZo2i9zTBdJUTzDa2fM,10521
|
|
34
|
+
holoscan_cli/version/__init__.py,sha256=9G1px-mvLsgpLK-DRjlCMHfGQAVZ7hU81uY6jOADQ6s,743
|
|
35
|
+
holoscan_cli/version/version.py,sha256=fsftRpRH1pZ5CLhghnSXaS9wXXq-vAt925BdUN2tMWI,1976
|
|
36
|
+
holoscan_cli-3.10.0.dist-info/METADATA,sha256=QL71QRoM6haOLONGpsr0YUw0xJyNIZ_HCdUm3yGwXUY,4050
|
|
37
|
+
holoscan_cli-3.10.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
38
|
+
holoscan_cli-3.10.0.dist-info/entry_points.txt,sha256=ZbJklrhFtmmhqcGvGizL_4Pf9FTRgmZ11LblKPbj8yo,95
|
|
39
|
+
holoscan_cli-3.10.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
40
|
+
holoscan_cli-3.10.0.dist-info/RECORD,,
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
holoscan_cli/__init__.py,sha256=caPPFDAjPzNIAzHAtpWRuWy9GshNEetcN8FQiMmNsQQ,1092
|
|
2
|
-
holoscan_cli/__main__.py,sha256=sOdEmgaajrtrtVeg39MuW15BU8moal9Vz2HDcWZM__U,4891
|
|
3
|
-
holoscan_cli/common/argparse_types.py,sha256=KXbg09yaB73SyorWV0tLYRl-e8gydmzZVnuOlr-_kd0,5948
|
|
4
|
-
holoscan_cli/common/artifact_sources.py,sha256=_XCDqvUIlL1_P8E_ezELqQ_57OlbKv7Nkcb32qd5XZk,6303
|
|
5
|
-
holoscan_cli/common/constants.py,sha256=vjfcY2gN4Kdeb3Jj1axLcrtvg-93TO0Hx3omOtqrWLk,5018
|
|
6
|
-
holoscan_cli/common/dockerutils.py,sha256=lbDt_TCB8b74FRJljvpV3s_zVD-E4FoH2-3rI8O_BbM,17684
|
|
7
|
-
holoscan_cli/common/enum_types.py,sha256=qdqMum01uM0-qrF2jyk1GYGoh76xBJsBUX9cvxVbVtA,1711
|
|
8
|
-
holoscan_cli/common/exceptions.py,sha256=ubN33Av69Xm_CUVC_5DeKx_zO8qfIc_T-_S18xDQguE,2999
|
|
9
|
-
holoscan_cli/common/sdk_utils.py,sha256=xiMV4LSRvAnlR3pIQdMPt3l21yADDkLQ8AdXeVQD3aA,6723
|
|
10
|
-
holoscan_cli/common/utils.py,sha256=3plIFGMWy8WcRB2lL4fTqINlE1CyBkm9CDrIVA1qPDU,3796
|
|
11
|
-
holoscan_cli/logging.json,sha256=0tfLHoqV5_xH_q4m9gQufHYfYezocFVJxtlEj6UR3qI,809
|
|
12
|
-
holoscan_cli/nics/__init__.py,sha256=IMHmlnYvJxjlJGi1UxwRG0deK4w9M7-_WWDoCqKcjJE,737
|
|
13
|
-
holoscan_cli/nics/nics.py,sha256=xcpo8uwQDJ7-46rPR-BEAWkyKHZOZ19gl9ahuxLNphs,1258
|
|
14
|
-
holoscan_cli/package-source.json,sha256=-Cheb17hJqV7-CJktvj9RATIM_oA00k6_VPpFkIlPAc,1326
|
|
15
|
-
holoscan_cli/packager/__init__.py,sha256=8uVz-FlG2vJV7Cz8ICOajioBbI9An5h-dRtSrkMCXZo,744
|
|
16
|
-
holoscan_cli/packager/arguments.py,sha256=VpVfe07AhvtE_IVH36Z93_zEtMdG5AogkaID0Nmkvtw,5864
|
|
17
|
-
holoscan_cli/packager/config_reader.py,sha256=oE0Tnp7v9dh_qAj6nPap-_R-YGLpYKGh09_FSV9oqVA,7352
|
|
18
|
-
holoscan_cli/packager/container_builder.py,sha256=TfNj9Mm3W56oYdWIX7pgMwysFbbd7bbk_yORkAWHr2Y,19033
|
|
19
|
-
holoscan_cli/packager/manifest_files.py,sha256=jueQMgZzQ9DhP2KGC1YdndDNwJl3ECunEKicBb3Z9Mc,5957
|
|
20
|
-
holoscan_cli/packager/models.py,sha256=t3HXROo-obN5iNjKOkp8JvL6WuGP4QSRVZzET6V1wmI,3758
|
|
21
|
-
holoscan_cli/packager/package_command.py,sha256=XhiFRBr7T_7_hrznP2kgXiT6RAL8D87gJyfHBECYUvk,6986
|
|
22
|
-
holoscan_cli/packager/packager.py,sha256=tUM5k-tlvUMq-LzAokub77s_D_6NDJlnRkXSZIuYnmk,4728
|
|
23
|
-
holoscan_cli/packager/parameters.py,sha256=i4ieE3L5HShO2nB8qYqpjzvvyysysvTgevjyJSvt2HA,19340
|
|
24
|
-
holoscan_cli/packager/platforms.py,sha256=ZoWroz8qgH8ave_nYpIRF32FgTsjgD1CVeohqYwWSIo,17201
|
|
25
|
-
holoscan_cli/packager/templates/Dockerfile-cu12.jinja2,sha256=l385Xp9rDuUjF0wP8A47N5nrkCJh3sinPg_zAGv1whU,13573
|
|
26
|
-
holoscan_cli/packager/templates/Dockerfile.jinja2,sha256=44IzrfvPyKUmrBgBI6N7wvrrze9bqI2t2zbr-ElBYbk,14112
|
|
27
|
-
holoscan_cli/packager/templates/dockerignore,sha256=zzBkA9eWgPW4KWyObuYjp13bv_m24AnFUgoENGNhMcY,1755
|
|
28
|
-
holoscan_cli/packager/templates/tools.sh,sha256=DnBs-XGWmxSz4XyspSMYwBajDXqUWQgUYD0HxtDw-88,13566
|
|
29
|
-
holoscan_cli/py.typed,sha256=Z4hkVtwnqwhmVXOMES05WQZWjt4_rFEuditXTouPUJQ,684
|
|
30
|
-
holoscan_cli/runner/__init__.py,sha256=N3dOMkOWT3adYk_pRKqn2zYgZjVCkpn5u7xatA9_aWQ,738
|
|
31
|
-
holoscan_cli/runner/resources.py,sha256=R7wLnfwsG67jJD6U8d_gvteycsLPPDfWDYimAmnC-N4,5996
|
|
32
|
-
holoscan_cli/runner/run_command.py,sha256=CnSyyq0y9rv6kkRtSOi3kOGHuRDLv2RDQ3JUWZ6U-YE,7320
|
|
33
|
-
holoscan_cli/runner/runner.py,sha256=9TqvzBL5z1boGQXvlBiPiuuMDMg7dQlo40YXO1Le604,10521
|
|
34
|
-
holoscan_cli/version/__init__.py,sha256=1pf-RBR16STdFXsh82bYly_lUyv1MgxuczbLOTDJRto,743
|
|
35
|
-
holoscan_cli/version/version.py,sha256=1jAgChi39oEl9Rl0BDc30PPJMYeo7m5bMGPBGlRSX2M,1976
|
|
36
|
-
holoscan_cli-3.8.0.dist-info/METADATA,sha256=-CpXT814FtUj0x6Dd0DPP8_BWjIm3SMTkrjogEI_0lE,4049
|
|
37
|
-
holoscan_cli-3.8.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
38
|
-
holoscan_cli-3.8.0.dist-info/entry_points.txt,sha256=ZbJklrhFtmmhqcGvGizL_4Pf9FTRgmZ11LblKPbj8yo,95
|
|
39
|
-
holoscan_cli-3.8.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
40
|
-
holoscan_cli-3.8.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|