ivoryos 1.0.5__py3-none-any.whl → 1.0.6__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 ivoryos might be problematic. Click here for more details.
- ivoryos/__init__.py +2 -1
- ivoryos/version.py +1 -1
- {ivoryos-1.0.5.dist-info → ivoryos-1.0.6.dist-info}/METADATA +1 -4
- {ivoryos-1.0.5.dist-info → ivoryos-1.0.6.dist-info}/RECORD +7 -7
- {ivoryos-1.0.5.dist-info → ivoryos-1.0.6.dist-info}/LICENSE +0 -0
- {ivoryos-1.0.5.dist-info → ivoryos-1.0.6.dist-info}/WHEEL +0 -0
- {ivoryos-1.0.5.dist-info → ivoryos-1.0.6.dist-info}/top_level.txt +0 -0
ivoryos/__init__.py
CHANGED
|
@@ -136,13 +136,14 @@ def run(module=None, host="0.0.0.0", port=None, debug=None, llm_server=None, mod
|
|
|
136
136
|
app.config["LOGGERS"] = logger
|
|
137
137
|
app.config["LOGGERS_PATH"] = logger_output_name or app.config["LOGGERS_PATH"] # default.log
|
|
138
138
|
logger_path = os.path.join(app.config["OUTPUT_FOLDER"], app.config["LOGGERS_PATH"])
|
|
139
|
+
dummy_deck_path = os.path.join(app.config["OUTPUT_FOLDER"], app.config["DUMMY_DECK"])
|
|
139
140
|
|
|
140
141
|
if module:
|
|
141
142
|
app.config["MODULE"] = module
|
|
142
143
|
app.config["OFF_LINE"] = False
|
|
143
144
|
global_config.deck = sys.modules[module]
|
|
144
145
|
global_config.deck_snapshot = utils.create_deck_snapshot(global_config.deck,
|
|
145
|
-
output_path=
|
|
146
|
+
output_path=dummy_deck_path,
|
|
146
147
|
save=True,
|
|
147
148
|
exclude_names=exclude_names
|
|
148
149
|
)
|
ivoryos/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.0.
|
|
1
|
+
__version__ = "1.0.6"
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ivoryos
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.6
|
|
4
4
|
Summary: an open-source Python package enabling Self-Driving Labs (SDLs) interoperability
|
|
5
5
|
Home-page: https://gitlab.com/heingroup/ivoryos
|
|
6
6
|
Author: Ivory Zhang
|
|
7
7
|
Author-email: ivoryzhang@chem.ubc.ca
|
|
8
8
|
License: MIT
|
|
9
|
-
Platform: UNKNOWN
|
|
10
9
|
Description-Content-Type: text/markdown
|
|
11
10
|
License-File: LICENSE
|
|
12
11
|
Requires-Dist: bcrypt
|
|
@@ -216,5 +215,3 @@ For an additional perspective related to the development of the tool, please see
|
|
|
216
215
|
Ivory Zhang, Lucy Hao
|
|
217
216
|
|
|
218
217
|
Authors acknowledge all former and current Hein Lab members for their valuable suggestions.
|
|
219
|
-
|
|
220
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
ivoryos/__init__.py,sha256=
|
|
1
|
+
ivoryos/__init__.py,sha256=iMQ9I3FmiMNSWW73MmbiMVZMIqp2wGebxY5aFyjFmcw,8100
|
|
2
2
|
ivoryos/config.py,sha256=qvfB_0BItefW0-oxdbgo_nBlhJg1c2qP8JmJmr-zIPA,1453
|
|
3
|
-
ivoryos/version.py,sha256=
|
|
3
|
+
ivoryos/version.py,sha256=mqMuQB3aqJVPrHHqJMLjqiMKUiJjozc7EPLcX5DpKHg,22
|
|
4
4
|
ivoryos/routes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
ivoryos/routes/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
ivoryos/routes/auth/auth.py,sha256=pvrYQN2XqH2OpZMxirFQZr9-c8yO29CpvQg9VR6JFsE,3256
|
|
@@ -45,8 +45,8 @@ ivoryos/utils/llm_agent.py,sha256=-lVCkjPlpLues9sNTmaT7bT4sdhWvV2DiojNwzB2Lcw,64
|
|
|
45
45
|
ivoryos/utils/script_runner.py,sha256=0b5hLKAF2o0SQKiArhUsG8-4MA-eniAcjwi8gCNVwtY,14542
|
|
46
46
|
ivoryos/utils/task_runner.py,sha256=u4nF0wOADu_HVlGYVTOXnUm1woWGgYAccr-ZCzgtb6Q,2899
|
|
47
47
|
ivoryos/utils/utils.py,sha256=nGSw3vHkxXedX4T-AFEWGzDIU7h0NjrAf0wBt0Og9pk,13886
|
|
48
|
-
ivoryos-1.0.
|
|
49
|
-
ivoryos-1.0.
|
|
50
|
-
ivoryos-1.0.
|
|
51
|
-
ivoryos-1.0.
|
|
52
|
-
ivoryos-1.0.
|
|
48
|
+
ivoryos-1.0.6.dist-info/LICENSE,sha256=p2c8S8i-8YqMpZCJnadLz1-ofxnRMILzz6NCMIypRag,1084
|
|
49
|
+
ivoryos-1.0.6.dist-info/METADATA,sha256=wfMHAXlNlTZoKirTbLyy3EPsG6EOYCzegPhB8B3s86Q,8886
|
|
50
|
+
ivoryos-1.0.6.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
51
|
+
ivoryos-1.0.6.dist-info/top_level.txt,sha256=FRIWWdiEvRKqw-XfF_UK3XV0CrnNb6EmVbEgjaVazRM,8
|
|
52
|
+
ivoryos-1.0.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|