pybiolib 1.2.193.dev1__py3-none-any.whl → 1.2.197__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/jobs/job.py +3 -3
- {pybiolib-1.2.193.dev1.dist-info → pybiolib-1.2.197.dist-info}/METADATA +1 -1
- {pybiolib-1.2.193.dev1.dist-info → pybiolib-1.2.197.dist-info}/RECORD +6 -6
- {pybiolib-1.2.193.dev1.dist-info → pybiolib-1.2.197.dist-info}/LICENSE +0 -0
- {pybiolib-1.2.193.dev1.dist-info → pybiolib-1.2.197.dist-info}/WHEEL +0 -0
- {pybiolib-1.2.193.dev1.dist-info → pybiolib-1.2.197.dist-info}/entry_points.txt +0 -0
biolib/jobs/job.py
CHANGED
@@ -260,12 +260,12 @@ class Job:
|
|
260
260
|
jobs = [job_dict for job_dict in response['results']]
|
261
261
|
|
262
262
|
for page_number in range(2, response['page_count'] + 1):
|
263
|
-
page_response = api.client.get(path=api_path, params=dict(**params, page=page_number)).json()
|
264
|
-
jobs.extend([job_dict for job_dict in page_response['results']])
|
265
263
|
if len(jobs) >= count:
|
266
264
|
break
|
265
|
+
page_response = api.client.get(path=api_path, params=dict(**params, page=page_number)).json()
|
266
|
+
jobs.extend([job_dict for job_dict in page_response['results']])
|
267
267
|
|
268
|
-
return jobs
|
268
|
+
return jobs[:count]
|
269
269
|
|
270
270
|
@staticmethod
|
271
271
|
def _get_job_dict(uuid: str, auth_token: Optional[str] = None) -> JobDict:
|
@@ -103,7 +103,7 @@ biolib/compute_node/webserver/worker_thread.py,sha256=GRRBUqXdMKvbjyLQhYlqGIbFKe
|
|
103
103
|
biolib/experiments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
104
104
|
biolib/experiments/experiment.py,sha256=m7FB7hot8CMOVrNyWGPB6FTkWQJwI0ytpIvtPxfoPME,7684
|
105
105
|
biolib/jobs/__init__.py,sha256=aIb2H2DHjQbM2Bs-dysFijhwFcL58Blp0Co0gimED3w,32
|
106
|
-
biolib/jobs/job.py,sha256=
|
106
|
+
biolib/jobs/job.py,sha256=97OvImY2LewwGUTaAuBXsJJ8cUak0nOfjX7QIAgrtAA,20100
|
107
107
|
biolib/jobs/job_result.py,sha256=rALHiKYNaC9lHi_JJqBob1RubzNLwG9Z386kwRJjd2M,5885
|
108
108
|
biolib/jobs/types.py,sha256=ezvaoTANsWazK6PmfpYcqezdfjP7MNBEBfqIZGoZhz8,997
|
109
109
|
biolib/runtime/__init__.py,sha256=MlRepA11n2H-3plB5rzWyyHK2JmP6PiaP3i6x3vt0mg,506
|
@@ -120,8 +120,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
|
|
120
120
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
121
121
|
biolib/utils/seq_util.py,sha256=Ozk0blGtPur_D9MwShD02r_mphyQmgZkx-lOHOwnlIM,6730
|
122
122
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
123
|
-
pybiolib-1.2.
|
124
|
-
pybiolib-1.2.
|
125
|
-
pybiolib-1.2.
|
126
|
-
pybiolib-1.2.
|
127
|
-
pybiolib-1.2.
|
123
|
+
pybiolib-1.2.197.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
124
|
+
pybiolib-1.2.197.dist-info/METADATA,sha256=M3CE4EFJhUW5x4OLIjMFW79RdeyonCDwJrPVkywCWe0,1558
|
125
|
+
pybiolib-1.2.197.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
126
|
+
pybiolib-1.2.197.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
127
|
+
pybiolib-1.2.197.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|