maleo-foundation 0.1.34__py3-none-any.whl → 0.1.35__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.
@@ -16,11 +16,11 @@ class GoogleSecretManager(GoogleClientManager):
16
16
  google_cloud_logging:Optional[GoogleCloudLogging] = None,
17
17
  credentials_path:BaseTypes.OptionalString=None
18
18
  ) -> None:
19
- self._key = "google-secret-manager"
20
- self._name = "GoogleSecretManager"
19
+ key = "google-secret-manager"
20
+ name = "GoogleSecretManager"
21
21
  super().__init__(
22
- key=self._key,
23
- name=self._name,
22
+ key=key,
23
+ name=name,
24
24
  logs_dir=logs_dir,
25
25
  service_key=service_key,
26
26
  level=level,
@@ -17,11 +17,11 @@ class GoogleCloudStorage(GoogleClientManager):
17
17
  credentials_path:BaseTypes.OptionalString=None,
18
18
  bucket_name:BaseTypes.OptionalString=None
19
19
  ) -> None:
20
- self._key = "google-cloud-storage"
21
- self._name = "GoogleCloudStorage"
20
+ key = "google-cloud-storage"
21
+ name = "GoogleCloudStorage"
22
22
  super().__init__(
23
- key=self._key,
24
- name=self._name,
23
+ key=key,
24
+ name=name,
25
25
  logs_dir=logs_dir,
26
26
  service_key=service_key,
27
27
  level=level,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo_foundation
3
- Version: 0.1.34
3
+ Version: 0.1.35
4
4
  Summary: Foundation package for Maleo
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: MIT
@@ -38,8 +38,8 @@ maleo_foundation/managers/client/base.py,sha256=lYREmEoTLShlPPXOKKiAopjefJ8nIWHC
38
38
  maleo_foundation/managers/client/maleo.py,sha256=NibYGdiN3EXUw5nx-tL48QAZym14GcA4BDZihGJNQ-g,4254
39
39
  maleo_foundation/managers/client/google/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
40
  maleo_foundation/managers/client/google/base.py,sha256=7jCnzkBN-F8xJEfP5eopuyfRBNyOdzImVgBTsQ5CGZ4,1472
41
- maleo_foundation/managers/client/google/secret.py,sha256=RhWxjh_NeUZPV3iQDQBGrIUN85G5wgLahAuLRAefQ9M,3505
42
- maleo_foundation/managers/client/google/storage.py,sha256=sWxyyUVcInIedxIgcG0orLwO1ziSyRmVht1IHSgu9UM,2772
41
+ maleo_foundation/managers/client/google/secret.py,sha256=E2SthMUHScIo9Cz5ICbCK7xBg16hnzKANk7--B82828,3481
42
+ maleo_foundation/managers/client/google/storage.py,sha256=CZmbKBS4p7OCYb5MKWmGB56-Dl7gi7xXteoqpJpVH08,2748
43
43
  maleo_foundation/middlewares/__init__.py,sha256=bqE2EIFC3rWcR2AwFPR0fk2kSFfeTRzgA24GbnuT5RA,3697
44
44
  maleo_foundation/middlewares/authentication.py,sha256=j1IcNnsfVVgDL4eVPP3LARjh5rKHm2KUEfS3E3j7snc,3120
45
45
  maleo_foundation/middlewares/base.py,sha256=3OaB5F57F3epKNieoAgarYM6PimoUdUl3DgpadtVuqs,11743
@@ -82,7 +82,7 @@ maleo_foundation/utils/logging.py,sha256=MwvZmZSA8SIdfq-knEvpYIgqnSpHcyHrZY9TVHW
82
82
  maleo_foundation/utils/query.py,sha256=ODQ3adOYQNj5E2cRW9ytbjBz56nEDcnfq8mQ6YZbCCM,4375
83
83
  maleo_foundation/utils/formatter/__init__.py,sha256=iKf5YCbEdg1qKnFHyKqqcQbqAqEeRUf8mhI3v3dQoj8,78
84
84
  maleo_foundation/utils/formatter/case.py,sha256=TmvvlfzGdC_omMTB5vAa40TZBxQ3hnr-SYeo0M52Rlg,1352
85
- maleo_foundation-0.1.34.dist-info/METADATA,sha256=YqGfviHpmvcCTYS6y5BCzZ1Z5ulF6WPYpUFpcCbs3WM,3190
86
- maleo_foundation-0.1.34.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
87
- maleo_foundation-0.1.34.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
88
- maleo_foundation-0.1.34.dist-info/RECORD,,
85
+ maleo_foundation-0.1.35.dist-info/METADATA,sha256=plzE197g_RRnn3THYEHohLmIL9ZZyGOwGt8dKnyiN44,3190
86
+ maleo_foundation-0.1.35.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
87
+ maleo_foundation-0.1.35.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
88
+ maleo_foundation-0.1.35.dist-info/RECORD,,