bioversions 0.5.284__tar.gz → 0.5.285__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.285}/PKG-INFO +1 -1
- {bioversions-0.5.284 → bioversions-0.5.285}/docs/_data/versions.yml +18 -2
- {bioversions-0.5.284 → bioversions-0.5.285}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.284 → bioversions-0.5.285}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.284 → bioversions-0.5.285}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.284 → bioversions-0.5.285}/setup.cfg +1 -1
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/resources/versions.json +32 -2
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/version.py +1 -1
- {bioversions-0.5.284 → bioversions-0.5.285/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.284 → bioversions-0.5.285}/LICENSE +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/MANIFEST.in +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/README.md +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/docs/_config.yml +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/docs/_includes/head.html +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/docs/download.md +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/docs/failures.md +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/docs/index.md +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/docs/source/logo.png +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/docs/summary.md +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/pyproject.toml +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.284 → bioversions-0.5.285}/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.285
|
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-11'
|
4
|
+
revision: 587
|
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,8 @@ 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'
|
5891
5901
|
vtype: date
|
5892
5902
|
- name: SWO (The Software Ontology)
|
5893
5903
|
prefix: swo
|
@@ -6527,6 +6537,10 @@ database:
|
|
6527
6537
|
homepage: http://data.wikipathways.org/20231010/
|
6528
6538
|
retrieved: '2023-10-20'
|
6529
6539
|
version: '20231010'
|
6540
|
+
- date: '2023-11-10'
|
6541
|
+
homepage: http://data.wikipathways.org/20231110/
|
6542
|
+
retrieved: '2023-11-11'
|
6543
|
+
version: '20231110'
|
6530
6544
|
vtype: date
|
6531
6545
|
- name: Woody Plant Ontology ontology
|
6532
6546
|
prefix: co_357
|
@@ -7847,6 +7861,8 @@ database:
|
|
7847
7861
|
version: '2023-11-07'
|
7848
7862
|
- retrieved: '2023-11-10'
|
7849
7863
|
version: '2023-11-08'
|
7864
|
+
- retrieved: '2023-11-11'
|
7865
|
+
version: '2023-11-09'
|
7850
7866
|
vtype: date
|
7851
7867
|
- name: Zebrafish Phenotype Ontology
|
7852
7868
|
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-11T00:45:29.422000</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-11T00:45:29.352364</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-11T00:45:29.246679</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": 587,
|
4
|
+
"date": "2023-11-11",
|
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,10 @@
|
|
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"
|
10869
10889
|
}
|
10870
10890
|
],
|
10871
10891
|
"name": "SwissLipids",
|
@@ -12015,6 +12035,12 @@
|
|
12015
12035
|
"version": "20231010",
|
12016
12036
|
"homepage": "http://data.wikipathways.org/20231010/",
|
12017
12037
|
"date": "2023-10-10"
|
12038
|
+
},
|
12039
|
+
{
|
12040
|
+
"retrieved": "2023-11-11",
|
12041
|
+
"version": "20231110",
|
12042
|
+
"homepage": "http://data.wikipathways.org/20231110/",
|
12043
|
+
"date": "2023-11-10"
|
12018
12044
|
}
|
12019
12045
|
],
|
12020
12046
|
"vtype": "date"
|
@@ -14366,6 +14392,10 @@
|
|
14366
14392
|
{
|
14367
14393
|
"retrieved": "2023-11-10",
|
14368
14394
|
"version": "2023-11-08"
|
14395
|
+
},
|
14396
|
+
{
|
14397
|
+
"retrieved": "2023-11-11",
|
14398
|
+
"version": "2023-11-09"
|
14369
14399
|
}
|
14370
14400
|
],
|
14371
14401
|
"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.285
|
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
|