bioversions 0.5.359__py3-none-any.whl → 0.5.361__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.
@@ -23,6 +23,7 @@ class ChEMBLGetter(Getter):
23
23
  homepage_fmt = "ftp://ftp.ebi.ac.uk/pub/databases/chembl/ChEMBLdb/releases/chembl_{version}"
24
24
  date_fmt = "%d/%m/%Y"
25
25
  version_type = VersionType.sequential
26
+ collection = ["chembl", "chembl.target", "chembl.compound", "chembl.cell"]
26
27
 
27
28
  def get(self):
28
29
  """Get the latest ChEMBL version number."""
@@ -5,6 +5,7 @@
5
5
  from typing import Mapping
6
6
 
7
7
  from bioversions.utils import Getter, VersionType, get_soup
8
+ import bioregistry
8
9
 
9
10
  __all__ = [
10
11
  "KEGGGetter",
@@ -19,7 +20,7 @@ class KEGGGetter(Getter):
19
20
  name = "KEGG"
20
21
  date_fmt = "%B %d, %Y"
21
22
  version_type = VersionType.semver_minor
22
- collection = ["kegg.pathway", "kegg.gene", "kegg.species"] # TODO add more
23
+ collection = ["kegg", *bioregistry.get_has_parts("kegg")]
23
24
 
24
25
  def get(self) -> Mapping[str, str]:
25
26
  """Get the latest KEGG version number."""
bioversions/version.py CHANGED
@@ -9,7 +9,7 @@ __all__ = [
9
9
  "VERSION",
10
10
  ]
11
11
 
12
- VERSION = "0.5.359"
12
+ VERSION = "0.5.361"
13
13
 
14
14
 
15
15
  def get_git_hash() -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bioversions
3
- Version: 0.5.359
3
+ Version: 0.5.361
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
@@ -6,7 +6,7 @@ bioversions/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  bioversions/slack_client.py,sha256=42kl4TbjtXimVRULcBfe8i3pdJLScEPvJr1vw72tv-4,1271
7
7
  bioversions/twitter_client.py,sha256=TQhsdp6avlzoZLoZlndJlwsYhIYI-uabehZJ1W1mNuY,1353
8
8
  bioversions/utils.py,sha256=6ygaoe5rRArtrCXHrVygpl2cD7Otrbs4D1rADmpXDrA,10425
9
- bioversions/version.py,sha256=AqbsVkO41JsN7zWl2VYWz3RfCgcY-QQPJbZukwN7Skk,645
9
+ bioversions/version.py,sha256=oeRfl7sk9iM5q1EyRHj4o1mVUru-D_m6ncJRKDY6uJ0,645
10
10
  bioversions/wsgi.py,sha256=Z1HYFmnrWKNGwHq4R4DRfBuLzAEAAZ5UfHjvJUpnDfs,826
11
11
  bioversions/resources/__init__.py,sha256=0E1yGGT5SztSGEa30Tai4wCUki4nqfynqCSNAvjzEOk,1173
12
12
  bioversions/resources/update.py,sha256=21LprPktMKXdFI7llKjn7gsAQq01TGSKFbWQEhhwDJ0,3215
@@ -16,7 +16,7 @@ bioversions/sources/bigg.py,sha256=qPBpX8qap8MlnlcntWO30jIgWD4c9RV57cKp_EZhnE0,6
16
16
  bioversions/sources/biogrid.py,sha256=k32iXtno-Q2M2SVDX_S-22_B1rwSTzQNZwJCL9nwoW4,759
17
17
  bioversions/sources/cellosaurus.py,sha256=x3kAjDAoy2YQY3ZroiZxdsh7_-AQg1bWTWa-0y23uX0,986
18
18
  bioversions/sources/chebi.py,sha256=TRQ7DZ-Dz8b3mNaKRe52QVfQFahvTwVsBQjXapxBl_M,856
19
- bioversions/sources/chembl.py,sha256=HHasQ9F1Utm9LLsN1h-NrwfNifN-Y-Ss928_0Iz3CtY,1408
19
+ bioversions/sources/chembl.py,sha256=LxOFFAgSYg4v3AkvAseHWAeAZZH8klRZv8HpD-rebBY,1487
20
20
  bioversions/sources/chemidplus.py,sha256=USdDBPGcNULiw19ZFzz5QFIVzG_h80IaFbxsJH4Fb1w,1207
21
21
  bioversions/sources/civic.py,sha256=1uGaTy2ipZ2Nm5Nn_Ojv6biJfLr3sB3djc6AmOT3sO0,970
22
22
  bioversions/sources/complexportal.py,sha256=SPJ3ryJNtXwvArtHaeeWCSau6uVBJTDxPX6XPvKmDlY,696
@@ -38,7 +38,7 @@ bioversions/sources/icf.py,sha256=iTWjjScSlKDJZRRi1cKTZyTpP4p5Illv6LoZEvo-PSw,73
38
38
  bioversions/sources/intact.py,sha256=bRBnGm3-PHGdKlyYGkCabzQue9RG2MmF1A3CVF_U9e4,621
39
39
  bioversions/sources/interpro.py,sha256=UELzp1FBKBcul09DiK3eqkHZ31kkBPT4vuDD9A_9hz0,1261
40
40
  bioversions/sources/itis.py,sha256=u9h72y5JijXTprOe1SlaTW0adllj6NNoRP95AwuhzjE,831
41
- bioversions/sources/kegg.py,sha256=3JpmkmQJNw-Txp7LQFXgW975zGOz4ekfgEOZKhPtYis,868
41
+ bioversions/sources/kegg.py,sha256=Kk3S1uhGmzHgSYid1mUo_uDakk8WeUAZUsFap4eDVow,869
42
42
  bioversions/sources/mesh.py,sha256=U3brzrzPjhzgSWxG2MILP-bqIgZpr62ns_izFnZzqe0,807
43
43
  bioversions/sources/mgi.py,sha256=68xCDcnWUckM_GDGW24MjtWwFf0vZHkS0H3NWKwUdr0,866
44
44
  bioversions/sources/mirbase.py,sha256=5_D4EeB-K64eQ897xOSzoZQYFOiXNqtAugcexzR9oBg,905
@@ -69,9 +69,9 @@ bioversions/sources/uniprot.py,sha256=_rootal_mrESkiXJh3udfr1UGrlzP7CQQIMsa35tyc
69
69
  bioversions/sources/unversioned.py,sha256=noHxGmy9cpVv5xegMHouBF6oCbW6CP1jpOeCVdE7Eak,78
70
70
  bioversions/sources/wikipathways.py,sha256=HTva8vsXRQWU6bia83Et4vveo-QhzJS6dDWeu9Syc6c,823
71
71
  bioversions/sources/zfin.py,sha256=D7csziZ3UsW8dncm6XKA0t3x6XB4cFbG9PTYcT-g2bg,708
72
- bioversions-0.5.359.dist-info/LICENSE,sha256=GzLA83qaovFgoZWRYwaAmY-lkHZyDySJHU-YKE9NdVs,1076
73
- bioversions-0.5.359.dist-info/METADATA,sha256=iXvD480nRd9XPl1RcD0O-VG0thDqZykqzKGbvNKdBb0,9443
74
- bioversions-0.5.359.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
75
- bioversions-0.5.359.dist-info/entry_points.txt,sha256=A3qrS-nvKNZPZWQbYlmsmiDTge524C4yR-arRJwdHls,53
76
- bioversions-0.5.359.dist-info/top_level.txt,sha256=0QO2OEUMchj5GSlWEFi0cvUpsm4b_uwuuvr6uSEmfY0,12
77
- bioversions-0.5.359.dist-info/RECORD,,
72
+ bioversions-0.5.361.dist-info/LICENSE,sha256=GzLA83qaovFgoZWRYwaAmY-lkHZyDySJHU-YKE9NdVs,1076
73
+ bioversions-0.5.361.dist-info/METADATA,sha256=tNKz4B5RZdeZhunOW-BDkDmEmYH5rXVyOwUuj44yjIw,9443
74
+ bioversions-0.5.361.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
75
+ bioversions-0.5.361.dist-info/entry_points.txt,sha256=A3qrS-nvKNZPZWQbYlmsmiDTge524C4yR-arRJwdHls,53
76
+ bioversions-0.5.361.dist-info/top_level.txt,sha256=0QO2OEUMchj5GSlWEFi0cvUpsm4b_uwuuvr6uSEmfY0,12
77
+ bioversions-0.5.361.dist-info/RECORD,,