nexus-extensibility 2.0.0b43__py3-none-any.whl → 2.0.0b44__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.
@@ -202,7 +202,7 @@ class SimpleDataSource(IDataSource, ABC):
202
202
  pass
203
203
 
204
204
  @abstractmethod
205
- def get_catalog(self, catalog_id: str) -> Awaitable[ResourceCatalog]:
205
+ def enrich_catalog(self, catalog: ResourceCatalog) -> Awaitable[ResourceCatalog]:
206
206
  pass
207
207
 
208
208
  async def get_time_range(self, catalog_id: str) -> Tuple[datetime, datetime]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nexus-extensibility
3
- Version: 2.0.0b43
3
+ Version: 2.0.0b44
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,9 +2,9 @@ nexus_extensibility/__init__.py,sha256=temuSqvUeZusU_0j-QoRalMIDfCHm9JP8W6jEO280
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=zNNBypSpz0h1TE8MbZbFtApWnJtLvPA9WM63IIwttDs,7083
5
+ nexus_extensibility/_extensibility_data_source.py,sha256=WMQ8_re5CRJLQma4vq0FfRs6hh_WG4eQBC7c5z3tNhI,7095
6
6
  nexus_extensibility/_extensibility_utilities.py,sha256=hQFcY2joHt1goJSCvMfEW5cprN1I-B1-SihqYme8R1A,786
7
- nexus_extensibility-2.0.0b43.dist-info/METADATA,sha256=8ZmtLbAyQE_3tZm60cx9vezyK7WZ0KA7h8cV1sJc5g0,775
8
- nexus_extensibility-2.0.0b43.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
- nexus_extensibility-2.0.0b43.dist-info/top_level.txt,sha256=GTaw9wgS6EKrgO6FhJ3YZuMrkgoK7kP-hW9uybPDbyg,20
10
- nexus_extensibility-2.0.0b43.dist-info/RECORD,,
7
+ nexus_extensibility-2.0.0b44.dist-info/METADATA,sha256=unRD5v7mXXLZrYcLxXyRQ2RG3acFLvy_jZ4W2oElXpk,775
8
+ nexus_extensibility-2.0.0b44.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
+ nexus_extensibility-2.0.0b44.dist-info/top_level.txt,sha256=GTaw9wgS6EKrgO6FhJ3YZuMrkgoK7kP-hW9uybPDbyg,20
10
+ nexus_extensibility-2.0.0b44.dist-info/RECORD,,