maleo-foundation 0.1.7__py3-none-any.whl → 0.1.8__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/managers/client/maleo.py +2 -3
- {maleo_foundation-0.1.7.dist-info → maleo_foundation-0.1.8.dist-info}/METADATA +1 -1
- {maleo_foundation-0.1.7.dist-info → maleo_foundation-0.1.8.dist-info}/RECORD +5 -5
- {maleo_foundation-0.1.7.dist-info → maleo_foundation-0.1.8.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.1.7.dist-info → maleo_foundation-0.1.8.dist-info}/top_level.txt +0 -0
@@ -68,13 +68,12 @@ class ClientControllers(BaseModel):
|
|
68
68
|
arbitrary_types_allowed=True
|
69
69
|
|
70
70
|
class ClientService:
|
71
|
-
def __init__(self,
|
72
|
-
self._controllers = controllers
|
71
|
+
def __init__(self, logger:ClientLogger):
|
73
72
|
self._logger = logger
|
74
73
|
|
75
74
|
@property
|
76
75
|
def controllers(self) -> ClientServiceControllers:
|
77
|
-
|
76
|
+
raise NotImplementedError()
|
78
77
|
|
79
78
|
@property
|
80
79
|
def logger(self) -> ClientLogger:
|
@@ -34,7 +34,7 @@ maleo_foundation/managers/service.py,sha256=UVslS10rF0k-dWYHGdG8eZAXXq0GywZ24hnW
|
|
34
34
|
maleo_foundation/managers/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
35
35
|
maleo_foundation/managers/client/base.py,sha256=GytrN4WB0oa8Flg6VHJ4oSg7kaWQBjXQ8GTwC4VFleY,965
|
36
36
|
maleo_foundation/managers/client/http.py,sha256=dWFZlG1z4TERYBITReR5oSrlzvdhh2EtztVnsU8gCeA,2712
|
37
|
-
maleo_foundation/managers/client/maleo.py,sha256=
|
37
|
+
maleo_foundation/managers/client/maleo.py,sha256=1ADR8qXKmmaCwBY0OXzK_qvZK6ZnBs28QZIfAIHBYLo,3699
|
38
38
|
maleo_foundation/managers/client/google/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
39
39
|
maleo_foundation/managers/client/google/base.py,sha256=1lrGoyGnYW5Xq05bVXbKqnsqqmFPnsqZCBPK5-DINDA,1037
|
40
40
|
maleo_foundation/managers/client/google/secret.py,sha256=iKXaF8qNDXRYbmosS9bAXQFYwRdDZ3Kh2yKhBAaOoEI,3061
|
@@ -79,7 +79,7 @@ maleo_foundation/utils/logging.py,sha256=DuAaKQ1X7lB0y6udR-GF95BRKeluh0JoYN0K_jc
|
|
79
79
|
maleo_foundation/utils/query.py,sha256=ODQ3adOYQNj5E2cRW9ytbjBz56nEDcnfq8mQ6YZbCCM,4375
|
80
80
|
maleo_foundation/utils/formatter/__init__.py,sha256=iKf5YCbEdg1qKnFHyKqqcQbqAqEeRUf8mhI3v3dQoj8,78
|
81
81
|
maleo_foundation/utils/formatter/case.py,sha256=TmvvlfzGdC_omMTB5vAa40TZBxQ3hnr-SYeo0M52Rlg,1352
|
82
|
-
maleo_foundation-0.1.
|
83
|
-
maleo_foundation-0.1.
|
84
|
-
maleo_foundation-0.1.
|
85
|
-
maleo_foundation-0.1.
|
82
|
+
maleo_foundation-0.1.8.dist-info/METADATA,sha256=55FJFi_JYgREQQe3wuXSZmJXnhFzzln9l1WwBwz-qdg,3189
|
83
|
+
maleo_foundation-0.1.8.dist-info/WHEEL,sha256=GHB6lJx2juba1wDgXDNlMTyM13ckjBMKf-OnwgKOCtA,91
|
84
|
+
maleo_foundation-0.1.8.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
85
|
+
maleo_foundation-0.1.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|