bioversions 0.5.326__tar.gz → 0.5.327__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.326/src/bioversions.egg-info → bioversions-0.5.327}/PKG-INFO +1 -1
- {bioversions-0.5.326 → bioversions-0.5.327}/docs/_data/versions.yml +21 -2
- {bioversions-0.5.326 → bioversions-0.5.327}/docs/failures.md +1 -1
- {bioversions-0.5.326 → bioversions-0.5.327}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.326 → bioversions-0.5.327}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.326 → bioversions-0.5.327}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.326 → bioversions-0.5.327}/setup.cfg +1 -1
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/resources/versions.json +37 -2
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/version.py +1 -1
- {bioversions-0.5.326 → bioversions-0.5.327/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.326 → bioversions-0.5.327}/LICENSE +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/MANIFEST.in +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/README.md +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/docs/_config.yml +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/docs/_includes/head.html +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/docs/download.md +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/docs/index.md +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/docs/source/logo.png +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/docs/summary.md +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/pyproject.toml +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.326 → bioversions-0.5.327}/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.327
|
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
|
@@ -1,7 +1,7 @@
|
|
1
1
|
annotations:
|
2
2
|
author: runner
|
3
|
-
date: '2024-03-
|
4
|
-
revision:
|
3
|
+
date: '2024-03-30'
|
4
|
+
revision: 628
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -2014,6 +2014,8 @@ database:
|
|
2014
2014
|
version: '2023-11-13'
|
2015
2015
|
- retrieved: '2024-03-25'
|
2016
2016
|
version: '2024-03-20'
|
2017
|
+
- retrieved: '2024-03-30'
|
2018
|
+
version: '2024-03-26'
|
2017
2019
|
vtype: date
|
2018
2020
|
- name: Flora Phenotype Ontology
|
2019
2021
|
prefix: flopo
|
@@ -2879,6 +2881,10 @@ database:
|
|
2879
2881
|
homepage: ftp://ftp.ebi.ac.uk/pub/databases/interpro/98.0/
|
2880
2882
|
retrieved: '2024-03-25'
|
2881
2883
|
version: '98.0'
|
2884
|
+
- date: '2024-03-28'
|
2885
|
+
homepage: ftp://ftp.ebi.ac.uk/pub/databases/interpro/99.0/
|
2886
|
+
retrieved: '2024-03-30'
|
2887
|
+
version: '99.0'
|
2882
2888
|
vtype: semver_minor
|
2883
2889
|
- name: ITIS
|
2884
2890
|
prefix: itis
|
@@ -3687,6 +3693,8 @@ database:
|
|
3687
3693
|
version: '2023-09-19'
|
3688
3694
|
- retrieved: '2024-03-25'
|
3689
3695
|
version: '2024-02-28'
|
3696
|
+
- retrieved: '2024-03-30'
|
3697
|
+
version: '2024-03-26'
|
3690
3698
|
vtype: date
|
3691
3699
|
- name: NCI Thesaurus
|
3692
3700
|
prefix: ncit
|
@@ -3853,6 +3861,9 @@ database:
|
|
3853
3861
|
- date: '2024-03-27'
|
3854
3862
|
retrieved: '2024-03-29'
|
3855
3863
|
version: March 27, 2024
|
3864
|
+
- date: '2024-03-28'
|
3865
|
+
retrieved: '2024-03-30'
|
3866
|
+
version: March 28, 2024
|
3856
3867
|
vtype: date
|
3857
3868
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
3858
3869
|
prefix: ontoavida
|
@@ -4257,6 +4268,8 @@ database:
|
|
4257
4268
|
version: 2.0.51
|
4258
4269
|
- retrieved: '2024-03-29'
|
4259
4270
|
version: 2.0.52
|
4271
|
+
- retrieved: '2024-03-30'
|
4272
|
+
version: 2.0.53
|
4260
4273
|
vtype: semver
|
4261
4274
|
- name: Ontology of units of Measure (OM)
|
4262
4275
|
prefix: om
|
@@ -6374,6 +6387,8 @@ database:
|
|
6374
6387
|
version: '2024-03-27'
|
6375
6388
|
- retrieved: '2024-03-29'
|
6376
6389
|
version: '2024-03-28'
|
6390
|
+
- retrieved: '2024-03-30'
|
6391
|
+
version: '2024-03-29'
|
6377
6392
|
vtype: date
|
6378
6393
|
- name: SWO (The Software Ontology)
|
6379
6394
|
prefix: swo
|
@@ -6890,6 +6905,8 @@ database:
|
|
6890
6905
|
version: '2019-06-07'
|
6891
6906
|
- retrieved: '2024-03-25'
|
6892
6907
|
version: '2024-03-08'
|
6908
|
+
- retrieved: '2024-03-30'
|
6909
|
+
version: '2024-03-22'
|
6893
6910
|
vtype: date
|
6894
6911
|
- name: VEuPathDB Ontology
|
6895
6912
|
prefix: eupath
|
@@ -8461,6 +8478,8 @@ database:
|
|
8461
8478
|
version: '2024-03-26'
|
8462
8479
|
- retrieved: '2024-03-29'
|
8463
8480
|
version: '2024-03-27'
|
8481
|
+
- retrieved: '2024-03-30'
|
8482
|
+
version: '2024-03-28'
|
8464
8483
|
vtype: date
|
8465
8484
|
- name: Zebrafish Phenotype Ontology
|
8466
8485
|
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>2024-03-
|
9
|
+
<dc:date>2024-03-30T00:44:17.079039</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>2024-03-
|
9
|
+
<dc:date>2024-03-30T00:44:17.010179</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>2024-03-
|
9
|
+
<dc:date>2024-03-30T00:44:16.903952</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"annotations": {
|
3
|
-
"revision":
|
4
|
-
"date": "2024-03-
|
3
|
+
"revision": 628,
|
4
|
+
"date": "2024-03-30",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -3694,6 +3694,10 @@
|
|
3694
3694
|
{
|
3695
3695
|
"retrieved": "2024-03-25",
|
3696
3696
|
"version": "2024-03-20"
|
3697
|
+
},
|
3698
|
+
{
|
3699
|
+
"retrieved": "2024-03-30",
|
3700
|
+
"version": "2024-03-26"
|
3697
3701
|
}
|
3698
3702
|
],
|
3699
3703
|
"vtype": "date"
|
@@ -5206,6 +5210,12 @@
|
|
5206
5210
|
"version": "98.0",
|
5207
5211
|
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/interpro/98.0/",
|
5208
5212
|
"date": "2024-01-25"
|
5213
|
+
},
|
5214
|
+
{
|
5215
|
+
"retrieved": "2024-03-30",
|
5216
|
+
"version": "99.0",
|
5217
|
+
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/interpro/99.0/",
|
5218
|
+
"date": "2024-03-28"
|
5209
5219
|
}
|
5210
5220
|
],
|
5211
5221
|
"vtype": "semver_minor"
|
@@ -6685,6 +6695,10 @@
|
|
6685
6695
|
{
|
6686
6696
|
"retrieved": "2024-03-25",
|
6687
6697
|
"version": "2024-02-28"
|
6698
|
+
},
|
6699
|
+
{
|
6700
|
+
"retrieved": "2024-03-30",
|
6701
|
+
"version": "2024-03-26"
|
6688
6702
|
}
|
6689
6703
|
],
|
6690
6704
|
"name": "NCBI Taxonomy",
|
@@ -6991,6 +7005,11 @@
|
|
6991
7005
|
"retrieved": "2024-03-29",
|
6992
7006
|
"version": "March 27, 2024",
|
6993
7007
|
"date": "2024-03-27"
|
7008
|
+
},
|
7009
|
+
{
|
7010
|
+
"retrieved": "2024-03-30",
|
7011
|
+
"version": "March 28, 2024",
|
7012
|
+
"date": "2024-03-28"
|
6994
7013
|
}
|
6995
7014
|
],
|
6996
7015
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -7725,6 +7744,10 @@
|
|
7725
7744
|
{
|
7726
7745
|
"retrieved": "2024-03-29",
|
7727
7746
|
"version": "2.0.52"
|
7747
|
+
},
|
7748
|
+
{
|
7749
|
+
"retrieved": "2024-03-30",
|
7750
|
+
"version": "2.0.53"
|
7728
7751
|
}
|
7729
7752
|
],
|
7730
7753
|
"name": "Ontology of units of Measure",
|
@@ -11746,6 +11769,10 @@
|
|
11746
11769
|
{
|
11747
11770
|
"retrieved": "2024-03-29",
|
11748
11771
|
"version": "2024-03-28"
|
11772
|
+
},
|
11773
|
+
{
|
11774
|
+
"retrieved": "2024-03-30",
|
11775
|
+
"version": "2024-03-29"
|
11749
11776
|
}
|
11750
11777
|
],
|
11751
11778
|
"name": "SwissLipids",
|
@@ -12706,6 +12733,10 @@
|
|
12706
12733
|
{
|
12707
12734
|
"retrieved": "2024-03-25",
|
12708
12735
|
"version": "2024-03-08"
|
12736
|
+
},
|
12737
|
+
{
|
12738
|
+
"retrieved": "2024-03-30",
|
12739
|
+
"version": "2024-03-22"
|
12709
12740
|
}
|
12710
12741
|
],
|
12711
12742
|
"vtype": "date"
|
@@ -15492,6 +15523,10 @@
|
|
15492
15523
|
{
|
15493
15524
|
"retrieved": "2024-03-29",
|
15494
15525
|
"version": "2024-03-27"
|
15526
|
+
},
|
15527
|
+
{
|
15528
|
+
"retrieved": "2024-03-30",
|
15529
|
+
"version": "2024-03-28"
|
15495
15530
|
}
|
15496
15531
|
],
|
15497
15532
|
"name": "Zebrafish Information Network",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bioversions
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.327
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|