nexus-extensibility 2.0.0b48__py3-none-any.whl → 2.0.0b49__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.
@@ -63,7 +63,7 @@ class DataSourceContext(Generic[T]):
63
63
  @dataclass(frozen=True)
64
64
  class CatalogTimeRange:
65
65
  """
66
- A data source time range.
66
+ A catalog time range.
67
67
 
68
68
  Args:
69
69
  begin: The date/time of the first data in the catalog.
@@ -119,6 +119,7 @@ class ReadDataHandler(Protocol):
119
119
 
120
120
  ################# DATA SOURCE ###############
121
121
 
122
+ # use this syntax in future (3.12+): IDataSource[T](ABC)
122
123
  class IDataSource(Generic[T], ABC):
123
124
  """
124
125
  A data source.
@@ -202,7 +203,6 @@ class IUpgradableDataSource(ABC):
202
203
  Data sources which have configuration data to be upgraded should implement this interface.
203
204
  """
204
205
 
205
- @staticmethod
206
206
  @abstractmethod
207
207
  def upgrade_source_configuration(configuration: Any) -> Awaitable[Any]:
208
208
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nexus-extensibility
3
- Version: 2.0.0b48
3
+ Version: 2.0.0b49
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=Gz9Mi8EWeBX7Enaq_3LYkKeXOBeMFhw-OEhGpxOpHPU,7893
5
+ nexus_extensibility/_extensibility_data_source.py,sha256=JcXABjfBhbktNzlnem1ylpLJTRJfEd64__JjPx3GIMk,7928
6
6
  nexus_extensibility/_extensibility_utilities.py,sha256=hQFcY2joHt1goJSCvMfEW5cprN1I-B1-SihqYme8R1A,786
7
- nexus_extensibility-2.0.0b48.dist-info/METADATA,sha256=oTkOKtHOHlfjBvM9Z61OEaVef5UDeJGrfQIVSfVy3bU,775
8
- nexus_extensibility-2.0.0b48.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
- nexus_extensibility-2.0.0b48.dist-info/top_level.txt,sha256=GTaw9wgS6EKrgO6FhJ3YZuMrkgoK7kP-hW9uybPDbyg,20
10
- nexus_extensibility-2.0.0b48.dist-info/RECORD,,
7
+ nexus_extensibility-2.0.0b49.dist-info/METADATA,sha256=36GdIqTtdbM0CnQRIP3KDZYlLq-H_cUZ-Dp_dz_Tv7A,775
8
+ nexus_extensibility-2.0.0b49.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
+ nexus_extensibility-2.0.0b49.dist-info/top_level.txt,sha256=GTaw9wgS6EKrgO6FhJ3YZuMrkgoK7kP-hW9uybPDbyg,20
10
+ nexus_extensibility-2.0.0b49.dist-info/RECORD,,