pybiolib 1.1.1890__py3-none-any.whl → 1.1.1892__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/biolib_binary_format/utils.py +1 -1
- {pybiolib-1.1.1890.dist-info → pybiolib-1.1.1892.dist-info}/METADATA +1 -1
- {pybiolib-1.1.1890.dist-info → pybiolib-1.1.1892.dist-info}/RECORD +6 -6
- {pybiolib-1.1.1890.dist-info → pybiolib-1.1.1892.dist-info}/LICENSE +0 -0
- {pybiolib-1.1.1890.dist-info → pybiolib-1.1.1892.dist-info}/WHEEL +0 -0
- {pybiolib-1.1.1890.dist-info → pybiolib-1.1.1892.dist-info}/entry_points.txt +0 -0
@@ -155,7 +155,7 @@ class LazyLoadedFile:
|
|
155
155
|
if self._length == 0:
|
156
156
|
yield b''
|
157
157
|
else:
|
158
|
-
chunk_size =
|
158
|
+
chunk_size = 10_000_000
|
159
159
|
chunks_to_yield = math.ceil(self._length / chunk_size)
|
160
160
|
for chunk_idx in range(chunks_to_yield - 1):
|
161
161
|
yield self._buffer.get_data(start=self.start+chunk_idx*chunk_size, length=chunk_size)
|
@@ -35,7 +35,7 @@ biolib/biolib_binary_format/saved_job.py,sha256=nFHVFRNTNcAFGODLSiBntCtMk55QKwre
|
|
35
35
|
biolib/biolib_binary_format/stdout_and_stderr.py,sha256=WfUUJFFCBrtfXjuWIaRPiWCpuBLxfko68oxoTKhrwx8,1023
|
36
36
|
biolib/biolib_binary_format/system_exception.py,sha256=T3iL4_cSHAHim3RSDPS8Xyb1mfteaJBZonSXuRltc28,853
|
37
37
|
biolib/biolib_binary_format/system_status_update.py,sha256=aOELuQ0k-GtpaZTUxYd0GFomP_OInmrK585y6fuQuKE,1191
|
38
|
-
biolib/biolib_binary_format/utils.py,sha256
|
38
|
+
biolib/biolib_binary_format/utils.py,sha256=-QQExlpZqzOZ89tkZrLoMh5eHbffKyHvvkHqJ-On_U4,4814
|
39
39
|
biolib/biolib_docker_client/__init__.py,sha256=aBfA6mtWSI5dBEfNNMD6bIZzCPloW4ghKm0wqQiljdo,1481
|
40
40
|
biolib/biolib_download_container.py,sha256=8TmBV8iv3bCvkNlHa1SSsc4zl0wX_eaxhfnW5rvFIh8,1779
|
41
41
|
biolib/biolib_errors.py,sha256=5m4lK2l39DafpoXBImEBD4EPH3ayXBX0JgtPzmGClow,689
|
@@ -105,8 +105,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
|
|
105
105
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
106
106
|
biolib/utils/seq_util.py,sha256=jC5WhH63FTD7SLFJbxQGA2hOt9NTwq9zHl_BEec1Z0c,4907
|
107
107
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
108
|
-
pybiolib-1.1.
|
109
|
-
pybiolib-1.1.
|
110
|
-
pybiolib-1.1.
|
111
|
-
pybiolib-1.1.
|
112
|
-
pybiolib-1.1.
|
108
|
+
pybiolib-1.1.1892.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
109
|
+
pybiolib-1.1.1892.dist-info/METADATA,sha256=aiRKlUYe62CqUzTko-177drs4Jcki2x-VbWrjKHHX_E,1508
|
110
|
+
pybiolib-1.1.1892.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
111
|
+
pybiolib-1.1.1892.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
112
|
+
pybiolib-1.1.1892.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|