everysk-lib 1.9.7__cp311-cp311-musllinux_1_2_x86_64.whl → 1.9.8__cp311-cp311-musllinux_1_2_x86_64.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.
@@ -119,7 +119,10 @@ class Secrets(BaseEntity, metaclass=SecretsScriptMetaClass):
119
119
  path (str): The path to retrieve the value from.
120
120
 
121
121
  Returns:
122
- Any: The value retrieved from the path.
122
+ Any | None: The value retrieved from the path or None if the path is empty.
123
123
  """
124
+ if not path:
125
+ return None
126
+
124
127
  _, _ = cls._split_path(path)
125
128
  return cls.get_response(params={'path': path})
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: everysk-lib
3
- Version: 1.9.7
3
+ Version: 1.9.8
4
4
  Summary: Generic lib to share python code on Everysk.
5
5
  License-Expression: LicenseRef-Proprietary
6
6
  Project-URL: Homepage, https://everysk.com/
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3.11
12
12
  Requires-Python: >=3.11
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE.txt
15
- Requires-Dist: python-dateutil<=2.9.0,>=2.8.2
15
+ Requires-Dist: python-dateutil<=3.0.0,>=2.8.2
16
16
  Requires-Dist: holidays==0.51
17
17
  Requires-Dist: tzdata<=2025.2,>=2024.1
18
18
  Provides-Extra: requests
@@ -100,7 +100,7 @@ everysk/sdk/entities/private_security/base.py,sha256=nfVEPAhNjw160WMIrvHtdKVtuve
100
100
  everysk/sdk/entities/private_security/settings.py,sha256=Lgcl_olxdUztYrVs7_tQ4WLlZtqk2IgPtdKZfIQ8o-E,875
101
101
  everysk/sdk/entities/report/base.py,sha256=QuvGUsp9Ws9M3Lys4WzwBlhmQZEN1fSAbpd2K5YNR9o,8289
102
102
  everysk/sdk/entities/report/settings.py,sha256=85ONLliZtH2o033RMAC-gtBPzCEvmquBu5Se1GJGkss,1023
103
- everysk/sdk/entities/secrets/base.py,sha256=oElnSxS9bTFdFnQYTECfs_gVwdkHGiVnoiL5_WmhCkY,4328
103
+ everysk/sdk/entities/secrets/base.py,sha256=On9tvQFQN4sENArlABKktc3mqx4kynaVpxCnuYAi5Bk,4410
104
104
  everysk/sdk/entities/secrets/script.py,sha256=kg2T4ptBhy_R4tPYq50_JBCNSgsdjKQzVzvzFNLcYaI,4038
105
105
  everysk/sdk/entities/secrets/settings.py,sha256=rN6QUdRO86e_5_Gg_nByKGRSrrNfKfv-PjjAPGh6OGg,910
106
106
  everysk/sdk/entities/worker_execution/base.py,sha256=j8xVyDe3ncHRxXcsCnTJeJPZBPtYtH7Jg-W0sF4Cm3w,11059
@@ -125,9 +125,9 @@ everysk/sql/model.py,sha256=AzhGSYq9o_ekmpKmDcD6-9FEghd3_JzOiqGbapqhm_A,14756
125
125
  everysk/sql/query.py,sha256=vybpvTI4oieI6b9uGCPkRnb1YgZ3sNKOyzemKOHroaA,13757
126
126
  everysk/sql/settings.py,sha256=aQ6z1ZYtulmqwA4G7u-jx_OV_4IWPNgv5r9sfNWNh3A,864
127
127
  everysk/sql/utils.py,sha256=Or2Cs4wVp6fKQXuGP7e_bPvc88pP-PZ3AoSEDT7G_dA,4301
128
- everysk_lib-1.9.7.dist-info/.gitignore,sha256=0A1r9HzLhR7IQ1rGPjbaW5HC6oIQ7xzVYZ1z1ZaVfmw,183
129
- everysk_lib-1.9.7.dist-info/METADATA,sha256=o8009mvpZRKVhS5fLELVAhngx7fQCjrSVHRhscIhEpQ,12962
130
- everysk_lib-1.9.7.dist-info/WHEEL,sha256=kA_iIvT-cxTFNl4I8QDfFHN1DAyqZDYakVXCaObxeLo,112
131
- everysk_lib-1.9.7.dist-info/top_level.txt,sha256=1s1Lfhd4gXolqzkh-ay3yy-EZKPiKnJfbZwx2fybxyk,14
132
- everysk_lib-1.9.7.dist-info/RECORD,,
133
- everysk_lib-1.9.7.dist-info/licenses/LICENSE.txt,sha256=Q5YxWA62m0TsmpEmHeoRHg4oPu_8ektkZ3FWWm1pQWo,311
128
+ everysk_lib-1.9.8.dist-info/.gitignore,sha256=0A1r9HzLhR7IQ1rGPjbaW5HC6oIQ7xzVYZ1z1ZaVfmw,183
129
+ everysk_lib-1.9.8.dist-info/METADATA,sha256=wORt89Au8mLtyMGiy7gN-C5WEcWcgebKcEClkjtFWPQ,12962
130
+ everysk_lib-1.9.8.dist-info/WHEEL,sha256=kA_iIvT-cxTFNl4I8QDfFHN1DAyqZDYakVXCaObxeLo,112
131
+ everysk_lib-1.9.8.dist-info/top_level.txt,sha256=1s1Lfhd4gXolqzkh-ay3yy-EZKPiKnJfbZwx2fybxyk,14
132
+ everysk_lib-1.9.8.dist-info/RECORD,,
133
+ everysk_lib-1.9.8.dist-info/licenses/LICENSE.txt,sha256=Q5YxWA62m0TsmpEmHeoRHg4oPu_8ektkZ3FWWm1pQWo,311