pybiolib 1.2.676__py3-none-any.whl → 1.2.678__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.
@@ -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[37m',
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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pybiolib
3
- Version: 1.2.676
3
+ Version: 1.2.678
4
4
  Summary: BioLib Python Client
5
5
  License: MIT
6
6
  Keywords: biolib
@@ -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=F7Uw_ymEB_IFWPYvvRYG00jajE4aml0KSwQYsHW_AF0,3754
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
@@ -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.676.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
130
- pybiolib-1.2.676.dist-info/METADATA,sha256=G4xSrKTCsELugTDbRh4vW_ytO7BMKvRWUgpTQ97Z_-I,1570
131
- pybiolib-1.2.676.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
132
- pybiolib-1.2.676.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
133
- pybiolib-1.2.676.dist-info/RECORD,,
129
+ pybiolib-1.2.678.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
130
+ pybiolib-1.2.678.dist-info/METADATA,sha256=x4HkSXSKyAR_YIOCHMl7SfrdBptlfAuj2XLTsKjW_cw,1570
131
+ pybiolib-1.2.678.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
132
+ pybiolib-1.2.678.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
133
+ pybiolib-1.2.678.dist-info/RECORD,,