esd-services-api-client 2.2.6a114.dev3__py3-none-any.whl → 2.2.6a114.dev5__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.
@@ -1 +1 @@
1
- __version__ = 'v2.2.6a114.dev3'
1
+ __version__ = 'v2.2.6a114.dev5'
@@ -19,7 +19,7 @@
19
19
 
20
20
  from abc import ABC, abstractmethod
21
21
  import re
22
- from typing import Generic, TypeVar, Union, Any
22
+ from typing import Generic, TypeVar, Union, Any, Dict
23
23
 
24
24
  import pandas
25
25
  import polars
@@ -35,7 +35,7 @@ class AlgorithmResult(ABC):
35
35
  """
36
36
 
37
37
  @abstractmethod
38
- def result(self) -> Union[pandas.DataFrame, polars.DataFrame, dict]:
38
+ def result(self) -> Union[pandas.DataFrame, polars.DataFrame, Dict]:
39
39
  """
40
40
  Returns the main result. This will be written to the linked output storage.
41
41
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: esd-services-api-client
3
- Version: 2.2.6a114.dev3
3
+ Version: 2.2.6a114.dev5
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
@@ -1,5 +1,5 @@
1
1
  esd_services_api_client/__init__.py,sha256=L-cEW1mVbnTJLCLG5V6Ucw7zBgx1zf0t1bYcQC1heyw,603
2
- esd_services_api_client/_version.py,sha256=h_aLBcdfPt6zX-B_M49S-XKd8xO9kQNAIdC8hN_sqy4,32
2
+ esd_services_api_client/_version.py,sha256=KpvMptHdVTU800WIQPowKqKiEFyIVaSqEh4YiOcztSs,32
3
3
  esd_services_api_client/beast/__init__.py,sha256=zNhXcHSP5w4P9quM1XP4oXVJEccvC_VScG41TZ0GzZ8,723
4
4
  esd_services_api_client/beast/v3/__init__.py,sha256=FtumtInoDyCCRE424Llqv8QZLRuwXzj-smyfu1od1nc,754
5
5
  esd_services_api_client/beast/v3/_connector.py,sha256=WNmCiTXFRb3q56mrr7ZbqBHWDUxbfyWhiWlBFLUIOnc,11478
@@ -21,7 +21,7 @@ esd_services_api_client/nexus/abstractions/__init__.py,sha256=sOgKKq3_LZGbLmQMtM
21
21
  esd_services_api_client/nexus/abstractions/algrorithm_cache.py,sha256=3Umb9bKsl8Yo5a3FMrdO_7JTk2mrYJf9MLR-_C0yzFo,3338
22
22
  esd_services_api_client/nexus/abstractions/input_object.py,sha256=RUKnhekuZwd_RVvnLGAxHa4wYDFJf6wEwWQI9f-o0lM,1761
23
23
  esd_services_api_client/nexus/abstractions/logger_factory.py,sha256=9biONvCqNrP__yrmeRkoDL05TMA5v-LyrcKwgiKG59U,2019
24
- esd_services_api_client/nexus/abstractions/nexus_object.py,sha256=RoWWC1qdTgaBB1DIEqebRaE3ThgJGPuywmFMRn1ZULc,3032
24
+ esd_services_api_client/nexus/abstractions/nexus_object.py,sha256=jvLIIFsu3fXK9NuJX3K67ipZOZoeAq1rSQMHpQpKZLY,3038
25
25
  esd_services_api_client/nexus/abstractions/socket_provider.py,sha256=Rwa_aPErI4Es5AdyCd3EoGze7mg2D70u8kuc2UGEBaI,1729
26
26
  esd_services_api_client/nexus/algorithms/__init__.py,sha256=yMvLFSqg5eUKOXI0zMFX69Ni0ibKQHOqAnrZsxQqhOo,903
27
27
  esd_services_api_client/nexus/algorithms/_baseline_algorithm.py,sha256=24ALLx4Bxlgi0EwZB1a0SJeEwBUWKj7CGad-CpIygU0,2925
@@ -47,7 +47,7 @@ esd_services_api_client/nexus/input/input_reader.py,sha256=aXNMGxrdUX5RDYR666GSG
47
47
  esd_services_api_client/nexus/input/payload_reader.py,sha256=Kq0xN1Shyqv71v6YkcrqVTDbmsEjZc8ithsXYpyu87M,2516
48
48
  esd_services_api_client/nexus/telemetry/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
49
49
  esd_services_api_client/nexus/telemetry/recorder.py,sha256=2-u7tuFmSDHuA7qOo6PalnkkOZ8qnHLQF1F9SiVVme0,3702
50
- esd_services_api_client-2.2.6a114.dev3.dist-info/LICENSE,sha256=0gS6zXsPp8qZhzi1xaGCIYPzb_0e8on7HCeFJe8fOpw,10693
51
- esd_services_api_client-2.2.6a114.dev3.dist-info/METADATA,sha256=V6Zv-NDpNPZ_5bZ1Pc5iyCvfYeASMnFZ4e_o6EWzcgA,1301
52
- esd_services_api_client-2.2.6a114.dev3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
53
- esd_services_api_client-2.2.6a114.dev3.dist-info/RECORD,,
50
+ esd_services_api_client-2.2.6a114.dev5.dist-info/LICENSE,sha256=0gS6zXsPp8qZhzi1xaGCIYPzb_0e8on7HCeFJe8fOpw,10693
51
+ esd_services_api_client-2.2.6a114.dev5.dist-info/METADATA,sha256=4RK4u0d-Jz29cK5MhoYVVFO52PJMqRDng8lm4Dy0yPs,1301
52
+ esd_services_api_client-2.2.6a114.dev5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
53
+ esd_services_api_client-2.2.6a114.dev5.dist-info/RECORD,,