bioversions 0.5.284__tar.gz → 0.5.286__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.284/src/bioversions.egg-info → bioversions-0.5.286}/PKG-INFO +1 -1
- {bioversions-0.5.284 → bioversions-0.5.286}/docs/_data/versions.yml +22 -2
- {bioversions-0.5.284 → bioversions-0.5.286}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.284 → bioversions-0.5.286}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.284 → bioversions-0.5.286}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.284 → bioversions-0.5.286}/setup.cfg +1 -1
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/resources/versions.json +40 -2
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/version.py +1 -1
- {bioversions-0.5.284 → bioversions-0.5.286/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.284 → bioversions-0.5.286}/LICENSE +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/MANIFEST.in +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/README.md +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/docs/_config.yml +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/docs/_includes/head.html +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/docs/download.md +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/docs/failures.md +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/docs/index.md +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/docs/source/logo.png +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/docs/summary.md +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/pyproject.toml +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.284 → bioversions-0.5.286}/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.286
|
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: '2023-11-
|
4
|
-
revision:
|
3
|
+
date: '2023-11-12'
|
4
|
+
revision: 588
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -827,6 +827,8 @@ database:
|
|
827
827
|
version: '2.195'
|
828
828
|
- retrieved: '2023-11-03'
|
829
829
|
version: '2.196'
|
830
|
+
- retrieved: '2023-11-11'
|
831
|
+
version: '2.197'
|
830
832
|
vtype: date
|
831
833
|
- name: Clinical Trials Ontology
|
832
834
|
prefix: cto
|
@@ -1689,6 +1691,8 @@ database:
|
|
1689
1691
|
version: '4.141'
|
1690
1692
|
- retrieved: '2023-11-03'
|
1691
1693
|
version: '4.142'
|
1694
|
+
- retrieved: '2023-11-11'
|
1695
|
+
version: '4.143'
|
1692
1696
|
vtype: date
|
1693
1697
|
- name: Experimental Factor Ontology
|
1694
1698
|
prefix: efo
|
@@ -2213,6 +2217,8 @@ database:
|
|
2213
2217
|
version: '2023-05-08'
|
2214
2218
|
- retrieved: '2023-09-28'
|
2215
2219
|
version: '2023-08-09'
|
2220
|
+
- retrieved: '2023-11-11'
|
2221
|
+
version: '2023-11-02'
|
2216
2222
|
vtype: semver
|
2217
2223
|
- name: Glycan Naming and Subsumption Ontology (GNOme)
|
2218
2224
|
prefix: gno
|
@@ -2859,6 +2865,8 @@ database:
|
|
2859
2865
|
version: '2.117'
|
2860
2866
|
- retrieved: '2023-11-03'
|
2861
2867
|
version: '2.118'
|
2868
|
+
- retrieved: '2023-11-11'
|
2869
|
+
version: '2.119'
|
2862
2870
|
vtype: date
|
2863
2871
|
- name: Medaka Developmental Stages
|
2864
2872
|
prefix: olatdv
|
@@ -5888,6 +5896,10 @@ database:
|
|
5888
5896
|
version: '2023-11-07'
|
5889
5897
|
- retrieved: '2023-11-09'
|
5890
5898
|
version: '2023-11-09'
|
5899
|
+
- retrieved: '2023-11-11'
|
5900
|
+
version: '2023-11-10'
|
5901
|
+
- retrieved: '2023-11-12'
|
5902
|
+
version: '2023-11-12'
|
5891
5903
|
vtype: date
|
5892
5904
|
- name: SWO (The Software Ontology)
|
5893
5905
|
prefix: swo
|
@@ -6527,6 +6539,10 @@ database:
|
|
6527
6539
|
homepage: http://data.wikipathways.org/20231010/
|
6528
6540
|
retrieved: '2023-10-20'
|
6529
6541
|
version: '20231010'
|
6542
|
+
- date: '2023-11-10'
|
6543
|
+
homepage: http://data.wikipathways.org/20231110/
|
6544
|
+
retrieved: '2023-11-11'
|
6545
|
+
version: '20231110'
|
6530
6546
|
vtype: date
|
6531
6547
|
- name: Woody Plant Ontology ontology
|
6532
6548
|
prefix: co_357
|
@@ -7847,6 +7863,10 @@ database:
|
|
7847
7863
|
version: '2023-11-07'
|
7848
7864
|
- retrieved: '2023-11-10'
|
7849
7865
|
version: '2023-11-08'
|
7866
|
+
- retrieved: '2023-11-11'
|
7867
|
+
version: '2023-11-09'
|
7868
|
+
- retrieved: '2023-11-12'
|
7869
|
+
version: '2023-11-10'
|
7850
7870
|
vtype: date
|
7851
7871
|
- name: Zebrafish Phenotype Ontology
|
7852
7872
|
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-11-
|
9
|
+
<dc:date>2023-11-12T00:51:15.225940</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-11-
|
9
|
+
<dc:date>2023-11-12T00:51:15.159570</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-11-
|
9
|
+
<dc:date>2023-11-12T00:51:15.056634</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": "2023-11-
|
3
|
+
"revision": 588,
|
4
|
+
"date": "2023-11-12",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -1509,6 +1509,10 @@
|
|
1509
1509
|
{
|
1510
1510
|
"retrieved": "2023-11-03",
|
1511
1511
|
"version": "2.196"
|
1512
|
+
},
|
1513
|
+
{
|
1514
|
+
"retrieved": "2023-11-11",
|
1515
|
+
"version": "2.197"
|
1512
1516
|
}
|
1513
1517
|
],
|
1514
1518
|
"vtype": "date"
|
@@ -3068,6 +3072,10 @@
|
|
3068
3072
|
{
|
3069
3073
|
"retrieved": "2023-11-03",
|
3070
3074
|
"version": "4.142"
|
3075
|
+
},
|
3076
|
+
{
|
3077
|
+
"retrieved": "2023-11-11",
|
3078
|
+
"version": "4.143"
|
3071
3079
|
}
|
3072
3080
|
],
|
3073
3081
|
"vtype": "date"
|
@@ -4032,6 +4040,10 @@
|
|
4032
4040
|
{
|
4033
4041
|
"retrieved": "2023-09-28",
|
4034
4042
|
"version": "2023-08-09"
|
4043
|
+
},
|
4044
|
+
{
|
4045
|
+
"retrieved": "2023-11-11",
|
4046
|
+
"version": "2023-11-02"
|
4035
4047
|
}
|
4036
4048
|
],
|
4037
4049
|
"name": "Glycan Naming and Subsumption Ontology",
|
@@ -5199,6 +5211,10 @@
|
|
5199
5211
|
{
|
5200
5212
|
"retrieved": "2023-11-03",
|
5201
5213
|
"version": "2.118"
|
5214
|
+
},
|
5215
|
+
{
|
5216
|
+
"retrieved": "2023-11-11",
|
5217
|
+
"version": "2.119"
|
5202
5218
|
}
|
5203
5219
|
],
|
5204
5220
|
"vtype": "date"
|
@@ -10866,6 +10882,14 @@
|
|
10866
10882
|
{
|
10867
10883
|
"retrieved": "2023-11-09",
|
10868
10884
|
"version": "2023-11-09"
|
10885
|
+
},
|
10886
|
+
{
|
10887
|
+
"retrieved": "2023-11-11",
|
10888
|
+
"version": "2023-11-10"
|
10889
|
+
},
|
10890
|
+
{
|
10891
|
+
"retrieved": "2023-11-12",
|
10892
|
+
"version": "2023-11-12"
|
10869
10893
|
}
|
10870
10894
|
],
|
10871
10895
|
"name": "SwissLipids",
|
@@ -12015,6 +12039,12 @@
|
|
12015
12039
|
"version": "20231010",
|
12016
12040
|
"homepage": "http://data.wikipathways.org/20231010/",
|
12017
12041
|
"date": "2023-10-10"
|
12042
|
+
},
|
12043
|
+
{
|
12044
|
+
"retrieved": "2023-11-11",
|
12045
|
+
"version": "20231110",
|
12046
|
+
"homepage": "http://data.wikipathways.org/20231110/",
|
12047
|
+
"date": "2023-11-10"
|
12018
12048
|
}
|
12019
12049
|
],
|
12020
12050
|
"vtype": "date"
|
@@ -14366,6 +14396,14 @@
|
|
14366
14396
|
{
|
14367
14397
|
"retrieved": "2023-11-10",
|
14368
14398
|
"version": "2023-11-08"
|
14399
|
+
},
|
14400
|
+
{
|
14401
|
+
"retrieved": "2023-11-11",
|
14402
|
+
"version": "2023-11-09"
|
14403
|
+
},
|
14404
|
+
{
|
14405
|
+
"retrieved": "2023-11-12",
|
14406
|
+
"version": "2023-11-10"
|
14369
14407
|
}
|
14370
14408
|
],
|
14371
14409
|
"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.286
|
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
|