esd-services-api-client 2.7.1a163.dev4__py3-none-any.whl → 2.7.3__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.
@@ -17,4 +17,4 @@
17
17
  Root index.
18
18
  """
19
19
 
20
- __version__ = "0.0.0"
20
+ __version__ = "2.7.3"
@@ -438,14 +438,14 @@ class Nexus:
438
438
  version=__version__,
439
439
  )
440
440
  metrics_provider.increment("failed_runs")
441
+ else:
442
+ metrics_provider.increment("successful_runs")
441
443
 
442
444
  await self._submit_result(
443
445
  self._algorithm_run_task.result() if not ex else None,
444
446
  self._algorithm_run_task.exception(),
445
447
  )
446
448
 
447
- metrics_provider.increment("successful_runs")
448
-
449
449
  # record telemetry
450
450
  root_logger.info(
451
451
  "Recording telemetry for the run {run_id}",
@@ -0,0 +1,38 @@
1
+ Metadata-Version: 2.3
2
+ Name: esd-services-api-client
3
+ Version: 2.7.3
4
+ Summary: Python clients for ESD services
5
+ License: Apache-2.0
6
+ Author: ECCO Sneaks & Data
7
+ Author-email: esdsupport@ecco.com
8
+ Maintainer: GZU
9
+ Maintainer-email: gzu@ecco.com
10
+ Requires-Python: >=3.11,<3.12
11
+ Classifier: License :: OSI Approved :: Apache Software License
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Provides-Extra: azure
15
+ Provides-Extra: nexus
16
+ Requires-Dist: adapta[datadog,storage] (>=3.5.2,<3.6.0)
17
+ Requires-Dist: azure-identity (>=1.7,<1.8) ; extra == "azure"
18
+ Requires-Dist: dataclasses-json (>=0.6.0,<0.7.0)
19
+ Requires-Dist: httpx (>=0.27.0,<0.28.0) ; extra == "nexus"
20
+ Requires-Dist: injector (>=0.22.0,<0.23.0) ; extra == "nexus"
21
+ Requires-Dist: pycryptodome (>=3.15,<3.16)
22
+ Requires-Dist: pyjwt (>=2.4.0,<2.5.0)
23
+ Project-URL: Repository, https://github.com/SneaksAndData/esd-services-api-client
24
+ Description-Content-Type: text/markdown
25
+
26
+ # ESD services Api client
27
+
28
+ This repository contains connectors to internal services:
29
+ - Beast
30
+ - Boxer
31
+ - Crystal
32
+
33
+ ## Nexus OSS Release - IMPORTANT NOTICE
34
+
35
+ Nexus is a lightweight framework for running and executing ML/AI workloads on any Kubernetes cluster. For some time, Nexus was developed as a side-project in ECCO Data & AI and only worked with the proprietary execution framework. With the release of [Nexus Scheduler](https://github.com/sneaksanddata/nexus)
36
+ for Golang, Nexus Python framework transitions to true open-source. Code in `nexus` subpackage here will be in maintenance mode until the end of 2025, and no new features will be added. Once Nexus v1 is released, please consider upgrading to a new [Nexus SDK Python](https://github.com/SneaksAndData/nexus-sdk-py).
37
+
38
+ All feature requests raised for Nexus in this repository will be automatically transferred to `nexus-sdk-py`. On January 31st, 2026, `nexus` and `crystal` packages will be removed from this library.
@@ -1,5 +1,4 @@
1
- esd_services_api_client/__init__.py,sha256=4LskDwFuAFMOjHtN3_-71G_VZ4MNfjMJ7wX2cHYxV-0,648
2
- esd_services_api_client/_version.py,sha256=m__q-lqTtDgxDWR2aW-ckNVX9Fnc8iP2dOH76TQcC30,32
1
+ esd_services_api_client/__init__.py,sha256=0vVe4__zkhN8dMc-zfxTSkWvha6dRgpOVcHuDEahqXU,648
3
2
  esd_services_api_client/beast/__init__.py,sha256=zNhXcHSP5w4P9quM1XP4oXVJEccvC_VScG41TZ0GzZ8,723
4
3
  esd_services_api_client/beast/v3/__init__.py,sha256=FtumtInoDyCCRE424Llqv8QZLRuwXzj-smyfu1od1nc,754
5
4
  esd_services_api_client/beast/v3/_connector.py,sha256=VqxiCzJWKERh42aZAIphzmOEG5cdOcKM0DQzG7eQ_-8,11479
@@ -34,7 +33,7 @@ esd_services_api_client/nexus/algorithms/recursive.py,sha256=uaCCl4q-st_KqbcmkdO
34
33
  esd_services_api_client/nexus/configurations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
35
34
  esd_services_api_client/nexus/configurations/algorithm_configuration.py,sha256=eE7diX2PATCGkmqhvFOcZwXrr6vns4fqnJGmgNvhhZM,1091
36
35
  esd_services_api_client/nexus/core/__init__.py,sha256=sOgKKq3_LZGbLmQMtMS7lDw2hv027qownTmNIRV0BB8,627
37
- esd_services_api_client/nexus/core/app_core.py,sha256=sq4PJ7JqVPIgNUKtQurrGVrB3JJ0RVF_Y8ji72iRxu0,17684
36
+ esd_services_api_client/nexus/core/app_core.py,sha256=IaN6lJ5ppwkQLsQGzbOrQOpgchMMJsw5BngpnjE72aE,17705
38
37
  esd_services_api_client/nexus/core/app_dependencies.py,sha256=-s_jtEdw25Jef6dMCtIqfIQnAPmzP7fvrB1oq4GSjwA,8042
39
38
  esd_services_api_client/nexus/core/serializers.py,sha256=0IfXadbR3G0mowqRQlIOP2LFjNs-P-Tr42Ia2G-ehtg,2275
40
39
  esd_services_api_client/nexus/exceptions/__init__.py,sha256=feN33VdqB5-2bD9aJesJl_OlsKrNNo3hZCnQgKuaU9k,696
@@ -52,7 +51,7 @@ esd_services_api_client/nexus/modules/mlflow_module.py,sha256=d4y8XetGF37md4dEpE
52
51
  esd_services_api_client/nexus/telemetry/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
52
  esd_services_api_client/nexus/telemetry/recorder.py,sha256=-shxk2vYDTafJ0U3CzkHxIHBQtxVJ1ZNI4ST0p1YV2g,4801
54
53
  esd_services_api_client/nexus/telemetry/user_telemetry_recorder.py,sha256=E4bj0N4QDo9kSxf1XMSplCfSG29iDKg-UgrRY-nq_XE,5225
55
- esd_services_api_client-2.7.1a163.dev4.dist-info/LICENSE,sha256=0gS6zXsPp8qZhzi1xaGCIYPzb_0e8on7HCeFJe8fOpw,10693
56
- esd_services_api_client-2.7.1a163.dev4.dist-info/METADATA,sha256=geDYI_bT5xmINvxHzAtyRxne62Lk4YxmE1T46n1mB0Y,1071
57
- esd_services_api_client-2.7.1a163.dev4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
58
- esd_services_api_client-2.7.1a163.dev4.dist-info/RECORD,,
54
+ esd_services_api_client-2.7.3.dist-info/LICENSE,sha256=0gS6zXsPp8qZhzi1xaGCIYPzb_0e8on7HCeFJe8fOpw,10693
55
+ esd_services_api_client-2.7.3.dist-info/METADATA,sha256=0aBPwZzJDFKOtmDJBTr-YMO125AboxOSBPCjC-don64,1941
56
+ esd_services_api_client-2.7.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
57
+ esd_services_api_client-2.7.3.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- __version__ = 'v2.7.1a163.dev4'
@@ -1,32 +0,0 @@
1
- Metadata-Version: 2.3
2
- Name: esd-services-api-client
3
- Version: 2.7.1a163.dev4
4
- Summary: Python clients for ESD services
5
- License: Apache 2.0
6
- Author: ECCO Sneaks & Data
7
- Author-email: esdsupport@ecco.com
8
- Maintainer: GZU
9
- Maintainer-email: gzu@ecco.com
10
- Requires-Python: >=3.11,<3.12
11
- Classifier: License :: Other/Proprietary License
12
- Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.11
14
- Provides-Extra: azure
15
- Provides-Extra: nexus
16
- Requires-Dist: adapta[datadog,storage] (>=3.4.1,<3.5.0)
17
- Requires-Dist: azure-identity (>=1.7,<1.8) ; extra == "azure"
18
- Requires-Dist: dataclasses-json (>=0.6.0,<0.7.0)
19
- Requires-Dist: httpx (>=0.27.0,<0.28.0) ; extra == "nexus"
20
- Requires-Dist: injector (>=0.22.0,<0.23.0) ; extra == "nexus"
21
- Requires-Dist: pycryptodome (>=3.15,<3.16)
22
- Requires-Dist: pyjwt (>=2.4.0,<2.5.0)
23
- Project-URL: Repository, https://github.com/SneaksAndData/esd-services-api-client
24
- Description-Content-Type: text/markdown
25
-
26
- # ESD services Api client
27
-
28
- This repository contains connectors to internal services:
29
- - Beast
30
- - Boxer
31
- - Crystal
32
-