idmtools-platform-general 0.0.2__py3-none-any.whl → 0.0.3__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.
- idmtools_platform_file/__init__.py +1 -1
- {idmtools_platform_general-0.0.2.dist-info → idmtools_platform_general-0.0.3.dist-info}/METADATA +1 -1
- {idmtools_platform_general-0.0.2.dist-info → idmtools_platform_general-0.0.3.dist-info}/RECORD +8 -9
- {idmtools_platform_general-0.0.2.dist-info → idmtools_platform_general-0.0.3.dist-info}/top_level.txt +0 -1
- idmtools_platform_process/__init__.py +1 -1
- tests/input/hello.sh +0 -2
- {idmtools_platform_general-0.0.2.dist-info → idmtools_platform_general-0.0.3.dist-info}/WHEEL +0 -0
- {idmtools_platform_general-0.0.2.dist-info → idmtools_platform_general-0.0.3.dist-info}/entry_points.txt +0 -0
- {idmtools_platform_general-0.0.2.dist-info → idmtools_platform_general-0.0.3.dist-info}/licenses/LICENSE.TXT +0 -0
|
@@ -11,7 +11,7 @@ except ImportError:
|
|
|
11
11
|
from importlib_metadata import version, PackageNotFoundError
|
|
12
12
|
|
|
13
13
|
try:
|
|
14
|
-
__version__ = version("idmtools-platform-
|
|
14
|
+
__version__ = version("idmtools-platform-general") # Use your actual package name
|
|
15
15
|
except PackageNotFoundError:
|
|
16
16
|
# Package not installed, use fallback
|
|
17
17
|
__version__ = "0.0.0+unknown"
|
{idmtools_platform_general-0.0.2.dist-info → idmtools_platform_general-0.0.3.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: idmtools_platform_general
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: General platform for IDM-Tools
|
|
5
5
|
Author-email: Zhaowei Du <zdu@idmod.org>, Sharon Chen <shchen@idmod.org>, Clinton Collins <ccollins@idmod.org>, Jen Schripsema <jschripsema@idmod.org>, Ross Carter <rcarter@idmod.org>
|
|
6
6
|
Project-URL: Homepage, https://github.com/InstituteforDiseaseModeling/idmtools
|
{idmtools_platform_general-0.0.2.dist-info → idmtools_platform_general-0.0.3.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
idmtools_platform_file/__init__.py,sha256=
|
|
1
|
+
idmtools_platform_file/__init__.py,sha256=XunlB1fSB_5Ethli_4sHp2u7Ow_TB6hZy1xwTmDMV34,496
|
|
2
2
|
idmtools_platform_file/file_platform.py,sha256=wRdxPj9gj7dDCpUpIT33y1jarCiZTX2tmdxYHPFVMT8,11472
|
|
3
3
|
idmtools_platform_file/plugin_info.py,sha256=nINJUoCO6kSJM4aMBTSCIQ0ErXxm5pF5hAoVi-BD1xM,2193
|
|
4
4
|
idmtools_platform_file/assets/__init__.py,sha256=WkwHwr8LMMKTHb6wgtvBtFPCK-QTsPvPsdovbhK6EXs,2748
|
|
@@ -22,15 +22,14 @@ idmtools_platform_file/tools/job_history.py,sha256=zAeUXvuEEcje7eZ3Iyh_GXvCjv5tQ
|
|
|
22
22
|
idmtools_platform_file/tools/status_report/__init__.py,sha256=QeEbFLLYcsehsfXfPbPqay_d96tLkPpql_Ahz9q226g,104
|
|
23
23
|
idmtools_platform_file/tools/status_report/status_report.py,sha256=J5wYqm9QN_0rBwSm6p76ubq7GpfvUVLJxK693aJb558,9210
|
|
24
24
|
idmtools_platform_file/tools/status_report/utils.py,sha256=AwjF2GYXSsPZxD1nJ6EWdGlb6cZCDaB9tJU6_UtXkXY,5320
|
|
25
|
-
idmtools_platform_general-0.0.
|
|
26
|
-
idmtools_platform_process/__init__.py,sha256=
|
|
25
|
+
idmtools_platform_general-0.0.3.dist-info/licenses/LICENSE.TXT,sha256=l9S8Ydr_LcejxKoqK8191ZAOsmVX-nJLSPoLKZDUgcg,197
|
|
26
|
+
idmtools_platform_process/__init__.py,sha256=niwaySWSnj8OKTDnUW-4CGwnAhBo29wjg0JfsIB9pRU,498
|
|
27
27
|
idmtools_platform_process/plugin_info.py,sha256=gn0i8s8PDzQvLNvZV3ToxDyPQNZt88Uzxjzw_TbUs1o,2240
|
|
28
28
|
idmtools_platform_process/process_platform.py,sha256=nJhug0ktXz8Maw1AFsbePdkl25X4CO6WqbCv-Z0WxvU,1931
|
|
29
29
|
idmtools_platform_process/platform_operations/__init__.py,sha256=T9ejDi-dfrsubnDaY5q-hTUqnQ1xmmOJiTqiNhZolK8,137
|
|
30
30
|
idmtools_platform_process/platform_operations/experiment_operations.py,sha256=R1tHYkRBgwnj9XC8ynQSYvkGa9odr5SCTHTOv_akP6U,1802
|
|
31
|
-
|
|
32
|
-
idmtools_platform_general-0.0.
|
|
33
|
-
idmtools_platform_general-0.0.
|
|
34
|
-
idmtools_platform_general-0.0.
|
|
35
|
-
idmtools_platform_general-0.0.
|
|
36
|
-
idmtools_platform_general-0.0.2.dist-info/RECORD,,
|
|
31
|
+
idmtools_platform_general-0.0.3.dist-info/METADATA,sha256=K41iRgrorS4SLhV_kWXWk1SLoBdxqRRevLKxI2zzO1U,2645
|
|
32
|
+
idmtools_platform_general-0.0.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
33
|
+
idmtools_platform_general-0.0.3.dist-info/entry_points.txt,sha256=82B17eKZNcf94XgU-VV9hsJT_5boZUiA_6hJ9W3xky0,273
|
|
34
|
+
idmtools_platform_general-0.0.3.dist-info/top_level.txt,sha256=btIl858s0zexW_EYzxS3iDjq4tGn97QrZqDSdVK1LxU,49
|
|
35
|
+
idmtools_platform_general-0.0.3.dist-info/RECORD,,
|
|
@@ -11,7 +11,7 @@ except ImportError:
|
|
|
11
11
|
from importlib_metadata import version, PackageNotFoundError
|
|
12
12
|
|
|
13
13
|
try:
|
|
14
|
-
__version__ = version("idmtools-platform-
|
|
14
|
+
__version__ = version("idmtools-platform-general") # Use your actual package name
|
|
15
15
|
except PackageNotFoundError:
|
|
16
16
|
# Package not installed, use fallback
|
|
17
17
|
__version__ = "0.0.0+unknown"
|
tests/input/hello.sh
DELETED
{idmtools_platform_general-0.0.2.dist-info → idmtools_platform_general-0.0.3.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|