nexus-extensibility 2.0.0b30__py3-none-any.whl → 2.0.0b33__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.
@@ -68,11 +68,15 @@ class ReadRequest:
68
68
  A read request.
69
69
 
70
70
  Args:
71
+ original_resource_name: The original resource name.
71
72
  catalog_item: The CatalogItem to be read.
72
73
  data: The data buffer.
73
74
  status: The status buffer. A value of 0x01 ('1') indicates that the corresponding value in the data buffer is valid, otherwise it is treated as float("NaN").
74
75
  """
75
76
 
77
+ original_resource_name: str
78
+ """The original resource name."""
79
+
76
80
  catalog_item: CatalogItem
77
81
  """The CatalogItem to be read."""
78
82
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nexus-extensibility
3
- Version: 2.0.0b30
3
+ Version: 2.0.0b33
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=eKN3tfab0VIYVr3Y58olhCNNRTj4lz3gt2keTaFLGpM,6990
5
+ nexus_extensibility/_extensibility_data_source.py,sha256=5svJBeeehjsR4taLp-xZ4rXTFzzzNa2LxxP7nlw852c,7121
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.0b30.dist-info/METADATA,sha256=UeXwLCa-6zyjYHhVakZlyuYRaBaif0cpizJSAQgJYy0,775
9
- nexus_extensibility-2.0.0b30.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
10
- nexus_extensibility-2.0.0b30.dist-info/top_level.txt,sha256=GTaw9wgS6EKrgO6FhJ3YZuMrkgoK7kP-hW9uybPDbyg,20
11
- nexus_extensibility-2.0.0b30.dist-info/RECORD,,
8
+ nexus_extensibility-2.0.0b33.dist-info/METADATA,sha256=p1Bm8zUxZDqPxUwNV200Z7MfQdaP9O0UfV92vZOcKKk,775
9
+ nexus_extensibility-2.0.0b33.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
10
+ nexus_extensibility-2.0.0b33.dist-info/top_level.txt,sha256=GTaw9wgS6EKrgO6FhJ3YZuMrkgoK7kP-hW9uybPDbyg,20
11
+ nexus_extensibility-2.0.0b33.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5