maleo-foundation 0.1.62__py3-none-any.whl → 0.1.64__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.
- maleo_foundation/client/manager.py +3 -0
- {maleo_foundation-0.1.62.dist-info → maleo_foundation-0.1.64.dist-info}/METADATA +1 -1
- {maleo_foundation-0.1.62.dist-info → maleo_foundation-0.1.64.dist-info}/RECORD +5 -5
- {maleo_foundation-0.1.62.dist-info → maleo_foundation-0.1.64.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.1.62.dist-info → maleo_foundation-0.1.64.dist-info}/top_level.txt +0 -0
@@ -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
|
|
@@ -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=
|
8
|
+
maleo_foundation/client/manager.py,sha256=3YO2uoBLoC9nbe1yNuqPjhgORSDwb5Zu68KLS2zvKXY,1206
|
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.
|
79
|
-
maleo_foundation-0.1.
|
80
|
-
maleo_foundation-0.1.
|
81
|
-
maleo_foundation-0.1.
|
78
|
+
maleo_foundation-0.1.64.dist-info/METADATA,sha256=Pld3tRJZBw9hNXRVh2UginzAroPwH35i-qVv5YS0mdA,3390
|
79
|
+
maleo_foundation-0.1.64.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
80
|
+
maleo_foundation-0.1.64.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
81
|
+
maleo_foundation-0.1.64.dist-info/RECORD,,
|
File without changes
|
File without changes
|