bioversions 0.5.181__tar.gz → 0.5.183__tar.gz
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-0.5.181/src/bioversions.egg-info → bioversions-0.5.183}/PKG-INFO +2 -3
- {bioversions-0.5.181 → bioversions-0.5.183}/docs/_data/versions.yml +23 -2
- {bioversions-0.5.181 → bioversions-0.5.183}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.181 → bioversions-0.5.183}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.181 → bioversions-0.5.183}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.181 → bioversions-0.5.183}/pyproject.toml +1 -1
- {bioversions-0.5.181 → bioversions-0.5.183}/setup.cfg +3 -4
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/resources/versions.json +40 -2
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/msigdb.py +1 -1
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/slm.py +2 -2
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/zfin.py +1 -2
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/version.py +1 -1
- {bioversions-0.5.181 → bioversions-0.5.183/src/bioversions.egg-info}/PKG-INFO +2 -3
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions.egg-info/requires.txt +1 -1
- {bioversions-0.5.181 → bioversions-0.5.183}/LICENSE +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/MANIFEST.in +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/README.md +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/docs/_config.yml +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/docs/_includes/head.html +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/docs/download.md +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/docs/failures.md +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/docs/index.md +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/docs/source/logo.png +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/docs/summary.md +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/biofacquim.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.181 → bioversions-0.5.183}/tests/test_bioversions.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bioversions
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.183
|
4
4
|
Summary: What's the current version for each biological database?
|
5
5
|
Home-page: https://github.com/biopragmatics/bioversions
|
6
6
|
Download-URL: https://github.com/biopragmatics/bioversions/releases
|
@@ -16,12 +16,11 @@ Classifier: Environment :: Console
|
|
16
16
|
Classifier: License :: OSI Approved :: MIT License
|
17
17
|
Classifier: Operating System :: OS Independent
|
18
18
|
Classifier: Programming Language :: Python
|
19
|
-
Classifier: Programming Language :: Python :: 3.7
|
20
19
|
Classifier: Programming Language :: Python :: 3.8
|
21
20
|
Classifier: Programming Language :: Python :: 3.9
|
22
21
|
Classifier: Programming Language :: Python :: 3.10
|
23
22
|
Classifier: Programming Language :: Python :: 3 :: Only
|
24
|
-
Requires-Python: >=3.
|
23
|
+
Requires-Python: >=3.8
|
25
24
|
Description-Content-Type: text/markdown
|
26
25
|
Provides-Extra: slack
|
27
26
|
Provides-Extra: twitter
|
@@ -1,7 +1,7 @@
|
|
1
1
|
annotations:
|
2
2
|
author: runner
|
3
|
-
date: '2023-07-
|
4
|
-
revision:
|
3
|
+
date: '2023-07-04'
|
4
|
+
revision: 485
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -2497,6 +2497,8 @@ database:
|
|
2497
2497
|
version: 26-Apr-2023
|
2498
2498
|
- retrieved: '2023-05-31'
|
2499
2499
|
version: 25-May-2023
|
2500
|
+
- retrieved: '2023-07-04'
|
2501
|
+
version: 28-Jun-2023
|
2500
2502
|
vtype: date
|
2501
2503
|
- name: KEGG
|
2502
2504
|
prefix: kegg.pathway
|
@@ -4012,6 +4014,10 @@ database:
|
|
4012
4014
|
homepage: https://www.pombase.org/data/releases/pombase-2023-06-01/
|
4013
4015
|
retrieved: '2023-06-07'
|
4014
4016
|
version: '2023-06-01'
|
4017
|
+
- date: '2023-07-01'
|
4018
|
+
homepage: https://www.pombase.org/data/releases/pombase-2023-07-01/
|
4019
|
+
retrieved: '2023-07-04'
|
4020
|
+
version: '2023-07-01'
|
4015
4021
|
vtype: date
|
4016
4022
|
- name: Population and Community Ontology
|
4017
4023
|
prefix: pco
|
@@ -4246,6 +4252,8 @@ database:
|
|
4246
4252
|
version: '2023-06-16'
|
4247
4253
|
- retrieved: '2023-06-27'
|
4248
4254
|
version: '2023-06-23'
|
4255
|
+
- retrieved: '2023-07-04'
|
4256
|
+
version: '2023-06-30'
|
4249
4257
|
vtype: date
|
4250
4258
|
- name: Rat Strain Ontology
|
4251
4259
|
prefix: rs
|
@@ -4471,6 +4479,9 @@ database:
|
|
4471
4479
|
- homepage: https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_06052023.zip
|
4472
4480
|
retrieved: '2023-06-06'
|
4473
4481
|
version: '2023-06-05'
|
4482
|
+
- homepage: https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_07032023.zip
|
4483
|
+
retrieved: '2023-07-04'
|
4484
|
+
version: '2023-07-03'
|
4474
4485
|
vtype: date
|
4475
4486
|
- name: Saccharomyces Genome Database
|
4476
4487
|
prefix: sgd
|
@@ -5278,6 +5289,14 @@ database:
|
|
5278
5289
|
- retrieved: '2023-07-02'
|
5279
5290
|
version: '2023-07-02'
|
5280
5291
|
vtype: date
|
5292
|
+
- name: SwissLipids
|
5293
|
+
prefix: slm
|
5294
|
+
releases:
|
5295
|
+
- retrieved: '2023-07-03'
|
5296
|
+
version: '2023-07-03'
|
5297
|
+
- retrieved: '2023-07-04'
|
5298
|
+
version: '2023-07-04'
|
5299
|
+
vtype: date
|
5281
5300
|
- name: SWO (The Software Ontology)
|
5282
5301
|
prefix: swo
|
5283
5302
|
releases:
|
@@ -6998,6 +7017,8 @@ database:
|
|
6998
7017
|
version: '2023-06-28'
|
6999
7018
|
- retrieved: '2023-07-02'
|
7000
7019
|
version: '2023-07-01'
|
7020
|
+
- retrieved: '2023-07-04'
|
7021
|
+
version: '2023-07-02'
|
7001
7022
|
vtype: date
|
7002
7023
|
- name: Zebrafish Phenotype Ontology
|
7003
7024
|
prefix: zp
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
7
|
<cc:Work>
|
8
8
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
9
|
-
<dc:date>2023-07-
|
9
|
+
<dc:date>2023-07-04T01:07:36.279161</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
7
|
<cc:Work>
|
8
8
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
9
|
-
<dc:date>2023-07-
|
9
|
+
<dc:date>2023-07-04T01:07:36.221912</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
7
|
<cc:Work>
|
8
8
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
9
|
-
<dc:date>2023-07-
|
9
|
+
<dc:date>2023-07-04T01:07:36.132109</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[metadata]
|
2
2
|
name = bioversions
|
3
|
-
version = 0.5.
|
3
|
+
version = 0.5.183
|
4
4
|
description = What's the current version for each biological database?
|
5
5
|
long_description = file: README.md
|
6
6
|
long_description_content_type = text/markdown
|
@@ -20,7 +20,6 @@ classifiers =
|
|
20
20
|
License :: OSI Approved :: MIT License
|
21
21
|
Operating System :: OS Independent
|
22
22
|
Programming Language :: Python
|
23
|
-
Programming Language :: Python :: 3.7
|
24
23
|
Programming Language :: Python :: 3.8
|
25
24
|
Programming Language :: Python :: 3.9
|
26
25
|
Programming Language :: Python :: 3.10
|
@@ -34,7 +33,7 @@ install_requires =
|
|
34
33
|
requests
|
35
34
|
requests_ftp
|
36
35
|
beautifulsoup4
|
37
|
-
cachier
|
36
|
+
cachier>=2.2.1
|
38
37
|
pystow>=0.1.0
|
39
38
|
click
|
40
39
|
click_default_group
|
@@ -47,7 +46,7 @@ install_requires =
|
|
47
46
|
lxml
|
48
47
|
psycopg2-binary
|
49
48
|
zip_safe = false
|
50
|
-
python_requires = >=3.
|
49
|
+
python_requires = >=3.8
|
51
50
|
packages = find:
|
52
51
|
package_dir =
|
53
52
|
= src
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"annotations": {
|
3
|
-
"revision":
|
4
|
-
"date": "2023-07-
|
3
|
+
"revision": 485,
|
4
|
+
"date": "2023-07-04",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -4540,6 +4540,10 @@
|
|
4540
4540
|
{
|
4541
4541
|
"retrieved": "2023-05-31",
|
4542
4542
|
"version": "25-May-2023"
|
4543
|
+
},
|
4544
|
+
{
|
4545
|
+
"retrieved": "2023-07-04",
|
4546
|
+
"version": "28-Jun-2023"
|
4543
4547
|
}
|
4544
4548
|
],
|
4545
4549
|
"name": "ITIS",
|
@@ -7294,6 +7298,12 @@
|
|
7294
7298
|
"version": "2023-06-01",
|
7295
7299
|
"homepage": "https://www.pombase.org/data/releases/pombase-2023-06-01/",
|
7296
7300
|
"date": "2023-06-01"
|
7301
|
+
},
|
7302
|
+
{
|
7303
|
+
"retrieved": "2023-07-04",
|
7304
|
+
"version": "2023-07-01",
|
7305
|
+
"homepage": "https://www.pombase.org/data/releases/pombase-2023-07-01/",
|
7306
|
+
"date": "2023-07-01"
|
7297
7307
|
}
|
7298
7308
|
],
|
7299
7309
|
"name": "PomBase",
|
@@ -7726,6 +7736,10 @@
|
|
7726
7736
|
{
|
7727
7737
|
"retrieved": "2023-06-27",
|
7728
7738
|
"version": "2023-06-23"
|
7739
|
+
},
|
7740
|
+
{
|
7741
|
+
"retrieved": "2023-07-04",
|
7742
|
+
"version": "2023-06-30"
|
7729
7743
|
}
|
7730
7744
|
],
|
7731
7745
|
"name": "Rat Genome Database",
|
@@ -8131,6 +8145,11 @@
|
|
8131
8145
|
"retrieved": "2023-06-06",
|
8132
8146
|
"version": "2023-06-05",
|
8133
8147
|
"homepage": "https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_06052023.zip"
|
8148
|
+
},
|
8149
|
+
{
|
8150
|
+
"retrieved": "2023-07-04",
|
8151
|
+
"version": "2023-07-03",
|
8152
|
+
"homepage": "https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_07032023.zip"
|
8134
8153
|
}
|
8135
8154
|
],
|
8136
8155
|
"name": "RxNorm",
|
@@ -9730,6 +9749,21 @@
|
|
9730
9749
|
"prefix": "swisslipid",
|
9731
9750
|
"vtype": "date"
|
9732
9751
|
},
|
9752
|
+
{
|
9753
|
+
"releases": [
|
9754
|
+
{
|
9755
|
+
"retrieved": "2023-07-03",
|
9756
|
+
"version": "2023-07-03"
|
9757
|
+
},
|
9758
|
+
{
|
9759
|
+
"retrieved": "2023-07-04",
|
9760
|
+
"version": "2023-07-04"
|
9761
|
+
}
|
9762
|
+
],
|
9763
|
+
"name": "SwissLipids",
|
9764
|
+
"prefix": "slm",
|
9765
|
+
"vtype": "date"
|
9766
|
+
},
|
9733
9767
|
{
|
9734
9768
|
"name": "SWO (The Software Ontology)",
|
9735
9769
|
"prefix": "swo",
|
@@ -12760,6 +12794,10 @@
|
|
12760
12794
|
{
|
12761
12795
|
"retrieved": "2023-07-02",
|
12762
12796
|
"version": "2023-07-01"
|
12797
|
+
},
|
12798
|
+
{
|
12799
|
+
"retrieved": "2023-07-04",
|
12800
|
+
"version": "2023-07-02"
|
12763
12801
|
}
|
12764
12802
|
],
|
12765
12803
|
"name": "Zebrafish Information Network",
|
@@ -25,7 +25,7 @@ class MSigDBGetter(Getter):
|
|
25
25
|
|
26
26
|
x = soup.find(text="Current Version")
|
27
27
|
paragraph = x.parent.find_next_sibling("p")
|
28
|
-
version = paragraph.text.strip().split()[2][len("v")
|
28
|
+
version = paragraph.text.strip().split()[2][len("v") : -len(".Hs")]
|
29
29
|
return version
|
30
30
|
|
31
31
|
|
@@ -3,7 +3,6 @@
|
|
3
3
|
"""A getter for ZFIN."""
|
4
4
|
|
5
5
|
from datetime import datetime
|
6
|
-
from typing import Mapping
|
7
6
|
|
8
7
|
from bioversions.utils import Getter, VersionType, get_soup
|
9
8
|
|
@@ -21,7 +20,7 @@ class ZfinGetter(Getter):
|
|
21
20
|
name = "Zebrafish Information Network"
|
22
21
|
version_type = VersionType.date
|
23
22
|
|
24
|
-
def get(self)
|
23
|
+
def get(self):
|
25
24
|
"""Get the latest ZFIN version number."""
|
26
25
|
soup = get_soup(URL)
|
27
26
|
header = soup.find("h2")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bioversions
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.183
|
4
4
|
Summary: What's the current version for each biological database?
|
5
5
|
Home-page: https://github.com/biopragmatics/bioversions
|
6
6
|
Download-URL: https://github.com/biopragmatics/bioversions/releases
|
@@ -16,12 +16,11 @@ Classifier: Environment :: Console
|
|
16
16
|
Classifier: License :: OSI Approved :: MIT License
|
17
17
|
Classifier: Operating System :: OS Independent
|
18
18
|
Classifier: Programming Language :: Python
|
19
|
-
Classifier: Programming Language :: Python :: 3.7
|
20
19
|
Classifier: Programming Language :: Python :: 3.8
|
21
20
|
Classifier: Programming Language :: Python :: 3.9
|
22
21
|
Classifier: Programming Language :: Python :: 3.10
|
23
22
|
Classifier: Programming Language :: Python :: 3 :: Only
|
24
|
-
Requires-Python: >=3.
|
23
|
+
Requires-Python: >=3.8
|
25
24
|
Description-Content-Type: text/markdown
|
26
25
|
Provides-Extra: slack
|
27
26
|
Provides-Extra: twitter
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|