maleo-foundation 0.1.62__py3-none-any.whl → 0.1.63__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.
@@ -3,6 +3,7 @@ from maleo_foundation.managers.client.base import ClientManager
3
3
  from maleo_foundation.types import BaseTypes
4
4
  from maleo_foundation.utils.logging import SimpleConfig
5
5
  from maleo_foundation.client.services import (
6
+ MaleoFoundationSignatureClientService,
6
7
  MaleoFoundationTokenClientService,
7
8
  MaleoFoundationServices
8
9
  )
@@ -17,8 +18,10 @@ class MaleoFoundationClientManager(ClientManager):
17
18
 
18
19
  def _initialize_services(self):
19
20
  super()._initialize_services()
21
+ signature_service = MaleoFoundationSignatureClientService(logger=self._logger)
20
22
  token_service = MaleoFoundationTokenClientService(logger=self._logger)
21
23
  self._services = MaleoFoundationServices(
24
+ signature=signature_service
22
25
  token=token_service,
23
26
  )
24
27
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo_foundation
3
- Version: 0.1.62
3
+ Version: 0.1.63
4
4
  Summary: Foundation package for Maleo
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: MIT
@@ -5,7 +5,7 @@ maleo_foundation/enums.py,sha256=uvwl3dl2r6BoJMEbtSETiLoyJubHup9Lc7VOg7w7zQo,294
5
5
  maleo_foundation/extended_types.py,sha256=pIKt-_9tby4rmune3fmWcCW_mohaNRh_1lywBmdc-L4,301
6
6
  maleo_foundation/types.py,sha256=aKXnIgEhYGSfFqNMGLc4qIKGkINBRpkOo9R9cb2CbwI,2414
7
7
  maleo_foundation/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- maleo_foundation/client/manager.py,sha256=hF5Uiv93yHmno8ec4ukCDrpTh2apUabMeYZNVgSbxZM,1035
8
+ maleo_foundation/client/manager.py,sha256=vkFzQvfnFeZvDgaTZtjuzC49yd32zgCGrRuovdVLYOQ,1205
9
9
  maleo_foundation/client/services/__init__.py,sha256=SUGBVhs_Zu9rNUxWIxcjGmi54W6RRlwSTqW4h8E0vW0,540
10
10
  maleo_foundation/client/services/signature.py,sha256=W9ZF_FGGOMXw03jaRlZJPkakCw0grZk52P8IAkOxYLs,4373
11
11
  maleo_foundation/client/services/token.py,sha256=KJcA6aTW12JovrbBf0KoKMDgOopz-mZ_SmCRHhWLS_k,1894
@@ -75,7 +75,7 @@ maleo_foundation/utils/loaders/__init__.py,sha256=Dnuv7BWyglSddnbsFb96s-b3KaW7UK
75
75
  maleo_foundation/utils/loaders/json.py,sha256=NsXLq3VZSgzmEf99tV1VtrmiudWdQ8Pzh_hI4Rm0cM8,397
76
76
  maleo_foundation/utils/loaders/key.py,sha256=GZ4h1ONfp6Xx8-E8AWoGP4ajAZrwPhZRtidjn_u82Qg,2562
77
77
  maleo_foundation/utils/loaders/yaml.py,sha256=jr8v3BlgmRCMTzdNgKhIYt1tnubaJXcDSSGkKVR8pbw,362
78
- maleo_foundation-0.1.62.dist-info/METADATA,sha256=-zfYv2zsfV92MMIIfXpwF2qWc2tvyh2Zti01BAm1TKE,3390
79
- maleo_foundation-0.1.62.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
80
- maleo_foundation-0.1.62.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
81
- maleo_foundation-0.1.62.dist-info/RECORD,,
78
+ maleo_foundation-0.1.63.dist-info/METADATA,sha256=QROXxIFPFtV385Egh4TujanqeBRxH7y6FnUxkd01G_E,3390
79
+ maleo_foundation-0.1.63.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
80
+ maleo_foundation-0.1.63.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
81
+ maleo_foundation-0.1.63.dist-info/RECORD,,