bioversions 0.8.86__py3-none-any.whl → 0.8.87__py3-none-any.whl
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/__init__.py +0 -0
- bioversions/__main__.py +0 -0
- bioversions/charts.py +0 -0
- bioversions/cli.py +0 -0
- bioversions/py.typed +0 -0
- bioversions/resources/__init__.py +0 -0
- bioversions/resources/update.py +0 -0
- bioversions/resources/versions.json +19 -2
- bioversions/slack_client.py +0 -0
- bioversions/sources/__init__.py +0 -0
- bioversions/sources/antibodyregistry.py +0 -0
- bioversions/sources/bigg.py +0 -0
- bioversions/sources/biogrid.py +0 -0
- bioversions/sources/cellosaurus.py +0 -0
- bioversions/sources/chebi.py +0 -0
- bioversions/sources/chembl.py +0 -0
- bioversions/sources/chemidplus.py +0 -0
- bioversions/sources/civic.py +0 -0
- bioversions/sources/complexportal.py +0 -0
- bioversions/sources/daily.py +0 -0
- bioversions/sources/depmap.py +0 -0
- bioversions/sources/dgi.py +0 -0
- bioversions/sources/disgenet.py +0 -0
- bioversions/sources/drugbank.py +0 -0
- bioversions/sources/drugcentral.py +0 -0
- bioversions/sources/ensembl.py +0 -0
- bioversions/sources/expasy.py +0 -0
- bioversions/sources/flybase.py +0 -0
- bioversions/sources/gtdb.py +0 -0
- bioversions/sources/guidetopharmacology.py +0 -0
- bioversions/sources/hgnc.py +0 -0
- bioversions/sources/homologene.py +0 -0
- bioversions/sources/icd10.py +0 -0
- bioversions/sources/icd11.py +0 -0
- bioversions/sources/icf.py +0 -0
- bioversions/sources/intact.py +0 -0
- bioversions/sources/interpro.py +0 -0
- bioversions/sources/itis.py +0 -0
- bioversions/sources/kegg.py +0 -0
- bioversions/sources/mesh.py +0 -0
- bioversions/sources/mgi.py +0 -0
- bioversions/sources/mirbase.py +0 -0
- bioversions/sources/moalmanac.py +0 -0
- bioversions/sources/msigdb.py +0 -0
- bioversions/sources/ncit.py +0 -0
- bioversions/sources/npass.py +0 -0
- bioversions/sources/obo.py +0 -0
- bioversions/sources/ols.py +0 -0
- bioversions/sources/omim.py +0 -0
- bioversions/sources/oncotree.py +0 -0
- bioversions/sources/pathbank.py +0 -0
- bioversions/sources/pathwaycommons.py +0 -0
- bioversions/sources/pfam.py +0 -0
- bioversions/sources/pombase.py +0 -0
- bioversions/sources/pr.py +0 -0
- bioversions/sources/pubchem.py +0 -0
- bioversions/sources/reactome.py +0 -0
- bioversions/sources/rfam.py +0 -0
- bioversions/sources/rgd.py +0 -0
- bioversions/sources/rhea.py +0 -0
- bioversions/sources/rxnorm.py +0 -0
- bioversions/sources/sgd.py +0 -0
- bioversions/sources/signor.py +0 -0
- bioversions/sources/silva.py +0 -0
- bioversions/sources/slm.py +0 -0
- bioversions/sources/spdx.py +0 -0
- bioversions/sources/stringdb.py +0 -0
- bioversions/sources/umls.py +0 -0
- bioversions/sources/uniprot.py +0 -0
- bioversions/sources/unversioned.py +0 -0
- bioversions/sources/wikipathways.py +0 -0
- bioversions/sources/zfin.py +0 -0
- bioversions/templates/base.html +0 -0
- bioversions/templates/home.html +0 -0
- bioversions/utils.py +0 -0
- bioversions/version.py +1 -1
- bioversions/wsgi.py +0 -0
- {bioversions-0.8.86.dist-info → bioversions-0.8.87.dist-info}/METADATA +1 -1
- {bioversions-0.8.86.dist-info → bioversions-0.8.87.dist-info}/RECORD +7 -7
- {bioversions-0.8.86.dist-info → bioversions-0.8.87.dist-info}/WHEEL +1 -1
- {bioversions-0.8.86.dist-info → bioversions-0.8.87.dist-info}/licenses/LICENSE +0 -0
- {bioversions-0.8.86.dist-info → bioversions-0.8.87.dist-info}/entry_points.txt +0 -0
bioversions/__init__.py
CHANGED
File without changes
|
bioversions/__main__.py
CHANGED
File without changes
|
bioversions/charts.py
CHANGED
File without changes
|
bioversions/cli.py
CHANGED
File without changes
|
bioversions/py.typed
CHANGED
File without changes
|
File without changes
|
bioversions/resources/update.py
CHANGED
File without changes
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"annotations": {
|
3
|
-
"revision":
|
4
|
-
"date": "2025-07-
|
3
|
+
"revision": 1077,
|
4
|
+
"date": "2025-07-31",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -873,6 +873,11 @@
|
|
873
873
|
"retrieved": "2025-07-30",
|
874
874
|
"version": "2025-07-29",
|
875
875
|
"homepage": "https://antibodyregistry.org/"
|
876
|
+
},
|
877
|
+
{
|
878
|
+
"retrieved": "2025-07-31",
|
879
|
+
"version": "2025-07-30",
|
880
|
+
"homepage": "https://antibodyregistry.org/"
|
876
881
|
}
|
877
882
|
],
|
878
883
|
"name": "Antibody Registry",
|
@@ -11558,6 +11563,10 @@
|
|
11558
11563
|
{
|
11559
11564
|
"retrieved": "2025-07-30",
|
11560
11565
|
"version": "2025-07-28"
|
11566
|
+
},
|
11567
|
+
{
|
11568
|
+
"retrieved": "2025-07-31",
|
11569
|
+
"version": "2025-07-29"
|
11561
11570
|
}
|
11562
11571
|
],
|
11563
11572
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -18661,6 +18670,10 @@
|
|
18661
18670
|
{
|
18662
18671
|
"retrieved": "2025-07-30",
|
18663
18672
|
"version": "2025-07-30"
|
18673
|
+
},
|
18674
|
+
{
|
18675
|
+
"retrieved": "2025-07-31",
|
18676
|
+
"version": "2025-07-31"
|
18664
18677
|
}
|
18665
18678
|
],
|
18666
18679
|
"name": "SwissLipids",
|
@@ -24604,6 +24617,10 @@
|
|
24604
24617
|
{
|
24605
24618
|
"retrieved": "2025-07-30",
|
24606
24619
|
"version": "2025-07-28"
|
24620
|
+
},
|
24621
|
+
{
|
24622
|
+
"retrieved": "2025-07-31",
|
24623
|
+
"version": "2025-07-29"
|
24607
24624
|
}
|
24608
24625
|
],
|
24609
24626
|
"name": "Zebrafish Information Network",
|
bioversions/slack_client.py
CHANGED
File without changes
|
bioversions/sources/__init__.py
CHANGED
File without changes
|
File without changes
|
bioversions/sources/bigg.py
CHANGED
File without changes
|
bioversions/sources/biogrid.py
CHANGED
File without changes
|
File without changes
|
bioversions/sources/chebi.py
CHANGED
File without changes
|
bioversions/sources/chembl.py
CHANGED
File without changes
|
File without changes
|
bioversions/sources/civic.py
CHANGED
File without changes
|
File without changes
|
bioversions/sources/daily.py
CHANGED
File without changes
|
bioversions/sources/depmap.py
CHANGED
File without changes
|
bioversions/sources/dgi.py
CHANGED
File without changes
|
bioversions/sources/disgenet.py
CHANGED
File without changes
|
bioversions/sources/drugbank.py
CHANGED
File without changes
|
File without changes
|
bioversions/sources/ensembl.py
CHANGED
File without changes
|
bioversions/sources/expasy.py
CHANGED
File without changes
|
bioversions/sources/flybase.py
CHANGED
File without changes
|
bioversions/sources/gtdb.py
CHANGED
File without changes
|
File without changes
|
bioversions/sources/hgnc.py
CHANGED
File without changes
|
File without changes
|
bioversions/sources/icd10.py
CHANGED
File without changes
|
bioversions/sources/icd11.py
CHANGED
File without changes
|
bioversions/sources/icf.py
CHANGED
File without changes
|
bioversions/sources/intact.py
CHANGED
File without changes
|
bioversions/sources/interpro.py
CHANGED
File without changes
|
bioversions/sources/itis.py
CHANGED
File without changes
|
bioversions/sources/kegg.py
CHANGED
File without changes
|
bioversions/sources/mesh.py
CHANGED
File without changes
|
bioversions/sources/mgi.py
CHANGED
File without changes
|
bioversions/sources/mirbase.py
CHANGED
File without changes
|
bioversions/sources/moalmanac.py
CHANGED
File without changes
|
bioversions/sources/msigdb.py
CHANGED
File without changes
|
bioversions/sources/ncit.py
CHANGED
File without changes
|
bioversions/sources/npass.py
CHANGED
File without changes
|
bioversions/sources/obo.py
CHANGED
File without changes
|
bioversions/sources/ols.py
CHANGED
File without changes
|
bioversions/sources/omim.py
CHANGED
File without changes
|
bioversions/sources/oncotree.py
CHANGED
File without changes
|
bioversions/sources/pathbank.py
CHANGED
File without changes
|
File without changes
|
bioversions/sources/pfam.py
CHANGED
File without changes
|
bioversions/sources/pombase.py
CHANGED
File without changes
|
bioversions/sources/pr.py
CHANGED
File without changes
|
bioversions/sources/pubchem.py
CHANGED
File without changes
|
bioversions/sources/reactome.py
CHANGED
File without changes
|
bioversions/sources/rfam.py
CHANGED
File without changes
|
bioversions/sources/rgd.py
CHANGED
File without changes
|
bioversions/sources/rhea.py
CHANGED
File without changes
|
bioversions/sources/rxnorm.py
CHANGED
File without changes
|
bioversions/sources/sgd.py
CHANGED
File without changes
|
bioversions/sources/signor.py
CHANGED
File without changes
|
bioversions/sources/silva.py
CHANGED
File without changes
|
bioversions/sources/slm.py
CHANGED
File without changes
|
bioversions/sources/spdx.py
CHANGED
File without changes
|
bioversions/sources/stringdb.py
CHANGED
File without changes
|
bioversions/sources/umls.py
CHANGED
File without changes
|
bioversions/sources/uniprot.py
CHANGED
File without changes
|
File without changes
|
File without changes
|
bioversions/sources/zfin.py
CHANGED
File without changes
|
bioversions/templates/base.html
CHANGED
File without changes
|
bioversions/templates/home.html
CHANGED
File without changes
|
bioversions/utils.py
CHANGED
File without changes
|
bioversions/version.py
CHANGED
bioversions/wsgi.py
CHANGED
File without changes
|
@@ -5,7 +5,7 @@ bioversions/cli.py,sha256=75eaa237668bef45ef6f16b5c5a20036aef228995b872dda224a54
|
|
5
5
|
bioversions/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
|
6
6
|
bioversions/resources/__init__.py,sha256=371c3ac3afe0442e01fc9c2f6c000aa4d476ac8a6435167952404831d36a95d6,1659
|
7
7
|
bioversions/resources/update.py,sha256=847565839bacfe2d0fea36202e428cb98e33476b6f13398f950f10386583c473,3593
|
8
|
-
bioversions/resources/versions.json,sha256=
|
8
|
+
bioversions/resources/versions.json,sha256=8015ebd758f0e3ce1fd62d400e5d4d9c8012d0f79676c875f2eb118871a6b3b0,603959
|
9
9
|
bioversions/slack_client.py,sha256=bda7d71401bc03f7dc19fec98d7d5abad5083285cb5c97b5b575b1f9459a1285,1293
|
10
10
|
bioversions/sources/__init__.py,sha256=a77413228a424c676de0420c55a8837c4aebb8d51e78addc9eac36b14a43b344,8906
|
11
11
|
bioversions/sources/antibodyregistry.py,sha256=5c29963e1d7bd40780582ce9539d6120bd593d0cda6f3b763b08af876a2bef8f,713
|
@@ -73,10 +73,10 @@ bioversions/sources/zfin.py,sha256=dcea33de50f1f09e36380a3253c78923e7d19cc462632
|
|
73
73
|
bioversions/templates/base.html,sha256=00a07a693dfd53d56d38cdb3bd6fd49b922060ef4acbe08ba41cb1cb95d73b93,713
|
74
74
|
bioversions/templates/home.html,sha256=cfdf054ac94244fd8adfdc5b1e948f824d7d8fb676d4f49b44602d69723431dd,2756
|
75
75
|
bioversions/utils.py,sha256=118c35036bc7409b06b1ec3831407f710bf122d95726128b3767cb7532d677f3,10751
|
76
|
-
bioversions/version.py,sha256=
|
76
|
+
bioversions/version.py,sha256=4c018a6d970a739e64aacde3c4859404c97f6ce7fa8480929c8279a7bf392693,606
|
77
77
|
bioversions/wsgi.py,sha256=b611913189165699cd67480f3d17308344ac935e31c693017aabea89bd0ba8ab,825
|
78
|
-
bioversions-0.8.
|
79
|
-
bioversions-0.8.
|
80
|
-
bioversions-0.8.
|
81
|
-
bioversions-0.8.
|
82
|
-
bioversions-0.8.
|
78
|
+
bioversions-0.8.87.dist-info/licenses/LICENSE,sha256=41c80964a1b1956e41c013670812fc5592d5b51bd7b3cd4287d949450488a498,1076
|
79
|
+
bioversions-0.8.87.dist-info/WHEEL,sha256=b6dc288e80aa2d1b1518ddb3502fd5b53e8fd6cb507ed2a4f932e9e6088b264a,78
|
80
|
+
bioversions-0.8.87.dist-info/entry_points.txt,sha256=4cdd92beb5155987fe3fa990cbaa0268658f0e30d27ed349fada88c48b97484e,54
|
81
|
+
bioversions-0.8.87.dist-info/METADATA,sha256=749dcb996ab7cd410de657fb3e4e5b5a14d380c3c0f9b16278569cfad196f72f,18673
|
82
|
+
bioversions-0.8.87.dist-info/RECORD,,
|
File without changes
|
File without changes
|