pybiolib 1.2.676__py3-none-any.whl → 1.2.679__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.
- biolib/_internal/tree_utils.py +2 -2
- biolib/jobs/job.py +1 -1
- {pybiolib-1.2.676.dist-info → pybiolib-1.2.679.dist-info}/METADATA +1 -1
- {pybiolib-1.2.676.dist-info → pybiolib-1.2.679.dist-info}/RECORD +7 -7
- {pybiolib-1.2.676.dist-info → pybiolib-1.2.679.dist-info}/LICENSE +0 -0
- {pybiolib-1.2.676.dist-info → pybiolib-1.2.679.dist-info}/WHEEL +0 -0
- {pybiolib-1.2.676.dist-info → pybiolib-1.2.679.dist-info}/entry_points.txt +0 -0
biolib/_internal/tree_utils.py
CHANGED
@@ -29,7 +29,7 @@ def build_tree_str(
|
|
29
29
|
prefix: str = '',
|
30
30
|
tree_lines: Optional[List[str]] = None,
|
31
31
|
blue: str = '\033[34m',
|
32
|
-
white: str = '\033[
|
32
|
+
white: str = '\033[90m', # Changed from white (37m) to dark gray (90m) for better visibility on light backgrounds
|
33
33
|
reset: str = '\033[0m',
|
34
34
|
) -> List[str]:
|
35
35
|
"""Build a string representation of a file tree with color-coded directories and files.
|
@@ -39,7 +39,7 @@ def build_tree_str(
|
|
39
39
|
prefix: Line prefix for indentation and tree structure characters
|
40
40
|
tree_lines: List to accumulate tree lines
|
41
41
|
blue: ANSI color code for directories
|
42
|
-
white: ANSI color code for files
|
42
|
+
white: ANSI color code for files (defaults to dark gray for visibility on light backgrounds)
|
43
43
|
reset: ANSI color code to reset color
|
44
44
|
|
45
45
|
Returns:
|
biolib/jobs/job.py
CHANGED
@@ -19,7 +19,7 @@ biolib/_internal/llm_instructions/.github/prompts/biolib_run_apps.prompt.md,sha2
|
|
19
19
|
biolib/_internal/llm_instructions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
20
|
biolib/_internal/push_application.py,sha256=Ffj3iZ0nma4KHTB-PKCeFvhCHHhAEhgKClxnfBUpL8U,12296
|
21
21
|
biolib/_internal/runtime.py,sha256=BiHl4klUHr36MCpqKaUso4idHeBZfPAahLYRQrabFqA,486
|
22
|
-
biolib/_internal/tree_utils.py,sha256=
|
22
|
+
biolib/_internal/tree_utils.py,sha256=_Q_6_NDtIiROcefymqxEVddjqti6Mt3OZ4U0GcDW61s,3904
|
23
23
|
biolib/_internal/types/__init__.py,sha256=xLgOQJFh3GRtiqIJq7MaqHReZx4pp34_zcaFQ_JjuJ4,198
|
24
24
|
biolib/_internal/types/app.py,sha256=Mz2QGD_jESX-K9JYnLWPo4YA__Q_1FQQTk9pvidCohU,118
|
25
25
|
biolib/_internal/types/data_record.py,sha256=9r_vdhVs60YTnzU4XQFXfDrfS2P2MqD3BH2xa7lk6ck,852
|
@@ -108,7 +108,7 @@ biolib/compute_node/webserver/worker_thread.py,sha256=7uD9yQPhePYvP2HCJ27EeZ_h6p
|
|
108
108
|
biolib/experiments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
109
109
|
biolib/experiments/experiment.py,sha256=pBtnOHz0kKoFxlIGf08o8ZCEOze-CljwfOsTdhvCTCk,8646
|
110
110
|
biolib/jobs/__init__.py,sha256=aIb2H2DHjQbM2Bs-dysFijhwFcL58Blp0Co0gimED3w,32
|
111
|
-
biolib/jobs/job.py,sha256=
|
111
|
+
biolib/jobs/job.py,sha256=VQf7I_Y2FtT60KjgIpb30ZaeDwVxmogeT4N1ef8sVTw,26276
|
112
112
|
biolib/jobs/job_result.py,sha256=rALHiKYNaC9lHi_JJqBob1RubzNLwG9Z386kwRJjd2M,5885
|
113
113
|
biolib/jobs/types.py,sha256=ezvaoTANsWazK6PmfpYcqezdfjP7MNBEBfqIZGoZhz8,997
|
114
114
|
biolib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -126,8 +126,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
|
|
126
126
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
127
127
|
biolib/utils/seq_util.py,sha256=Ozk0blGtPur_D9MwShD02r_mphyQmgZkx-lOHOwnlIM,6730
|
128
128
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
129
|
-
pybiolib-1.2.
|
130
|
-
pybiolib-1.2.
|
131
|
-
pybiolib-1.2.
|
132
|
-
pybiolib-1.2.
|
133
|
-
pybiolib-1.2.
|
129
|
+
pybiolib-1.2.679.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
130
|
+
pybiolib-1.2.679.dist-info/METADATA,sha256=8gQGGF5vVpu-qKlssNhqql2WhE277ac0YvTd_QBwEGs,1570
|
131
|
+
pybiolib-1.2.679.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
132
|
+
pybiolib-1.2.679.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
133
|
+
pybiolib-1.2.679.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|