nexus-extensibility 2.0.0b40__py3-none-any.whl → 2.0.0b41__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -132,12 +132,12 @@ class IDataSource(IExtension, ABC):
132
132
  pass
133
133
 
134
134
  @abstractmethod
135
- def get_catalog(self, catalog_id: str) -> Awaitable[ResourceCatalog]:
135
+ def enrich_catalog(self, catalog: ResourceCatalog) -> Awaitable[ResourceCatalog]:
136
136
  """
137
- Gets the requested ResourceCatalog.
137
+ Enriches the provided ResourceCatalog.
138
138
 
139
139
  Args:
140
- catalog_id: The catalog identifier.
140
+ catalog: The catalog to enrich.
141
141
  """
142
142
  pass
143
143
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nexus-extensibility
3
- Version: 2.0.0b40
3
+ Version: 2.0.0b41
4
4
  Summary: Type definitions to implement data sources for the Nexus system.
5
5
  Home-page: https://github.com/nexus-main/nexus
6
6
  Author: https://github.com/nexus-main
@@ -2,10 +2,10 @@ nexus_extensibility/__init__.py,sha256=3NjQgmwGAfhEef3LmQaTBXE9CPORo5ea4xh38hkUQ
2
2
  nexus_extensibility/_data_model.py,sha256=HBuH2ftXAq_a5pJWc5UtqbEEcQIVAolz3xLUYgAHyk0,11964
3
3
  nexus_extensibility/_data_model_extensions.py,sha256=iLSOVDKvVoorj2h0x_XHGhbKwd_NHtrURgS7aUVe8MI,670
4
4
  nexus_extensibility/_data_model_utilities.py,sha256=cb_uJD4CeYz1m7NEttQ7kR3nrcMjovJQCrSUchnglQE,377
5
- nexus_extensibility/_extensibility_data_source.py,sha256=5svJBeeehjsR4taLp-xZ4rXTFzzzNa2LxxP7nlw852c,7121
5
+ nexus_extensibility/_extensibility_data_source.py,sha256=nmliMWPax7ltCmcIR4dbtRtS3_fvM8Nc3WPqsKuhvzM,7132
6
6
  nexus_extensibility/_extensibility_utilities.py,sha256=hQFcY2joHt1goJSCvMfEW5cprN1I-B1-SihqYme8R1A,786
7
7
  nexus_extensibility/_i_extension.py,sha256=JiylZIbVEnKAZ8_4MAIjIVXNcfex76m_FTVOC1CoA2k,107
8
- nexus_extensibility-2.0.0b40.dist-info/METADATA,sha256=lpnAeuK1q2D3bFmz3kTXT6D4jGyqhxRRRPOkgp2xqq4,775
9
- nexus_extensibility-2.0.0b40.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
10
- nexus_extensibility-2.0.0b40.dist-info/top_level.txt,sha256=GTaw9wgS6EKrgO6FhJ3YZuMrkgoK7kP-hW9uybPDbyg,20
11
- nexus_extensibility-2.0.0b40.dist-info/RECORD,,
8
+ nexus_extensibility-2.0.0b41.dist-info/METADATA,sha256=vY1Jl12BJxBN0lVfG_mA_XpthyYJprrQ4IAo8pyXe40,775
9
+ nexus_extensibility-2.0.0b41.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
10
+ nexus_extensibility-2.0.0b41.dist-info/top_level.txt,sha256=GTaw9wgS6EKrgO6FhJ3YZuMrkgoK7kP-hW9uybPDbyg,20
11
+ nexus_extensibility-2.0.0b41.dist-info/RECORD,,