bioversions 0.5.536__tar.gz → 0.5.537__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.536/src/bioversions.egg-info → bioversions-0.5.537}/PKG-INFO +1 -1
- {bioversions-0.5.536 → bioversions-0.5.537}/docs/_data/versions.yml +16 -2
- {bioversions-0.5.536 → bioversions-0.5.537}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.536 → bioversions-0.5.537}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.536 → bioversions-0.5.537}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.536 → bioversions-0.5.537}/setup.cfg +1 -1
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/resources/versions.json +28 -2
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/version.py +1 -1
- {bioversions-0.5.536 → bioversions-0.5.537/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.536 → bioversions-0.5.537}/LICENSE +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/MANIFEST.in +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/README.md +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/docs/_config.yml +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/docs/_includes/head.html +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/docs/download.md +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/docs/failures.md +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/docs/index.md +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/docs/source/logo.png +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/docs/summary.md +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/pyproject.toml +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.536 → bioversions-0.5.537}/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.537
|
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-11-
|
4
|
-
revision:
|
3
|
+
date: '2024-11-05'
|
4
|
+
revision: 834
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -4309,6 +4309,9 @@ database:
|
|
4309
4309
|
- date: '2024-08-26'
|
4310
4310
|
retrieved: '2024-10-23'
|
4311
4311
|
version: 24.08d
|
4312
|
+
- date: '2024-09-30'
|
4313
|
+
retrieved: '2024-11-05'
|
4314
|
+
version: 24.09e
|
4312
4315
|
vtype: other
|
4313
4316
|
- name: NCBI Gene
|
4314
4317
|
prefix: ncbigene
|
@@ -6248,6 +6251,8 @@ database:
|
|
6248
6251
|
version: '2024-10-18'
|
6249
6252
|
- retrieved: '2024-10-29'
|
6250
6253
|
version: '2024-10-25'
|
6254
|
+
- retrieved: '2024-11-05'
|
6255
|
+
version: '2024-11-01'
|
6251
6256
|
vtype: date
|
6252
6257
|
- name: Rat Strain Ontology
|
6253
6258
|
prefix: rs
|
@@ -6592,6 +6597,9 @@ database:
|
|
6592
6597
|
- homepage: https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_10072024.zip
|
6593
6598
|
retrieved: '2024-10-08'
|
6594
6599
|
version: '2024-10-07'
|
6600
|
+
- homepage: https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_11042024.zip
|
6601
|
+
retrieved: '2024-11-05'
|
6602
|
+
version: '2024-11-04'
|
6595
6603
|
vtype: date
|
6596
6604
|
- name: Saccharomyces Genome Database
|
6597
6605
|
prefix: sgd
|
@@ -7825,6 +7833,8 @@ database:
|
|
7825
7833
|
version: '2024-06-12'
|
7826
7834
|
- retrieved: '2024-11-04'
|
7827
7835
|
version: '2024-11-04'
|
7836
|
+
- retrieved: '2024-11-05'
|
7837
|
+
version: '2024-11-05'
|
7828
7838
|
vtype: date
|
7829
7839
|
- name: SWO (The Software Ontology)
|
7830
7840
|
prefix: swo
|
@@ -8184,6 +8194,8 @@ database:
|
|
8184
8194
|
version: 2023AB
|
8185
8195
|
- retrieved: '2024-05-07'
|
8186
8196
|
version: 2024AA
|
8197
|
+
- retrieved: '2024-11-05'
|
8198
|
+
version: 2024AB
|
8187
8199
|
vtype: other
|
8188
8200
|
- name: Unified Phenotype Ontology
|
8189
8201
|
prefix: upheno
|
@@ -10450,6 +10462,8 @@ database:
|
|
10450
10462
|
version: '2024-11-01'
|
10451
10463
|
- retrieved: '2024-11-04'
|
10452
10464
|
version: '2024-11-02'
|
10465
|
+
- retrieved: '2024-11-05'
|
10466
|
+
version: '2024-11-03'
|
10453
10467
|
vtype: date
|
10454
10468
|
- name: Zebrafish Phenotype Ontology
|
10455
10469
|
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-11-
|
9
|
+
<dc:date>2024-11-05T01:00:34.987073</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-11-
|
9
|
+
<dc:date>2024-11-05T01:00:34.931970</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-11-
|
9
|
+
<dc:date>2024-11-05T01:00:34.846557</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-11-
|
3
|
+
"revision": 834,
|
4
|
+
"date": "2024-11-05",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -7833,6 +7833,11 @@
|
|
7833
7833
|
"retrieved": "2024-10-23",
|
7834
7834
|
"version": "24.08d",
|
7835
7835
|
"date": "2024-08-26"
|
7836
|
+
},
|
7837
|
+
{
|
7838
|
+
"retrieved": "2024-11-05",
|
7839
|
+
"version": "24.09e",
|
7840
|
+
"date": "2024-09-30"
|
7836
7841
|
}
|
7837
7842
|
],
|
7838
7843
|
"name": "National Cancer Institute Thesaurus",
|
@@ -11320,6 +11325,10 @@
|
|
11320
11325
|
{
|
11321
11326
|
"retrieved": "2024-10-29",
|
11322
11327
|
"version": "2024-10-25"
|
11328
|
+
},
|
11329
|
+
{
|
11330
|
+
"retrieved": "2024-11-05",
|
11331
|
+
"version": "2024-11-01"
|
11323
11332
|
}
|
11324
11333
|
],
|
11325
11334
|
"name": "Rat Genome Database",
|
@@ -11940,6 +11949,11 @@
|
|
11940
11949
|
"retrieved": "2024-10-08",
|
11941
11950
|
"version": "2024-10-07",
|
11942
11951
|
"homepage": "https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_10072024.zip"
|
11952
|
+
},
|
11953
|
+
{
|
11954
|
+
"retrieved": "2024-11-05",
|
11955
|
+
"version": "2024-11-04",
|
11956
|
+
"homepage": "https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_11042024.zip"
|
11943
11957
|
}
|
11944
11958
|
],
|
11945
11959
|
"name": "RxNorm",
|
@@ -14385,6 +14399,10 @@
|
|
14385
14399
|
{
|
14386
14400
|
"retrieved": "2024-11-04",
|
14387
14401
|
"version": "2024-11-04"
|
14402
|
+
},
|
14403
|
+
{
|
14404
|
+
"retrieved": "2024-11-05",
|
14405
|
+
"version": "2024-11-05"
|
14388
14406
|
}
|
14389
14407
|
],
|
14390
14408
|
"name": "SwissLipids",
|
@@ -15073,6 +15091,10 @@
|
|
15073
15091
|
{
|
15074
15092
|
"retrieved": "2024-05-07",
|
15075
15093
|
"version": "2024AA"
|
15094
|
+
},
|
15095
|
+
{
|
15096
|
+
"retrieved": "2024-11-05",
|
15097
|
+
"version": "2024AB"
|
15076
15098
|
}
|
15077
15099
|
],
|
15078
15100
|
"name": "UMLS",
|
@@ -19187,6 +19209,10 @@
|
|
19187
19209
|
{
|
19188
19210
|
"retrieved": "2024-11-04",
|
19189
19211
|
"version": "2024-11-02"
|
19212
|
+
},
|
19213
|
+
{
|
19214
|
+
"retrieved": "2024-11-05",
|
19215
|
+
"version": "2024-11-03"
|
19190
19216
|
}
|
19191
19217
|
],
|
19192
19218
|
"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.537
|
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
|
File without changes
|
File without changes
|