bioversions 0.5.281__tar.gz → 0.5.283__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.281/src/bioversions.egg-info → bioversions-0.5.283}/PKG-INFO +1 -1
- {bioversions-0.5.281 → bioversions-0.5.283}/docs/_data/versions.yml +25 -2
- {bioversions-0.5.281 → bioversions-0.5.283}/docs/failures.md +1 -2
- {bioversions-0.5.281 → bioversions-0.5.283}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.281 → bioversions-0.5.283}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.281 → bioversions-0.5.283}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.281 → bioversions-0.5.283}/setup.cfg +1 -1
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/resources/versions.json +45 -2
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/version.py +1 -1
- {bioversions-0.5.281 → bioversions-0.5.283/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.281 → bioversions-0.5.283}/LICENSE +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/MANIFEST.in +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/README.md +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/docs/_config.yml +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/docs/_includes/head.html +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/docs/download.md +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/docs/index.md +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/docs/source/logo.png +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/docs/summary.md +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/pyproject.toml +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.281 → bioversions-0.5.283}/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.283
|
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-09'
|
4
|
+
revision: 585
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -1018,6 +1018,8 @@ database:
|
|
1018
1018
|
version: 1.0.326
|
1019
1019
|
- retrieved: '2023-03-24'
|
1020
1020
|
version: 1.0.337
|
1021
|
+
- retrieved: '2023-11-09'
|
1022
|
+
version: 1.0.369
|
1021
1023
|
vtype: semver
|
1022
1024
|
- name: Cotton ontology
|
1023
1025
|
prefix: co_358
|
@@ -1669,6 +1671,8 @@ database:
|
|
1669
1671
|
version: '2023-06-28'
|
1670
1672
|
- retrieved: '2023-09-18'
|
1671
1673
|
version: '2023-09-13'
|
1674
|
+
- retrieved: '2023-11-09'
|
1675
|
+
version: '2023-11-08'
|
1672
1676
|
vtype: date
|
1673
1677
|
- name: Experimental condition ontology
|
1674
1678
|
prefix: xco
|
@@ -2821,6 +2825,8 @@ database:
|
|
2821
2825
|
version: 4.1.127
|
2822
2826
|
- retrieved: '2023-09-28'
|
2823
2827
|
version: 4.1.131
|
2828
|
+
- retrieved: '2023-11-09'
|
2829
|
+
version: 4.1.134
|
2824
2830
|
vtype: date
|
2825
2831
|
- name: Mathematical modeling ontology
|
2826
2832
|
prefix: mamo
|
@@ -3478,6 +3484,8 @@ database:
|
|
3478
3484
|
version: '2023-08-23'
|
3479
3485
|
- retrieved: '2023-11-02'
|
3480
3486
|
version: '2023-10-12'
|
3487
|
+
- retrieved: '2023-11-08'
|
3488
|
+
version: '2023-11-02'
|
3481
3489
|
vtype: date
|
3482
3490
|
- name: Obstetric and Neonatal Ontology
|
3483
3491
|
prefix: ontoneo
|
@@ -4769,6 +4777,9 @@ database:
|
|
4769
4777
|
- date: '2023-09-13'
|
4770
4778
|
retrieved: '2023-09-18'
|
4771
4779
|
version: '129'
|
4780
|
+
- date: '2023-11-08'
|
4781
|
+
retrieved: '2023-11-09'
|
4782
|
+
version: '130'
|
4772
4783
|
vtype: date
|
4773
4784
|
- name: Rice ontology
|
4774
4785
|
prefix: co_320
|
@@ -5865,6 +5876,10 @@ database:
|
|
5865
5876
|
version: '2023-11-05'
|
5866
5877
|
- retrieved: '2023-11-07'
|
5867
5878
|
version: '2023-11-06'
|
5879
|
+
- retrieved: '2023-11-08'
|
5880
|
+
version: '2023-11-07'
|
5881
|
+
- retrieved: '2023-11-09'
|
5882
|
+
version: '2023-11-09'
|
5868
5883
|
vtype: date
|
5869
5884
|
- name: SWO (The Software Ontology)
|
5870
5885
|
prefix: swo
|
@@ -6249,6 +6264,10 @@ database:
|
|
6249
6264
|
homepage: ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2023_04/
|
6250
6265
|
retrieved: '2023-09-18'
|
6251
6266
|
version: '2023_04'
|
6267
|
+
- date: '2023-05-01'
|
6268
|
+
homepage: ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2023_05/
|
6269
|
+
retrieved: '2023-11-09'
|
6270
|
+
version: '2023_05'
|
6252
6271
|
vtype: month
|
6253
6272
|
- name: Unit Ontology
|
6254
6273
|
prefix: uo
|
@@ -7814,6 +7833,10 @@ database:
|
|
7814
7833
|
version: '2023-11-04'
|
7815
7834
|
- retrieved: '2023-11-07'
|
7816
7835
|
version: '2023-11-05'
|
7836
|
+
- retrieved: '2023-11-08'
|
7837
|
+
version: '2023-11-06'
|
7838
|
+
- retrieved: '2023-11-09'
|
7839
|
+
version: '2023-11-07'
|
7817
7840
|
vtype: date
|
7818
7841
|
- name: Zebrafish Phenotype Ontology
|
7819
7842
|
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-09T00:52:03.038981</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-09T00:52:02.969840</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-09T00:52:02.865586</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": 585,
|
4
|
+
"date": "2023-11-09",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -1857,6 +1857,10 @@
|
|
1857
1857
|
{
|
1858
1858
|
"retrieved": "2023-03-24",
|
1859
1859
|
"version": "1.0.337"
|
1860
|
+
},
|
1861
|
+
{
|
1862
|
+
"retrieved": "2023-11-09",
|
1863
|
+
"version": "1.0.369"
|
1860
1864
|
}
|
1861
1865
|
],
|
1862
1866
|
"name": "Coronavirus Infectious Disease Ontology",
|
@@ -3029,6 +3033,10 @@
|
|
3029
3033
|
{
|
3030
3034
|
"retrieved": "2023-09-18",
|
3031
3035
|
"version": "2023-09-13"
|
3036
|
+
},
|
3037
|
+
{
|
3038
|
+
"retrieved": "2023-11-09",
|
3039
|
+
"version": "2023-11-08"
|
3032
3040
|
}
|
3033
3041
|
],
|
3034
3042
|
"vtype": "date"
|
@@ -5126,6 +5134,10 @@
|
|
5126
5134
|
{
|
5127
5135
|
"retrieved": "2023-09-28",
|
5128
5136
|
"version": "4.1.131"
|
5137
|
+
},
|
5138
|
+
{
|
5139
|
+
"retrieved": "2023-11-09",
|
5140
|
+
"version": "4.1.134"
|
5129
5141
|
}
|
5130
5142
|
],
|
5131
5143
|
"name": "Mass spectrometry ontology",
|
@@ -6336,6 +6348,10 @@
|
|
6336
6348
|
{
|
6337
6349
|
"retrieved": "2023-11-02",
|
6338
6350
|
"version": "2023-10-12"
|
6351
|
+
},
|
6352
|
+
{
|
6353
|
+
"retrieved": "2023-11-08",
|
6354
|
+
"version": "2023-11-02"
|
6339
6355
|
}
|
6340
6356
|
],
|
6341
6357
|
"vtype": "date"
|
@@ -8681,6 +8697,11 @@
|
|
8681
8697
|
"retrieved": "2023-09-18",
|
8682
8698
|
"version": "129",
|
8683
8699
|
"date": "2023-09-13"
|
8700
|
+
},
|
8701
|
+
{
|
8702
|
+
"retrieved": "2023-11-09",
|
8703
|
+
"version": "130",
|
8704
|
+
"date": "2023-11-08"
|
8684
8705
|
}
|
8685
8706
|
],
|
8686
8707
|
"vtype": "date"
|
@@ -10825,6 +10846,14 @@
|
|
10825
10846
|
{
|
10826
10847
|
"retrieved": "2023-11-07",
|
10827
10848
|
"version": "2023-11-06"
|
10849
|
+
},
|
10850
|
+
{
|
10851
|
+
"retrieved": "2023-11-08",
|
10852
|
+
"version": "2023-11-07"
|
10853
|
+
},
|
10854
|
+
{
|
10855
|
+
"retrieved": "2023-11-09",
|
10856
|
+
"version": "2023-11-09"
|
10828
10857
|
}
|
10829
10858
|
],
|
10830
10859
|
"name": "SwissLipids",
|
@@ -11536,6 +11565,12 @@
|
|
11536
11565
|
"version": "2023_04",
|
11537
11566
|
"homepage": "ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2023_04/",
|
11538
11567
|
"date": "2023-04-01"
|
11568
|
+
},
|
11569
|
+
{
|
11570
|
+
"retrieved": "2023-11-09",
|
11571
|
+
"version": "2023_05",
|
11572
|
+
"homepage": "ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2023_05/",
|
11573
|
+
"date": "2023-05-01"
|
11539
11574
|
}
|
11540
11575
|
],
|
11541
11576
|
"vtype": "month"
|
@@ -14307,6 +14342,14 @@
|
|
14307
14342
|
{
|
14308
14343
|
"retrieved": "2023-11-07",
|
14309
14344
|
"version": "2023-11-05"
|
14345
|
+
},
|
14346
|
+
{
|
14347
|
+
"retrieved": "2023-11-08",
|
14348
|
+
"version": "2023-11-06"
|
14349
|
+
},
|
14350
|
+
{
|
14351
|
+
"retrieved": "2023-11-09",
|
14352
|
+
"version": "2023-11-07"
|
14310
14353
|
}
|
14311
14354
|
],
|
14312
14355
|
"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.283
|
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
|