biotite 0.41.1__cp310-cp310-win_amd64.whl → 0.41.2__cp310-cp310-win_amd64.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.
Potentially problematic release.
This version of biotite might be problematic. Click here for more details.
- biotite/application/__init__.py +35 -9
- biotite/application/application.py +2 -1
- biotite/sequence/__init__.py +13 -2
- biotite/sequence/align/__init__.py +158 -4
- biotite/sequence/align/banded.cp310-win_amd64.pyd +0 -0
- biotite/sequence/align/kmeralphabet.cp310-win_amd64.pyd +0 -0
- biotite/sequence/align/kmersimilarity.cp310-win_amd64.pyd +0 -0
- biotite/sequence/align/kmertable.cp310-win_amd64.pyd +0 -0
- biotite/sequence/align/localgapped.cp310-win_amd64.pyd +0 -0
- biotite/sequence/align/localungapped.cp310-win_amd64.pyd +0 -0
- biotite/sequence/align/multiple.cp310-win_amd64.pyd +0 -0
- biotite/sequence/align/multiple.pyx +34 -34
- biotite/sequence/align/pairwise.cp310-win_amd64.pyd +0 -0
- biotite/sequence/align/permutation.cp310-win_amd64.pyd +0 -0
- biotite/sequence/align/selector.cp310-win_amd64.pyd +0 -0
- biotite/sequence/align/tracetable.cp310-win_amd64.pyd +0 -0
- biotite/sequence/alphabet.py +63 -63
- biotite/sequence/codec.cp310-win_amd64.pyd +0 -0
- biotite/sequence/phylo/nj.cp310-win_amd64.pyd +0 -0
- biotite/sequence/phylo/tree.cp310-win_amd64.pyd +0 -0
- biotite/sequence/phylo/upgma.cp310-win_amd64.pyd +0 -0
- biotite/sequence/sequence.py +52 -50
- biotite/structure/atoms.py +8 -8
- biotite/structure/bonds.cp310-win_amd64.pyd +0 -0
- biotite/structure/bonds.pyx +59 -68
- biotite/structure/celllist.cp310-win_amd64.pyd +0 -0
- biotite/structure/charges.cp310-win_amd64.pyd +0 -0
- biotite/structure/info/ccd.py +17 -2
- biotite/structure/info/groups.py +9 -12
- biotite/structure/io/mmtf/convertarray.cp310-win_amd64.pyd +0 -0
- biotite/structure/io/mmtf/convertfile.cp310-win_amd64.pyd +0 -0
- biotite/structure/io/mmtf/decode.cp310-win_amd64.pyd +0 -0
- biotite/structure/io/mmtf/encode.cp310-win_amd64.pyd +0 -0
- biotite/structure/io/pdb/hybrid36.cp310-win_amd64.pyd +0 -0
- biotite/structure/io/pdbx/bcif.py +0 -8
- biotite/structure/io/pdbx/encoding.cp310-win_amd64.pyd +0 -0
- biotite/structure/sasa.cp310-win_amd64.pyd +0 -0
- biotite/version.py +2 -2
- {biotite-0.41.1.dist-info → biotite-0.41.2.dist-info}/METADATA +2 -2
- {biotite-0.41.1.dist-info → biotite-0.41.2.dist-info}/RECORD +42 -42
- {biotite-0.41.1.dist-info → biotite-0.41.2.dist-info}/WHEEL +1 -1
- {biotite-0.41.1.dist-info → biotite-0.41.2.dist-info}/licenses/LICENSE.rst +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: biotite
|
|
3
|
-
Version: 0.41.
|
|
3
|
+
Version: 0.41.2
|
|
4
4
|
Summary: A comprehensive library for computational molecular biology
|
|
5
5
|
Project-URL: homepage, https://www.biotite-python.org
|
|
6
6
|
Project-URL: repository, https://github.com/biotite-dev/biotite
|
|
@@ -184,4 +184,4 @@ Contribution
|
|
|
184
184
|
Interested in improving *Biotite*?
|
|
185
185
|
Have a look at the
|
|
186
186
|
`contribution guidelines <https://www.biotite-python.org/contribute.html>`_.
|
|
187
|
-
Feel free to join
|
|
187
|
+
Feel free to join our community chat on `Discord <https://discord.gg/cUjDguF>`_.
|
|
@@ -2,10 +2,10 @@ biotite/__init__.py,sha256=YL9ro6q9Hu36cVrWclQoKL7CfGATlLJ8Dn6Isjr-AJM,570
|
|
|
2
2
|
biotite/copyable.py,sha256=bS6JvqiG2G-8Kav7hzJb2mhO0mSpgjFvm_LD_t9dTLA,2042
|
|
3
3
|
biotite/file.py,sha256=Hu4NPQOgTtgt10fgRSOaD92Ur2rBMUUBW-fOniFUsJw,7680
|
|
4
4
|
biotite/temp.py,sha256=zROAfIdwaqso8_cvpVkCM37LNtzpke-XIoidHZkDnuY,2130
|
|
5
|
-
biotite/version.py,sha256=
|
|
5
|
+
biotite/version.py,sha256=dLYBKkbpUgSxcxAAHUUFW0H2r-gxkQmX4z_jXlTbqzA,429
|
|
6
6
|
biotite/visualize.py,sha256=yuQJEwZhfbXPR8tWKUywusP1puFlLc_DAbctY_nCrhM,10092
|
|
7
|
-
biotite/application/__init__.py,sha256=
|
|
8
|
-
biotite/application/application.py,sha256=
|
|
7
|
+
biotite/application/__init__.py,sha256=JXTLDWVbRrhsnBJzi62hPZ6pSMIhitfRkfZF6p9Y8x4,3146
|
|
8
|
+
biotite/application/application.py,sha256=S6wSmNkAoc0SDbUSV9OQmN97oc6lkfl2SCpXp5evKuk,8395
|
|
9
9
|
biotite/application/localapp.py,sha256=B4OdFmn6UaKXB9KEP1fKDnvXuO0qJqe2UFpZs1twA_0,9755
|
|
10
10
|
biotite/application/msaapp.py,sha256=0bMIh1TwCU3qEoAjkA_YYWBat-U6l7ZV4Z6qrDvBnLA,12720
|
|
11
11
|
biotite/application/util.py,sha256=Uub1ZAobzqa09fIhx_Le0zVIbVXhVv5j3NA5mBz8_Lc,2162
|
|
@@ -53,8 +53,8 @@ biotite/database/uniprot/__init__.py,sha256=0U1mt1nphhPZomlauOeMEVDfFx-6Npyi2eGs
|
|
|
53
53
|
biotite/database/uniprot/check.py,sha256=wmxqqAV9NkEHlC4st4uP9yqhrjJ26uFQfuJM1ItFqIk,1278
|
|
54
54
|
biotite/database/uniprot/download.py,sha256=MGxeS3DwSIn8WUur1-hOFEKgr4tgKZLmDdTcSIhBFnI,4512
|
|
55
55
|
biotite/database/uniprot/query.py,sha256=283jqn5qr_Lfsi5oUQ-LkK5Cutauy8kDih26rZdkEzg,7099
|
|
56
|
-
biotite/sequence/__init__.py,sha256=
|
|
57
|
-
biotite/sequence/alphabet.py,sha256
|
|
56
|
+
biotite/sequence/__init__.py,sha256=gjNLJPH6-wJ0yNAkvsiTOe_7UMtzKBSexgbu7E2vAt8,3507
|
|
57
|
+
biotite/sequence/alphabet.py,sha256=1N3HZCjVQJZgmtjmylY8Qa7c-l7yVyr57Jwki7tlGI4,18067
|
|
58
58
|
biotite/sequence/annotation.py,sha256=U1-vAsQvF02eazhEE0qqujBSkTv1_jiPrjSkoU8LY88,30575
|
|
59
59
|
biotite/sequence/codec.pyx,sha256=JIKPODmlk7RGW1GIhoUSrbfS1XRJa6vbOb5ur-62jIc,5116
|
|
60
60
|
biotite/sequence/codon.py,sha256=g3CfUkCbzm0kwDf0jsQdOk0RBKU9B4HvJEq5bCqTvRc,16921
|
|
@@ -62,8 +62,8 @@ biotite/sequence/codon_tables.txt,sha256=knCf-Q8tZToxEr7s4nM9xuq_5BlhL_IYEyNh9rf
|
|
|
62
62
|
biotite/sequence/profile.py,sha256=a455N4r1ua9e5tDZIp8u014ELxZE-Sxw_IUeCuqjgrQ,17269
|
|
63
63
|
biotite/sequence/search.py,sha256=KqSKBBmgJRsCmfL7pq44pAkC2TrXjW3HKgbIXszXY_0,3265
|
|
64
64
|
biotite/sequence/seqtypes.py,sha256=NjBXwpTer2PhcEwngpWBYwYwR6yj3N_7JTILIoG3UNM,20146
|
|
65
|
-
biotite/sequence/sequence.py,sha256=
|
|
66
|
-
biotite/sequence/align/__init__.py,sha256=
|
|
65
|
+
biotite/sequence/sequence.py,sha256=mULbPMVNbqn_HujB3Kj8MMqscHE8iF6Sujk44ECQjkc,12064
|
|
66
|
+
biotite/sequence/align/__init__.py,sha256=8XveagJxOd0PvUiTOhQjRHJHpD7hsUhf5kC6GkQvw8g,4916
|
|
67
67
|
biotite/sequence/align/alignment.py,sha256=IiD_v_N10M3xRn2Xn5BdPT3E7dRIS7Qsne0WQUWWRks,21995
|
|
68
68
|
biotite/sequence/align/banded.pyx,sha256=LmRd4yR3lozB9usUvvREsbSsHMTFIAMC3RXbUbaawTs,26043
|
|
69
69
|
biotite/sequence/align/buckets.py,sha256=smW_ioFzL_tkc1ybfzbmLVujgEBFeESCZSXc4Fx9KIs,2490
|
|
@@ -74,7 +74,7 @@ biotite/sequence/align/kmertable.pyx,sha256=hhDJdDJqNXttyQA_sicE9jYAgpxkL8OmtfGe
|
|
|
74
74
|
biotite/sequence/align/localgapped.pyx,sha256=523kib6BGDASd4AYZw4j0AMx7c_TfKr_gO-LTPL2Puo,34277
|
|
75
75
|
biotite/sequence/align/localungapped.pyx,sha256=Uid8_OGa2yLrLeoblEF6VqUanqtvcAMgJHKWBfz9Ppw,9974
|
|
76
76
|
biotite/sequence/align/matrix.py,sha256=LAh-OYS5Lsp_P9M-Zk31785Dz2LVb8C6mJr5P6mBY9o,13692
|
|
77
|
-
biotite/sequence/align/multiple.pyx,sha256=
|
|
77
|
+
biotite/sequence/align/multiple.pyx,sha256=XLqTCRlvS59LXBQsQDPcdtFnNdfdTC3BlbY3sZiTiE8,22584
|
|
78
78
|
biotite/sequence/align/pairwise.pyx,sha256=P8aiNasedIZPuTrNfUSkQK_6fK5msdCmvcXAVHnPgP0,23422
|
|
79
79
|
biotite/sequence/align/permutation.pyx,sha256=URxh3NRLPdahA5BuKGCauhBV0ygHr_oAvkWYBOT5Mrc,10014
|
|
80
80
|
biotite/sequence/align/primes.txt,sha256=XcNX2_hYQI4H-8MPvZH1oiYeQ1lfxU8rBvuwMlcQa3Y,10961
|
|
@@ -218,9 +218,9 @@ biotite/sequence/phylo/nj.pyx,sha256=YOseJP7fKCnqhh8w3mK1z3fw6cKF5sU5oRkb1D3X9vI
|
|
|
218
218
|
biotite/sequence/phylo/tree.pyx,sha256=kmT2kO9cH3svQOxsyuPLfbUsWnTNdfVrx5xaxcmTC3I,40374
|
|
219
219
|
biotite/sequence/phylo/upgma.pyx,sha256=llgc-9fEOU-D1a-ESMSIAoPjHvsd_L0-GnwkL-uzWNc,5376
|
|
220
220
|
biotite/structure/__init__.py,sha256=eKkz3PMZDOHo1Nq-kTXNjX-KuEDiRj9glRWC_qzj_Zw,5455
|
|
221
|
-
biotite/structure/atoms.py,sha256=
|
|
221
|
+
biotite/structure/atoms.py,sha256=7d4gk4DYttczaNdWtqgsBXEODZtGMjajEVugVl4ldHc,49277
|
|
222
222
|
biotite/structure/basepairs.py,sha256=s6h7uSKmuiT6yRyVB1bBuH_xjoRnOSHaRuTgdC0BUbA,51563
|
|
223
|
-
biotite/structure/bonds.pyx,sha256=
|
|
223
|
+
biotite/structure/bonds.pyx,sha256=fkSmwcnrP_kJSfJO0iXGLxLaO91FVOEbp0NRB-AZE1I,70344
|
|
224
224
|
biotite/structure/box.py,sha256=5mt25oCUd_GG4j_TBRaT6w__IQGjg-sFYiw4h-Iw7nA,19333
|
|
225
225
|
biotite/structure/celllist.pyx,sha256=gGv_j-jVdoC6K-8Dw38Tc5Xq_KbEdFO5ZnvHZl__htA,35310
|
|
226
226
|
biotite/structure/chains.py,sha256=fiAmT6J8BlfmdAtajOd_QVU0qriCwE7QPe4KsVxbXo8,9104
|
|
@@ -253,8 +253,8 @@ biotite/structure/info/__init__.py,sha256=zIRFQGmBG-XWfuID8Xr2vp6o70DdbdH1x8QXMn
|
|
|
253
253
|
biotite/structure/info/atom_masses.json,sha256=DJ2YMCN4Fvn0zzT91N6TotoLMPm_EkeOF23Yjb5mvGg,2504
|
|
254
254
|
biotite/structure/info/atoms.py,sha256=ScWweOXKeLhbOPtxVSYTT4ySfQG6ESAWd-7sOTpLQb0,2650
|
|
255
255
|
biotite/structure/info/bonds.py,sha256=c-DyaOIkcB-DMpeNEBb1uksnjbURs9Du4y-EDwA227Y,4796
|
|
256
|
-
biotite/structure/info/ccd.py,sha256=
|
|
257
|
-
biotite/structure/info/groups.py,sha256=
|
|
256
|
+
biotite/structure/info/ccd.py,sha256=7dkamYvysW0ivuiL5WwcOZaY4ff1fmYphW85nkTC46I,3091
|
|
257
|
+
biotite/structure/info/groups.py,sha256=zzFBbPMtHJd9fMoqQD-RhCapD-UJ2fuNeEtf6mySYx8,2081
|
|
258
258
|
biotite/structure/info/masses.py,sha256=C_eb9HxNP43bVarwW4MgeUSUln-sYSdjyIK2qa8E3u4,4611
|
|
259
259
|
biotite/structure/info/misc.py,sha256=rdYyT2gkRDg7OeB8RAvvB2YYpoHUUmTa-8unqGvCPog,3634
|
|
260
260
|
biotite/structure/info/radii.py,sha256=bVCi_3TMz54uJTupgcxpPuqSYzLuT76da3V63v8dLRc,5844
|
|
@@ -297,7 +297,7 @@ biotite/structure/io/pdbqt/__init__.py,sha256=_e0Cyo-9kxX__O47RJwLJrylIWfAOiqqX-
|
|
|
297
297
|
biotite/structure/io/pdbqt/convert.py,sha256=8DEo4oOhp5MXqXXr3EWHnKD4y4zI6kqZ-Fjv19g6IjI,4133
|
|
298
298
|
biotite/structure/io/pdbqt/file.py,sha256=okgs4zmpumCDkmrtQqbm6uCaM99J-cJlST1oNqGQqRY,27038
|
|
299
299
|
biotite/structure/io/pdbx/__init__.py,sha256=aEMr9p4gbeQQFeWgwohV0TBPOa77hFfdhk6pgjTola4,736
|
|
300
|
-
biotite/structure/io/pdbx/bcif.py,sha256=
|
|
300
|
+
biotite/structure/io/pdbx/bcif.py,sha256=UARZqwMnWLq4kb2nLpLwx8ytFH2-Doi0wQWtfwPLRck,20702
|
|
301
301
|
biotite/structure/io/pdbx/cif.py,sha256=_f93PMs269cwEwMszGlqtd4Ajy_wONW1TWdTV8ThLs0,33469
|
|
302
302
|
biotite/structure/io/pdbx/component.py,sha256=v_DJAM8VgDUgT7bQQdqrA7yn6vzU7fy_cQ9YljAvw4U,8389
|
|
303
303
|
biotite/structure/io/pdbx/convert.py,sha256=Pk89MknEXzAitzxYQdpwWSD4zz0IqOl3bFfu1xitGDU,61354
|
|
@@ -309,32 +309,32 @@ biotite/structure/io/trr/__init__.py,sha256=ayqC8DyqjJ93VVytJEdmBHNcHTaIZOCfktzp
|
|
|
309
309
|
biotite/structure/io/trr/file.py,sha256=4rS9HNoXQXCauquOTbkUWeveq9LEy0CKBNgi_IMTL-s,1348
|
|
310
310
|
biotite/structure/io/xtc/__init__.py,sha256=NHHFO6mTJCj3pfbP4saehOcKXrYr9CxVMSuJVb9QJHE,368
|
|
311
311
|
biotite/structure/io/xtc/file.py,sha256=UQ-QF5leM2ujMPde8RFe3dNShHXjl8lJ0qWU77QkbCY,1344
|
|
312
|
-
biotite/sequence/codec.cp310-win_amd64.pyd,sha256=
|
|
313
|
-
biotite/structure/bonds.cp310-win_amd64.pyd,sha256=
|
|
314
|
-
biotite/structure/celllist.cp310-win_amd64.pyd,sha256=
|
|
315
|
-
biotite/structure/charges.cp310-win_amd64.pyd,sha256=
|
|
316
|
-
biotite/structure/sasa.cp310-win_amd64.pyd,sha256=
|
|
317
|
-
biotite/sequence/align/banded.cp310-win_amd64.pyd,sha256=
|
|
318
|
-
biotite/sequence/align/kmeralphabet.cp310-win_amd64.pyd,sha256=
|
|
319
|
-
biotite/sequence/align/kmersimilarity.cp310-win_amd64.pyd,sha256=
|
|
320
|
-
biotite/sequence/align/kmertable.cp310-win_amd64.pyd,sha256=
|
|
321
|
-
biotite/sequence/align/localgapped.cp310-win_amd64.pyd,sha256=
|
|
322
|
-
biotite/sequence/align/localungapped.cp310-win_amd64.pyd,sha256=
|
|
323
|
-
biotite/sequence/align/multiple.cp310-win_amd64.pyd,sha256=
|
|
324
|
-
biotite/sequence/align/pairwise.cp310-win_amd64.pyd,sha256=
|
|
325
|
-
biotite/sequence/align/permutation.cp310-win_amd64.pyd,sha256=
|
|
326
|
-
biotite/sequence/align/selector.cp310-win_amd64.pyd,sha256=
|
|
327
|
-
biotite/sequence/align/tracetable.cp310-win_amd64.pyd,sha256=
|
|
328
|
-
biotite/sequence/phylo/nj.cp310-win_amd64.pyd,sha256=
|
|
329
|
-
biotite/sequence/phylo/tree.cp310-win_amd64.pyd,sha256=
|
|
330
|
-
biotite/sequence/phylo/upgma.cp310-win_amd64.pyd,sha256=
|
|
331
|
-
biotite/structure/io/mmtf/convertarray.cp310-win_amd64.pyd,sha256=
|
|
332
|
-
biotite/structure/io/mmtf/convertfile.cp310-win_amd64.pyd,sha256=
|
|
333
|
-
biotite/structure/io/mmtf/decode.cp310-win_amd64.pyd,sha256=
|
|
334
|
-
biotite/structure/io/mmtf/encode.cp310-win_amd64.pyd,sha256=
|
|
335
|
-
biotite/structure/io/pdb/hybrid36.cp310-win_amd64.pyd,sha256=
|
|
336
|
-
biotite/structure/io/pdbx/encoding.cp310-win_amd64.pyd,sha256=
|
|
337
|
-
biotite-0.41.
|
|
338
|
-
biotite-0.41.
|
|
339
|
-
biotite-0.41.
|
|
340
|
-
biotite-0.41.
|
|
312
|
+
biotite/sequence/codec.cp310-win_amd64.pyd,sha256=tc9omKVWAWOBchYFxcuiPgHJIU9goztdG4lnv1dVIfU,247296
|
|
313
|
+
biotite/structure/bonds.cp310-win_amd64.pyd,sha256=eC1cffL845Lu2UYkdwjzs4ELxc14djU_gNjt383yU3M,486912
|
|
314
|
+
biotite/structure/celllist.cp310-win_amd64.pyd,sha256=KxI6ZnQRP7s7OoJNSsfJgJLJsxfrt7Nq52Mj7NhsGwk,256512
|
|
315
|
+
biotite/structure/charges.cp310-win_amd64.pyd,sha256=Tnv6N5H_wcTrt9ivCMKS4OKVlKXbaV_lZC1-0oNSUck,221696
|
|
316
|
+
biotite/structure/sasa.cp310-win_amd64.pyd,sha256=DtfIcsKNqQblN-stXFeZQq-vIxs5PvQfrGqnRjizgUA,193024
|
|
317
|
+
biotite/sequence/align/banded.cp310-win_amd64.pyd,sha256=u_eIrWFoWooNx_VcMrrQNrNfTxRvFNbT4yJ7BUTWF6A,498176
|
|
318
|
+
biotite/sequence/align/kmeralphabet.cp310-win_amd64.pyd,sha256=rcke-oUU1UCTorXeOoCCYew8vS4AEsFfmiZSpi4WVwE,313856
|
|
319
|
+
biotite/sequence/align/kmersimilarity.cp310-win_amd64.pyd,sha256=_nLfXe9xPiduEDEybrHdadX0w-Tc3RNi8dh-fsfy418,175616
|
|
320
|
+
biotite/sequence/align/kmertable.cp310-win_amd64.pyd,sha256=fAGD7Eejh3j72gInfZgDZqYpv1a6NeVPLz0S-zGuotc,604672
|
|
321
|
+
biotite/sequence/align/localgapped.cp310-win_amd64.pyd,sha256=NGjAJ49Uuvb6-IWtrIbyNrxJtzYB-kBtIBnYx8keaz4,1002496
|
|
322
|
+
biotite/sequence/align/localungapped.cp310-win_amd64.pyd,sha256=MfqWiiJ8C_2wClZvt3ZPCARCdV9nAHlC3vKDMTcx-0U,260608
|
|
323
|
+
biotite/sequence/align/multiple.cp310-win_amd64.pyd,sha256=j-jpqo3nr4EA72brlzeLi-LeiUpQcAjSgRThb1XNnsk,414208
|
|
324
|
+
biotite/sequence/align/pairwise.cp310-win_amd64.pyd,sha256=qTptNLulXJyLU0-azYySY7Uh0VnPttinFWR4-u469Ms,541696
|
|
325
|
+
biotite/sequence/align/permutation.cp310-win_amd64.pyd,sha256=ZWvS_d4PNrbXpGHo5usGQMtdMhZ0JYA2o_YF4RpkUMk,184832
|
|
326
|
+
biotite/sequence/align/selector.cp310-win_amd64.pyd,sha256=9ILqLmG4cw8dlgaEzqg9sXxgzgPlzw6iR1Az2RkBC8w,259584
|
|
327
|
+
biotite/sequence/align/tracetable.cp310-win_amd64.pyd,sha256=YLZjVKnQ8scJjgcl8fIcul0-9ksobY5f7T8kvWd9x64,151552
|
|
328
|
+
biotite/sequence/phylo/nj.cp310-win_amd64.pyd,sha256=KeWFNE0MMgRTB3CGmJHK1pkF1WqW5SDqy2t7A5PQ7PQ,172544
|
|
329
|
+
biotite/sequence/phylo/tree.cp310-win_amd64.pyd,sha256=MAv5O6X7mAfRhTUD3l0yVujEfHevh-PYdHB4lGdVD8E,211968
|
|
330
|
+
biotite/sequence/phylo/upgma.cp310-win_amd64.pyd,sha256=sBJZdKYUD01LjLoOBK_zjkbl1xXiOeP5F0iwwVTm0Tc,164864
|
|
331
|
+
biotite/structure/io/mmtf/convertarray.cp310-win_amd64.pyd,sha256=_MOxFen_pcJsdJoLFRGlEKfY2Fs7MyqiUSiOAGQjX2o,107520
|
|
332
|
+
biotite/structure/io/mmtf/convertfile.cp310-win_amd64.pyd,sha256=hBxuxADtbNdbjU-vliLrckrZjwtufj5yvKEPapRWVa8,248320
|
|
333
|
+
biotite/structure/io/mmtf/decode.cp310-win_amd64.pyd,sha256=2QODysYmTvw-c20XwFNSTCoseJr72kU6_dz4LMYyEU8,211456
|
|
334
|
+
biotite/structure/io/mmtf/encode.cp310-win_amd64.pyd,sha256=5cgS68wT2VdYJhldVkoUK5cbFum2PEMOGVRYXeQ-zsU,191488
|
|
335
|
+
biotite/structure/io/pdb/hybrid36.cp310-win_amd64.pyd,sha256=8tqNhjs39okz7VATkQdvJJfLdQGdBd8SazZlrbpmr0k,152576
|
|
336
|
+
biotite/structure/io/pdbx/encoding.cp310-win_amd64.pyd,sha256=hDpZc3MTeKDOMjHAe2D2K0SXdkgTx2pLo7JAFWWHv7g,1001472
|
|
337
|
+
biotite-0.41.2.dist-info/METADATA,sha256=14dd4QiSzA1brN6Yz41ycwhYy1_ZaxQWZyybLdrgtZM,7138
|
|
338
|
+
biotite-0.41.2.dist-info/WHEEL,sha256=eNBqRHhwAIHkRN0IzK2Y894ATsq8QRbcKdgIDwxguGM,97
|
|
339
|
+
biotite-0.41.2.dist-info/licenses/LICENSE.rst,sha256=wDDtR8LuBedgqNIor2N5YGv4nj9flZltCDSu2fhjGbo,1564
|
|
340
|
+
biotite-0.41.2.dist-info/RECORD,,
|
|
File without changes
|