bioversions 0.5.320__py3-none-any.whl → 0.7.1__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.
- bioversions/__init__.py +7 -3
- bioversions/__main__.py +0 -2
- bioversions/charts.py +3 -7
- bioversions/cli.py +3 -5
- bioversions/py.typed +0 -0
- bioversions/resources/__init__.py +18 -7
- bioversions/resources/update.py +20 -12
- bioversions/resources/versions.json +20536 -0
- bioversions/slack_client.py +2 -5
- bioversions/sources/__init__.py +45 -17
- bioversions/sources/antibodyregistry.py +9 -6
- bioversions/sources/bigg.py +5 -7
- bioversions/sources/biogrid.py +0 -2
- bioversions/sources/cellosaurus.py +3 -5
- bioversions/sources/chebi.py +1 -3
- bioversions/sources/chembl.py +3 -3
- bioversions/sources/chemidplus.py +1 -3
- bioversions/sources/civic.py +46 -0
- bioversions/sources/complexportal.py +0 -2
- bioversions/sources/daily.py +0 -2
- bioversions/sources/depmap.py +1 -3
- bioversions/sources/dgi.py +9 -12
- bioversions/sources/disgenet.py +1 -3
- bioversions/sources/drugbank.py +2 -4
- bioversions/sources/drugcentral.py +2 -4
- bioversions/sources/ensembl.py +4 -6
- bioversions/sources/expasy.py +1 -4
- bioversions/sources/flybase.py +0 -2
- bioversions/sources/gtdb.py +35 -0
- bioversions/sources/guidetopharmacology.py +3 -4
- bioversions/sources/hgnc.py +13 -14
- bioversions/sources/homologene.py +0 -2
- bioversions/sources/icd10.py +30 -0
- bioversions/sources/icd11.py +30 -0
- bioversions/sources/icf.py +30 -0
- bioversions/sources/intact.py +0 -2
- bioversions/sources/interpro.py +1 -3
- bioversions/sources/itis.py +8 -15
- bioversions/sources/kegg.py +7 -6
- bioversions/sources/mesh.py +10 -5
- bioversions/sources/mgi.py +0 -2
- bioversions/sources/mirbase.py +13 -7
- bioversions/sources/moalmanac.py +0 -2
- bioversions/sources/msigdb.py +0 -2
- bioversions/sources/ncit.py +1 -4
- bioversions/sources/npass.py +0 -2
- bioversions/sources/obo.py +4 -6
- bioversions/sources/ols.py +6 -8
- bioversions/sources/omim.py +33 -0
- bioversions/sources/oncotree.py +4 -4
- bioversions/sources/pathbank.py +0 -2
- bioversions/sources/pathwaycommons.py +0 -2
- bioversions/sources/pfam.py +0 -2
- bioversions/sources/pombase.py +0 -2
- bioversions/sources/pr.py +1 -3
- bioversions/sources/pubchem.py +0 -2
- bioversions/sources/reactome.py +0 -2
- bioversions/sources/rfam.py +0 -2
- bioversions/sources/rgd.py +1 -3
- bioversions/sources/rhea.py +1 -6
- bioversions/sources/rxnorm.py +1 -3
- bioversions/sources/sgd.py +0 -2
- bioversions/sources/signor.py +36 -0
- bioversions/sources/slm.py +4 -3
- bioversions/sources/stringdb.py +2 -4
- bioversions/sources/umls.py +0 -2
- bioversions/sources/uniprot.py +1 -3
- bioversions/sources/unversioned.py +0 -2
- bioversions/sources/wikipathways.py +0 -2
- bioversions/sources/zfin.py +0 -2
- bioversions/templates/base.html +28 -0
- bioversions/templates/home.html +60 -0
- bioversions/twitter_client.py +5 -8
- bioversions/utils.py +40 -32
- bioversions/version.py +3 -5
- bioversions/wsgi.py +2 -4
- bioversions-0.7.1.dist-info/METADATA +393 -0
- bioversions-0.7.1.dist-info/RECORD +81 -0
- bioversions-0.7.1.dist-info/WHEEL +4 -0
- {bioversions-0.5.320.dist-info → bioversions-0.7.1.dist-info}/entry_points.txt +1 -0
- {bioversions-0.5.320.dist-info → bioversions-0.7.1.dist-info/licenses}/LICENSE +1 -1
- bioversions-0.5.320.dist-info/METADATA +0 -166
- bioversions-0.5.320.dist-info/RECORD +0 -72
- bioversions-0.5.320.dist-info/WHEEL +0 -5
- bioversions-0.5.320.dist-info/top_level.txt +0 -1
@@ -1,166 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: bioversions
|
3
|
-
Version: 0.5.320
|
4
|
-
Summary: What's the current version for each biological database?
|
5
|
-
Home-page: https://github.com/biopragmatics/bioversions
|
6
|
-
Download-URL: https://github.com/biopragmatics/bioversions/releases
|
7
|
-
Author: Charles Tapley Hoyt
|
8
|
-
Author-email: cthoyt@gmail.com
|
9
|
-
Maintainer: Charles Tapley Hoyt
|
10
|
-
Maintainer-email: cthoyt@gmail.com
|
11
|
-
License: MIT
|
12
|
-
Project-URL: Bug Tracker, https://github.com/biopragmatics/bioversions/issues
|
13
|
-
Keywords: databases,biological databases
|
14
|
-
Classifier: Development Status :: 4 - Beta
|
15
|
-
Classifier: Environment :: Console
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
17
|
-
Classifier: Operating System :: OS Independent
|
18
|
-
Classifier: Programming Language :: Python
|
19
|
-
Classifier: Programming Language :: Python :: 3.8
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
21
|
-
Classifier: Programming Language :: Python :: 3.10
|
22
|
-
Classifier: Programming Language :: Python :: 3.11
|
23
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
24
|
-
Requires-Python: >=3.8
|
25
|
-
Description-Content-Type: text/markdown
|
26
|
-
License-File: LICENSE
|
27
|
-
Requires-Dist: requests
|
28
|
-
Requires-Dist: requests-ftp
|
29
|
-
Requires-Dist: beautifulsoup4
|
30
|
-
Requires-Dist: cachier >=2.2.1
|
31
|
-
Requires-Dist: pystow >=0.1.0
|
32
|
-
Requires-Dist: click
|
33
|
-
Requires-Dist: click-default-group
|
34
|
-
Requires-Dist: dataclasses-json
|
35
|
-
Requires-Dist: tabulate
|
36
|
-
Requires-Dist: more-click
|
37
|
-
Requires-Dist: pyyaml
|
38
|
-
Requires-Dist: tqdm
|
39
|
-
Requires-Dist: bioregistry[align] >=0.10.0
|
40
|
-
Requires-Dist: pandas
|
41
|
-
Requires-Dist: lxml
|
42
|
-
Requires-Dist: psycopg2-binary
|
43
|
-
Provides-Extra: charts
|
44
|
-
Requires-Dist: matplotlib ; extra == 'charts'
|
45
|
-
Requires-Dist: seaborn ; extra == 'charts'
|
46
|
-
Provides-Extra: slack
|
47
|
-
Requires-Dist: slack-sdk ; extra == 'slack'
|
48
|
-
Provides-Extra: twitter
|
49
|
-
Requires-Dist: tweepy ; extra == 'twitter'
|
50
|
-
Provides-Extra: web
|
51
|
-
Requires-Dist: flask ; extra == 'web'
|
52
|
-
Requires-Dist: bootstrap-flask ; extra == 'web'
|
53
|
-
|
54
|
-
<p align="center">
|
55
|
-
<img src="https://github.com/biopragmatics/bioversions/raw/main/docs/source/logo.png" height="150">
|
56
|
-
</p>
|
57
|
-
|
58
|
-
<h1 align="center">
|
59
|
-
Bioversions
|
60
|
-
</h1>
|
61
|
-
|
62
|
-
<p align="center">
|
63
|
-
<a href="https://pypi.org/project/bioversions">
|
64
|
-
<img alt="PyPI" src="https://img.shields.io/pypi/v/bioversions" />
|
65
|
-
</a>
|
66
|
-
<a href="https://pypi.org/project/bioversions">
|
67
|
-
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/bioversions" />
|
68
|
-
</a>
|
69
|
-
<a href="https://github.com/biopragmatics/bioversions/blob/main/LICENSE">
|
70
|
-
<img alt="PyPI - License" src="https://img.shields.io/pypi/l/bioversions" />
|
71
|
-
</a>
|
72
|
-
<a href="https://zenodo.org/badge/latestdoi/318852276">
|
73
|
-
<img src="https://zenodo.org/badge/318852276.svg" alt="DOI" />
|
74
|
-
</a>
|
75
|
-
<a href="https://github.com/psf/black">
|
76
|
-
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black">
|
77
|
-
</a>
|
78
|
-
<a href="https://github.com/biopragmatics/bioregistry"$>
|
79
|
-
<img alt="Powered by the Bioregistry" src="https://img.shields.io/static/v1?label=Powered%20by&message=Bioregistry&color=BA274A&style=flat&logo=image/png;base64,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" />
|
80
|
-
</a>
|
81
|
-
</p>
|
82
|
-
|
83
|
-
What's the current version for each biological database?
|
84
|
-
|
85
|
-
A daily updated static listing of all current versions (that are incorporated) can be found at
|
86
|
-
https://biopragmatics.github.io/bioversions.
|
87
|
-
|
88
|
-
## 🚀 Installation
|
89
|
-
|
90
|
-
```bash
|
91
|
-
$ pip install bioversions
|
92
|
-
```
|
93
|
-
|
94
|
-
## 💪 Usage
|
95
|
-
|
96
|
-
```python
|
97
|
-
import bioversions
|
98
|
-
|
99
|
-
assert bioversions.get_version('biogrid') == '4.2.192', 'This was true on Dec 5th, 2020!'
|
100
|
-
|
101
|
-
# If you want more information, use the resolve() function
|
102
|
-
bioversion = bioversions.resolve('biogrid')
|
103
|
-
assert bioversion.version == '4.2.192'
|
104
|
-
```
|
105
|
-
|
106
|
-
By default, the results are cached and only refreshed once per day with the help
|
107
|
-
of [`cachier`](https://github.com/shaypal5/cachier). The cache is stored in `~/.data/bioversions`. The cache location
|
108
|
-
can be overridden by setting the
|
109
|
-
`BIOVERSIONS_HOME` environment variable via [`pystow`](https://github.com/cthoyt/pystow).
|
110
|
-
|
111
|
-
## 🌐 Web Application
|
112
|
-
|
113
|
-
While https://biopragmatics.github.io/bioversions provides a daily updated static listing of the database, you can run a
|
114
|
-
dynamic version with an API from your shell with:
|
115
|
-
|
116
|
-
```bash
|
117
|
-
$ bioversions web
|
118
|
-
```
|
119
|
-
|
120
|
-
Options can be listed with `bioversions web --help`.
|
121
|
-
|
122
|
-
You can navigate to http://localhost:5000 to see all versions as HTML or programmatically resolve given databases with
|
123
|
-
the
|
124
|
-
`http://localhost:5000/database/<name>` endpoint like in the following:
|
125
|
-
|
126
|
-
```python
|
127
|
-
import requests
|
128
|
-
|
129
|
-
res = requests.get('http://localhost:5000/database/biogrid').json()
|
130
|
-
assert res['success']
|
131
|
-
assert res['result']['name'] == 'BioGRID'
|
132
|
-
assert res['result']['version'] == '4.2.192', 'This was true on Dec 5th, 2020!'
|
133
|
-
```
|
134
|
-
|
135
|
-
## CLI Usage
|
136
|
-
|
137
|
-
You can use `bioversions get` to incorporate the latest versions in your shell scripts or REPL usage like in:
|
138
|
-
|
139
|
-
```bash
|
140
|
-
$ wget "https://downloads.thebiogrid.org/Download/BioGRID/Release-Archive/BIOGRID-$(bioversions get biogrid)/BIOGRID-ALL-$(bioversions get biogrid).mitab.zip"
|
141
|
-
```
|
142
|
-
|
143
|
-
## 🙏 Contributing
|
144
|
-
|
145
|
-
To add more databases to the list, you can create a new submodule of
|
146
|
-
`bioversions.sources` and extend the `bioversions.utils.Getter` class to identify the most recent version for your
|
147
|
-
target database. See
|
148
|
-
`bioversions.sources.biogrid` as an example.
|
149
|
-
|
150
|
-
## 👋 Attribution
|
151
|
-
|
152
|
-
### ⚖️ License
|
153
|
-
|
154
|
-
Code is licensed under the MIT License.
|
155
|
-
|
156
|
-
### 🎁 Support
|
157
|
-
|
158
|
-
The Bioversions service was developed by the [INDRA Lab](https://indralab.github.io), a part of the
|
159
|
-
[Laboratory of Systems Pharmacology](https://hits.harvard.edu/the-program/laboratory-of-systems-pharmacology/about/)
|
160
|
-
and the [Harvard Program in Therapeutic Science (HiTS)](https://hits.harvard.edu)
|
161
|
-
at [Harvard Medical School](https://hms.harvard.edu/).
|
162
|
-
|
163
|
-
### 💰 Funding
|
164
|
-
|
165
|
-
The development of the Bioregistry is funded by the DARPA Young Faculty Award W911NF2010255 (PI:
|
166
|
-
Benjamin M. Gyori).
|
@@ -1,72 +0,0 @@
|
|
1
|
-
bioversions/__init__.py,sha256=wRdGuF720OQuDeUib4oDODNm4lxFRNt3D8XE39DaNPI,167
|
2
|
-
bioversions/__main__.py,sha256=gDV2cdpQlQOt_cYFmbpEn9788fQaRZDtkqCNV9JJtow,133
|
3
|
-
bioversions/charts.py,sha256=AnxxGhREWmFMr3HrCLbP17zOJvqf5zWHMDrCoxZIIeg,2461
|
4
|
-
bioversions/cli.py,sha256=vFwSyuWWFly07g_9hcd_70pwKV7U-OZPqRWhn4FxIjU,1589
|
5
|
-
bioversions/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
bioversions/slack_client.py,sha256=42kl4TbjtXimVRULcBfe8i3pdJLScEPvJr1vw72tv-4,1271
|
7
|
-
bioversions/twitter_client.py,sha256=TQhsdp6avlzoZLoZlndJlwsYhIYI-uabehZJ1W1mNuY,1353
|
8
|
-
bioversions/utils.py,sha256=AZ0h5Pjc8WfuWIaDL9yJiD75JYYxcnr5dKkIIH7JuoM,10099
|
9
|
-
bioversions/version.py,sha256=IQH8B9qtm3Cn3--K6m9cDaVrGRkzivLEIp9FelNj57o,645
|
10
|
-
bioversions/wsgi.py,sha256=Z1HYFmnrWKNGwHq4R4DRfBuLzAEAAZ5UfHjvJUpnDfs,826
|
11
|
-
bioversions/resources/__init__.py,sha256=0E1yGGT5SztSGEa30Tai4wCUki4nqfynqCSNAvjzEOk,1173
|
12
|
-
bioversions/resources/update.py,sha256=21LprPktMKXdFI7llKjn7gsAQq01TGSKFbWQEhhwDJ0,3215
|
13
|
-
bioversions/sources/__init__.py,sha256=MmBb67Cq_eETTmHipOkVoGuxkK6My0igCq5VI--ffXw,5606
|
14
|
-
bioversions/sources/antibodyregistry.py,sha256=VIgnYZ_Jtcx0u19X60Ee7qTqDgbub5C2EBtK_Bz7Twc,705
|
15
|
-
bioversions/sources/bigg.py,sha256=qPBpX8qap8MlnlcntWO30jIgWD4c9RV57cKp_EZhnE0,672
|
16
|
-
bioversions/sources/biogrid.py,sha256=k32iXtno-Q2M2SVDX_S-22_B1rwSTzQNZwJCL9nwoW4,759
|
17
|
-
bioversions/sources/cellosaurus.py,sha256=x3kAjDAoy2YQY3ZroiZxdsh7_-AQg1bWTWa-0y23uX0,986
|
18
|
-
bioversions/sources/chebi.py,sha256=TRQ7DZ-Dz8b3mNaKRe52QVfQFahvTwVsBQjXapxBl_M,856
|
19
|
-
bioversions/sources/chembl.py,sha256=HHasQ9F1Utm9LLsN1h-NrwfNifN-Y-Ss928_0Iz3CtY,1408
|
20
|
-
bioversions/sources/chemidplus.py,sha256=USdDBPGcNULiw19ZFzz5QFIVzG_h80IaFbxsJH4Fb1w,1207
|
21
|
-
bioversions/sources/complexportal.py,sha256=SPJ3ryJNtXwvArtHaeeWCSau6uVBJTDxPX6XPvKmDlY,696
|
22
|
-
bioversions/sources/daily.py,sha256=mq8NLnhRRDjTzwGQl9LxCBiO6BSWyGOJcfyg7qqNsno,281
|
23
|
-
bioversions/sources/depmap.py,sha256=EjpScMRwqItvitso57ah3f53bkWbTK0bjLWOBr4ym1E,654
|
24
|
-
bioversions/sources/dgi.py,sha256=2TSzl4XeTUt_I8Keuu51NuuShhhtiITHKMCbp1wf6uo,972
|
25
|
-
bioversions/sources/disgenet.py,sha256=iRd1K2o_m8xSlJrWoSD8-plnTS1nO0Ur_OCCRD2V9u8,752
|
26
|
-
bioversions/sources/drugbank.py,sha256=ZZ2yw34bRcLFT6n_Ygn1daGWk_oVx4A7ovUKSM_EQek,1005
|
27
|
-
bioversions/sources/drugcentral.py,sha256=EWYatYEqZbwjH-0lUXYEfe5P5VNHsNJAtNDlSP_OuZM,1117
|
28
|
-
bioversions/sources/ensembl.py,sha256=LaAGNxaALDKeh4MmIdSGrdpUZsHNsCwMiyouSnRUvWE,775
|
29
|
-
bioversions/sources/expasy.py,sha256=EQXDz1LJSc0J-BE5Gy5tI-T4e6j4D5jid6c6ajzQjG8,830
|
30
|
-
bioversions/sources/flybase.py,sha256=5S0gI8tULx3sfNVy2O4grvyqIUwI4teS9S6khDh-JzQ,779
|
31
|
-
bioversions/sources/guidetopharmacology.py,sha256=Lw0H0QDCwVMdvXdfIzySNLtP1WO7BANpab6gwPeURwc,1306
|
32
|
-
bioversions/sources/hgnc.py,sha256=OH8E9dF2oPbh_BshPgKrWSFkYWDq9rj9J7DN06pVFxQ,970
|
33
|
-
bioversions/sources/homologene.py,sha256=_f6SQRXe67t1jqQ6HjQIEOGApPUHLlfHMZojChumWzc,647
|
34
|
-
bioversions/sources/intact.py,sha256=bRBnGm3-PHGdKlyYGkCabzQue9RG2MmF1A3CVF_U9e4,621
|
35
|
-
bioversions/sources/interpro.py,sha256=UELzp1FBKBcul09DiK3eqkHZ31kkBPT4vuDD9A_9hz0,1261
|
36
|
-
bioversions/sources/itis.py,sha256=u9h72y5JijXTprOe1SlaTW0adllj6NNoRP95AwuhzjE,831
|
37
|
-
bioversions/sources/kegg.py,sha256=E5gQWlRs3HbcXy0MY0-tyo7TBKQfkZ4GkYk5I789S30,824
|
38
|
-
bioversions/sources/mesh.py,sha256=U3brzrzPjhzgSWxG2MILP-bqIgZpr62ns_izFnZzqe0,807
|
39
|
-
bioversions/sources/mgi.py,sha256=68xCDcnWUckM_GDGW24MjtWwFf0vZHkS0H3NWKwUdr0,866
|
40
|
-
bioversions/sources/mirbase.py,sha256=4qvzOQAvZmS8dIJ_dJfP-td9daDFxUzCnyHpv8weD_U,840
|
41
|
-
bioversions/sources/moalmanac.py,sha256=HxrJmOzqVJiHn9FQKCbOlBPCvxBHst1DI420TYERCvU,774
|
42
|
-
bioversions/sources/msigdb.py,sha256=KGYZjjhqm0uUT0Wg_pb5kF9OVW33dgIh2r-yKMBqbWg,803
|
43
|
-
bioversions/sources/ncit.py,sha256=ylubS3ntMyimaZDHFNFrjc2pkDfpyrBkhrl8Dq4duyQ,1064
|
44
|
-
bioversions/sources/npass.py,sha256=-EL6Ej-23cdGKehn8nusP8LJ3z4oRX4ZPPDnjx_ItXQ,739
|
45
|
-
bioversions/sources/obo.py,sha256=n2_Auh0ccu3WKOwq8JqFldzS8-KY0GVC1fReazPLr78,1735
|
46
|
-
bioversions/sources/ols.py,sha256=PqL_CfpS0NxAfo1iSh2shakcnywRl_zfHXBcNrcLdiA,2754
|
47
|
-
bioversions/sources/oncotree.py,sha256=Z-zZWFeVEfCyZcEMcrdVTcEoHIDfYB-v7oK_iYVSGEI,1026
|
48
|
-
bioversions/sources/pathbank.py,sha256=_oMfaJs02FBJ6kIWHPW-M2euxAn5ylsGKqseRSJ3m2M,718
|
49
|
-
bioversions/sources/pathwaycommons.py,sha256=lLVmJkf3qDuMk316Aia0CzJyp_-ahAASLupaAuQS9iw,686
|
50
|
-
bioversions/sources/pfam.py,sha256=BAy1NJefxjMNDeUAzjV5sdQyZR_YpEEhgWphAWeZKVw,1000
|
51
|
-
bioversions/sources/pombase.py,sha256=JGrpBJUZO8ohsXYyUPSCJ5z2XFn3VyA5mDAwgbLRmEc,791
|
52
|
-
bioversions/sources/pr.py,sha256=OoAbpw1PODTatpd7c2cQCY_GbDsZ6ikF2vxJFpdDx2I,899
|
53
|
-
bioversions/sources/pubchem.py,sha256=wF2cx-VzLCobpTeE0KzzTk6_n7-UFjoOsOkf9u9xBFI,551
|
54
|
-
bioversions/sources/reactome.py,sha256=Oy3huY1ihuWmLZqxM92Y44eZQ7DXmVAwGMzTFhqByPg,621
|
55
|
-
bioversions/sources/rfam.py,sha256=sz_9lCGS-h6cTp3d2MCQVRkvlFkjF5mijwj1MfZpRbc,565
|
56
|
-
bioversions/sources/rgd.py,sha256=x7Mks8qp_dE4xWkA7OQu4eM8__oPsr13M-bFd5otcoA,791
|
57
|
-
bioversions/sources/rhea.py,sha256=ovqsunji0Y_OgocyMuQJYVjdFMFaVt1o1nSL8_boloo,885
|
58
|
-
bioversions/sources/rxnorm.py,sha256=ocFtWX_xce9U4IeDxgGvZp5x02GETljLyW9oza3tkNw,1027
|
59
|
-
bioversions/sources/sgd.py,sha256=xLZdpA0WBJVIkgwuLmosVpXo9WBeiqCAA8_4taSrLsA,1109
|
60
|
-
bioversions/sources/slm.py,sha256=nttj-mrzwgosK-Vv3UVlyAI0EX1WkJRFBkGmkTnhdU0,709
|
61
|
-
bioversions/sources/stringdb.py,sha256=6D3rcGGzdkgVOw4refJgjsorkyZuPswTYe4rNT4bQRQ,810
|
62
|
-
bioversions/sources/umls.py,sha256=4c9vVTD_eIshX3lzBVRPUGZXuUfvmecj_aVs9OfYV2k,842
|
63
|
-
bioversions/sources/uniprot.py,sha256=_rootal_mrESkiXJh3udfr1UGrlzP7CQQIMsa35tycA,962
|
64
|
-
bioversions/sources/unversioned.py,sha256=noHxGmy9cpVv5xegMHouBF6oCbW6CP1jpOeCVdE7Eak,78
|
65
|
-
bioversions/sources/wikipathways.py,sha256=HTva8vsXRQWU6bia83Et4vveo-QhzJS6dDWeu9Syc6c,823
|
66
|
-
bioversions/sources/zfin.py,sha256=D7csziZ3UsW8dncm6XKA0t3x6XB4cFbG9PTYcT-g2bg,708
|
67
|
-
bioversions-0.5.320.dist-info/LICENSE,sha256=GzLA83qaovFgoZWRYwaAmY-lkHZyDySJHU-YKE9NdVs,1076
|
68
|
-
bioversions-0.5.320.dist-info/METADATA,sha256=jK2dn9zC3u8upjbZohqEOwsOBVNUt6PqcumoXnD5VpM,9443
|
69
|
-
bioversions-0.5.320.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
70
|
-
bioversions-0.5.320.dist-info/entry_points.txt,sha256=A3qrS-nvKNZPZWQbYlmsmiDTge524C4yR-arRJwdHls,53
|
71
|
-
bioversions-0.5.320.dist-info/top_level.txt,sha256=0QO2OEUMchj5GSlWEFi0cvUpsm4b_uwuuvr6uSEmfY0,12
|
72
|
-
bioversions-0.5.320.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
bioversions
|