pybiolib 1.2.29.dev1__py3-none-any.whl → 1.2.30.dev1__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/__init__.py +2 -2
- {pybiolib-1.2.29.dev1.dist-info → pybiolib-1.2.30.dev1.dist-info}/METADATA +1 -1
- {pybiolib-1.2.29.dev1.dist-info → pybiolib-1.2.30.dev1.dist-info}/RECORD +6 -6
- {pybiolib-1.2.29.dev1.dist-info → pybiolib-1.2.30.dev1.dist-info}/LICENSE +0 -0
- {pybiolib-1.2.29.dev1.dist-info → pybiolib-1.2.30.dev1.dist-info}/WHEEL +0 -0
- {pybiolib-1.2.29.dev1.dist-info → pybiolib-1.2.30.dev1.dist-info}/entry_points.txt +0 -0
biolib/__init__.py
CHANGED
@@ -41,8 +41,8 @@ def search(
|
|
41
41
|
return apps
|
42
42
|
|
43
43
|
|
44
|
-
def get_job(job_id: str) -> _Job:
|
45
|
-
return _Job.create_from_uuid(uuid=job_id)
|
44
|
+
def get_job(job_id: str, job_token: Optional[str] = None) -> _Job:
|
45
|
+
return _Job.create_from_uuid(uuid=job_id, auth_token=job_token)
|
46
46
|
|
47
47
|
|
48
48
|
def get_data_record(uri: str) -> _DataRecord:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
2
2
|
PYPI_README.md,sha256=_IH7pxFiqy2bIAmaVeA-iVTyUwWRjMIlfgtUbYTtmls,368
|
3
|
-
biolib/__init__.py,sha256=
|
3
|
+
biolib/__init__.py,sha256=q_YhAYw51Vq16IKtSk8_MJclDAa4CfCmPhvWDYmrSIg,4393
|
4
4
|
biolib/_data_record/data_record.py,sha256=CoyYRse5VdUBhQzzPfR9BkytgOsM-IZxkfMX1kyRnPk,12589
|
5
5
|
biolib/_internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
biolib/_internal/data_record/__init__.py,sha256=fGdME6JGRU_2VxpJbYpGXYndjN-feUkmKY4fuMyq3cg,76
|
@@ -117,8 +117,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
|
|
117
117
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
118
118
|
biolib/utils/seq_util.py,sha256=ZQFcaE37B2dtucN2zDjOmdya_X0ITc1zBFZJNQY13XA,5183
|
119
119
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
120
|
-
pybiolib-1.2.
|
121
|
-
pybiolib-1.2.
|
122
|
-
pybiolib-1.2.
|
123
|
-
pybiolib-1.2.
|
124
|
-
pybiolib-1.2.
|
120
|
+
pybiolib-1.2.30.dev1.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
121
|
+
pybiolib-1.2.30.dev1.dist-info/METADATA,sha256=TbVzudpwhsarUI3OvbZXVmVKfbCJ-KavLigRTkzxAT8,1511
|
122
|
+
pybiolib-1.2.30.dev1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
123
|
+
pybiolib-1.2.30.dev1.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
124
|
+
pybiolib-1.2.30.dev1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|