bioversions 0.5.282__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.282/src/bioversions.egg-info → bioversions-0.5.283}/PKG-INFO +1 -1
- {bioversions-0.5.282 → bioversions-0.5.283}/docs/_data/versions.yml +19 -2
- {bioversions-0.5.282 → bioversions-0.5.283}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.282 → bioversions-0.5.283}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.282 → bioversions-0.5.283}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.282 → bioversions-0.5.283}/setup.cfg +1 -1
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/resources/versions.json +33 -2
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/version.py +1 -1
- {bioversions-0.5.282 → bioversions-0.5.283/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.282 → bioversions-0.5.283}/LICENSE +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/MANIFEST.in +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/README.md +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/docs/_config.yml +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/docs/_includes/head.html +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/docs/download.md +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/docs/failures.md +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/docs/index.md +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/docs/source/logo.png +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/docs/summary.md +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/pyproject.toml +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.282 → bioversions-0.5.283}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.282 → 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
|
@@ -4771,6 +4777,9 @@ database:
|
|
4771
4777
|
- date: '2023-09-13'
|
4772
4778
|
retrieved: '2023-09-18'
|
4773
4779
|
version: '129'
|
4780
|
+
- date: '2023-11-08'
|
4781
|
+
retrieved: '2023-11-09'
|
4782
|
+
version: '130'
|
4774
4783
|
vtype: date
|
4775
4784
|
- name: Rice ontology
|
4776
4785
|
prefix: co_320
|
@@ -5869,6 +5878,8 @@ database:
|
|
5869
5878
|
version: '2023-11-06'
|
5870
5879
|
- retrieved: '2023-11-08'
|
5871
5880
|
version: '2023-11-07'
|
5881
|
+
- retrieved: '2023-11-09'
|
5882
|
+
version: '2023-11-09'
|
5872
5883
|
vtype: date
|
5873
5884
|
- name: SWO (The Software Ontology)
|
5874
5885
|
prefix: swo
|
@@ -6253,6 +6264,10 @@ database:
|
|
6253
6264
|
homepage: ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2023_04/
|
6254
6265
|
retrieved: '2023-09-18'
|
6255
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'
|
6256
6271
|
vtype: month
|
6257
6272
|
- name: Unit Ontology
|
6258
6273
|
prefix: uo
|
@@ -7820,6 +7835,8 @@ database:
|
|
7820
7835
|
version: '2023-11-05'
|
7821
7836
|
- retrieved: '2023-11-08'
|
7822
7837
|
version: '2023-11-06'
|
7838
|
+
- retrieved: '2023-11-09'
|
7839
|
+
version: '2023-11-07'
|
7823
7840
|
vtype: date
|
7824
7841
|
- name: Zebrafish Phenotype Ontology
|
7825
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",
|
@@ -8685,6 +8697,11 @@
|
|
8685
8697
|
"retrieved": "2023-09-18",
|
8686
8698
|
"version": "129",
|
8687
8699
|
"date": "2023-09-13"
|
8700
|
+
},
|
8701
|
+
{
|
8702
|
+
"retrieved": "2023-11-09",
|
8703
|
+
"version": "130",
|
8704
|
+
"date": "2023-11-08"
|
8688
8705
|
}
|
8689
8706
|
],
|
8690
8707
|
"vtype": "date"
|
@@ -10833,6 +10850,10 @@
|
|
10833
10850
|
{
|
10834
10851
|
"retrieved": "2023-11-08",
|
10835
10852
|
"version": "2023-11-07"
|
10853
|
+
},
|
10854
|
+
{
|
10855
|
+
"retrieved": "2023-11-09",
|
10856
|
+
"version": "2023-11-09"
|
10836
10857
|
}
|
10837
10858
|
],
|
10838
10859
|
"name": "SwissLipids",
|
@@ -11544,6 +11565,12 @@
|
|
11544
11565
|
"version": "2023_04",
|
11545
11566
|
"homepage": "ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2023_04/",
|
11546
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"
|
11547
11574
|
}
|
11548
11575
|
],
|
11549
11576
|
"vtype": "month"
|
@@ -14319,6 +14346,10 @@
|
|
14319
14346
|
{
|
14320
14347
|
"retrieved": "2023-11-08",
|
14321
14348
|
"version": "2023-11-06"
|
14349
|
+
},
|
14350
|
+
{
|
14351
|
+
"retrieved": "2023-11-09",
|
14352
|
+
"version": "2023-11-07"
|
14322
14353
|
}
|
14323
14354
|
],
|
14324
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
|
File without changes
|