esd-services-api-client 2.0.10__py3-none-any.whl → 2.0.11__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.
- esd_services_api_client/_version.py +1 -1
- esd_services_api_client/nexus/input/input_reader.py +3 -1
- {esd_services_api_client-2.0.10.dist-info → esd_services_api_client-2.0.11.dist-info}/METADATA +2 -3
- {esd_services_api_client-2.0.10.dist-info → esd_services_api_client-2.0.11.dist-info}/RECORD +6 -6
- {esd_services_api_client-2.0.10.dist-info → esd_services_api_client-2.0.11.dist-info}/LICENSE +0 -0
- {esd_services_api_client-2.0.10.dist-info → esd_services_api_client-2.0.11.dist-info}/WHEEL +0 -0
@@ -1 +1 @@
|
|
1
|
-
__version__ = '2.0.
|
1
|
+
__version__ = '2.0.11'
|
@@ -80,7 +80,9 @@ class InputReader(NexusObject[TPayload, TResult]):
|
|
80
80
|
|
81
81
|
@run_time_metrics_async(
|
82
82
|
metric_name="read_input",
|
83
|
-
on_finish_message_template="Finished reading {entity} from path {data_path} in {elapsed:.2f}s seconds"
|
83
|
+
on_finish_message_template="Finished reading {entity} from path {data_path} in {elapsed:.2f}s seconds"
|
84
|
+
if self.socket
|
85
|
+
else "Finished reading {entity} in {elapsed:.2f}s seconds",
|
84
86
|
template_args={
|
85
87
|
"entity": self.__class__.alias().upper(),
|
86
88
|
}
|
{esd_services_api_client-2.0.10.dist-info → esd_services_api_client-2.0.11.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: esd-services-api-client
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.11
|
4
4
|
Summary: Python clients for ESD services
|
5
5
|
Home-page: https://github.com/SneaksAndData/esd-services-api-client
|
6
6
|
License: Apache 2.0
|
@@ -16,13 +16,12 @@ Classifier: Programming Language :: Python :: 3.10
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.11
|
17
17
|
Provides-Extra: azure
|
18
18
|
Provides-Extra: nexus
|
19
|
-
Provides-Extra: nexus-polars
|
20
19
|
Requires-Dist: adapta[azure,datadog,storage] (>=2.7.1,<3.0.0)
|
21
20
|
Requires-Dist: azure-identity (>=1.7,<1.8) ; extra == "azure"
|
22
21
|
Requires-Dist: dataclasses-json (>=0.6.0,<0.7.0)
|
23
22
|
Requires-Dist: httpx (>=0.26.0,<0.27.0) ; extra == "nexus"
|
24
23
|
Requires-Dist: injector (>=0.21.0,<0.22.0) ; extra == "nexus"
|
25
|
-
Requires-Dist: polars (>=0.20.7,<0.21.0) ; extra == "nexus
|
24
|
+
Requires-Dist: polars (>=0.20.7,<0.21.0) ; extra == "nexus"
|
26
25
|
Requires-Dist: pycryptodome (>=3.15,<3.16)
|
27
26
|
Requires-Dist: pyjwt (>=2.4.0,<2.5.0)
|
28
27
|
Project-URL: Repository, https://github.com/SneaksAndData/esd-services-api-client
|
{esd_services_api_client-2.0.10.dist-info → esd_services_api_client-2.0.11.dist-info}/RECORD
RENAMED
@@ -1,5 +1,5 @@
|
|
1
1
|
esd_services_api_client/__init__.py,sha256=rP0njtEgVSMm-sOVayVfcRUrrubl4lme7HI2zS678Lo,598
|
2
|
-
esd_services_api_client/_version.py,sha256=
|
2
|
+
esd_services_api_client/_version.py,sha256=kYhLv18j-O34kNxw6Eplm19f_daEvrswrqeZfkVEPRQ,23
|
3
3
|
esd_services_api_client/beast/__init__.py,sha256=NTaz_7YoLPK8MCLwbwqH7rW1zDWLxXu2T7fGmMmRxyg,718
|
4
4
|
esd_services_api_client/beast/v3/__init__.py,sha256=TRjB4-T6eIORpMvdylb32_GinrIpYNFmAdshSC1HqHg,749
|
5
5
|
esd_services_api_client/beast/v3/_connector.py,sha256=oPizDQ1KOKOfiyh-jAofKodlpRzrRiELv-rmP_o_oio,11473
|
@@ -38,9 +38,9 @@ esd_services_api_client/nexus/exceptions/startup_error.py,sha256=f2PIOSdLgT-42eK
|
|
38
38
|
esd_services_api_client/nexus/input/__init__.py,sha256=DEdzkK43xjNl3XPQy3Q8xHGzXYsMwxCMs1QdEAsS4FI,814
|
39
39
|
esd_services_api_client/nexus/input/_functions.py,sha256=5cqzKGumc27QSQwcmmJOYgZt1009BwNhae5qPQOgkpw,2486
|
40
40
|
esd_services_api_client/nexus/input/input_processor.py,sha256=lRtxrvxGXXmDWHsg4mTWCgM8ecu4kroMDqC3UQMGKYk,1827
|
41
|
-
esd_services_api_client/nexus/input/input_reader.py,sha256=
|
41
|
+
esd_services_api_client/nexus/input/input_reader.py,sha256=hQE_mHLtU1dgSz_6tc7URwrG7mCMzEXNKc_yOxXy9PQ,3168
|
42
42
|
esd_services_api_client/nexus/input/payload_reader.py,sha256=__r_QjIFRAWwx56X5WUK1qensJUae0vZEb422dzOgSY,2511
|
43
|
-
esd_services_api_client-2.0.
|
44
|
-
esd_services_api_client-2.0.
|
45
|
-
esd_services_api_client-2.0.
|
46
|
-
esd_services_api_client-2.0.
|
43
|
+
esd_services_api_client-2.0.11.dist-info/LICENSE,sha256=0gS6zXsPp8qZhzi1xaGCIYPzb_0e8on7HCeFJe8fOpw,10693
|
44
|
+
esd_services_api_client-2.0.11.dist-info/METADATA,sha256=v7f01MJtKlzwiSsICIOT1oKnRKSh513eQwHUj1lx3Rs,1297
|
45
|
+
esd_services_api_client-2.0.11.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
46
|
+
esd_services_api_client-2.0.11.dist-info/RECORD,,
|
{esd_services_api_client-2.0.10.dist-info → esd_services_api_client-2.0.11.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|