pybiolib 1.2.904__py3-none-any.whl → 1.2.906__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.
@@ -2,7 +2,8 @@ from .typing import TypedDict
2
2
 
3
3
 
4
4
  class AccountDict(TypedDict):
5
- pass
5
+ uuid: str
6
+ handle: str
6
7
 
7
8
 
8
9
  class AccountDetailedDict(TypedDict):
@@ -2,18 +2,19 @@ from .account import AccountDict
2
2
  from .typing import List, Optional, TypedDict
3
3
 
4
4
 
5
- class EnterpriseSettings(TypedDict):
5
+ class EnterpriseSettingsDict(TypedDict):
6
6
  dashboard_message: Optional[str]
7
7
  docs_message: Optional[str]
8
8
  featured_dashboard_app: Optional[str]
9
9
 
10
10
 
11
- class User(TypedDict):
11
+ class UserDict(TypedDict):
12
+ uuid: str
12
13
  email: str
13
- enterprise_settings: Optional[EnterpriseSettings]
14
+ enterprise_settings: Optional[EnterpriseSettingsDict]
14
15
  groups: List[AccountDict]
15
16
  intrinsic_account: AccountDict
16
17
 
17
18
 
18
- class UserDetailed(TypedDict):
19
+ class UserDetailedDict(TypedDict):
19
20
  pass
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pybiolib
3
- Version: 1.2.904
3
+ Version: 1.2.906
4
4
  Summary: BioLib Python Client
5
5
  License: MIT
6
6
  Keywords: biolib
@@ -35,7 +35,7 @@ biolib/_internal/templates/init_template/run.sh,sha256=CF25MYW8vNcZee6_Lydg0o5JD
35
35
  biolib/_internal/templates/templates.py,sha256=-o0VdRMwPhnzL4VlCe3BZYl1aI9HLKtOmNjs6gu9fIQ,101
36
36
  biolib/_internal/tree_utils.py,sha256=_Q_6_NDtIiROcefymqxEVddjqti6Mt3OZ4U0GcDW61s,3904
37
37
  biolib/_internal/types/__init__.py,sha256=WvtlSHh77QhYVTLeRpoPAzqvByLzbEPf_ZqYGHFlQug,247
38
- biolib/_internal/types/account.py,sha256=8OT2zzIZdtV6_RfAWjMqtQ5F6EOtABu3bJ5ecwCoZAo,120
38
+ biolib/_internal/types/account.py,sha256=wxbOLze9SR5TTiB521S34IlrkGSpez9PYhQ11v45tNU,141
39
39
  biolib/_internal/types/app.py,sha256=Mz2QGD_jESX-K9JYnLWPo4YA__Q_1FQQTk9pvidCohU,118
40
40
  biolib/_internal/types/data_record.py,sha256=9r_vdhVs60YTnzU4XQFXfDrfS2P2MqD3BH2xa7lk6ck,852
41
41
  biolib/_internal/types/experiment.py,sha256=2SbCLSwgLglmQgyUHYb5SvO0Cfsgs-f3jqao9--Z_sY,682
@@ -46,7 +46,7 @@ biolib/_internal/types/resource_permission.py,sha256=ZE7eokpzswAiqe4GdpdxdZ6_jl0
46
46
  biolib/_internal/types/resource_version.py,sha256=cU0YFHqxO-wX_Y6CoeK0Iei61gFwVoyR_kPOSTQ4mCs,304
47
47
  biolib/_internal/types/result.py,sha256=MesSTBXCkaw8HydXgHf1OKGVLzsxhZ1KV5z4w-VI-0M,231
48
48
  biolib/_internal/types/typing.py,sha256=qrsk8hHcGEbDpU1QQFzHAKnhQxkMe7uJ6pxHeAnfv1Y,414
49
- biolib/_internal/types/user.py,sha256=IfsjLtnLG1Duwg8oe7woAt0VQPysQILZ0r5XWttnMg8,430
49
+ biolib/_internal/types/user.py,sha256=Ou8riciSK4KOaUoWxnJuilwQvP56n_7kxNPCXf9LIKg,460
50
50
  biolib/_internal/utils/__init__.py,sha256=p5vsIFyu-zYqBgdSMfwW9NC_jk7rXvvCbV4Bzd3As7c,630
51
51
  biolib/_internal/utils/multinode.py,sha256=-J3PEAK3NaOwCn--5T7vWHkA3yu5w9QhmuhkQcH-2wY,8229
52
52
  biolib/_runtime/runtime.py,sha256=Z9YVF8e2A1VMdndEf7CIGqvVKHS7FPY0VGmRgLBB7ck,5699
@@ -143,8 +143,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
143
143
  biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
144
144
  biolib/utils/seq_util.py,sha256=Ozk0blGtPur_D9MwShD02r_mphyQmgZkx-lOHOwnlIM,6730
145
145
  biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
146
- pybiolib-1.2.904.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
147
- pybiolib-1.2.904.dist-info/METADATA,sha256=ZYj0kywHcR_3a9-NbrBnytPihIydxkghgKe1PJTbT5U,1570
148
- pybiolib-1.2.904.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
149
- pybiolib-1.2.904.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
150
- pybiolib-1.2.904.dist-info/RECORD,,
146
+ pybiolib-1.2.906.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
147
+ pybiolib-1.2.906.dist-info/METADATA,sha256=v9SyFkCXLH1jPamQGVibzqjhEwCpfmnL5QZ5C4sSGgs,1570
148
+ pybiolib-1.2.906.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
149
+ pybiolib-1.2.906.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
150
+ pybiolib-1.2.906.dist-info/RECORD,,