osbot-utils 1.75.0__py3-none-any.whl → 1.76.0__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.
- osbot_utils/decorators/methods/cache_on_self.py +2 -3
- osbot_utils/version +1 -1
- {osbot_utils-1.75.0.dist-info → osbot_utils-1.76.0.dist-info}/METADATA +2 -2
- {osbot_utils-1.75.0.dist-info → osbot_utils-1.76.0.dist-info}/RECORD +6 -6
- {osbot_utils-1.75.0.dist-info → osbot_utils-1.76.0.dist-info}/LICENSE +0 -0
- {osbot_utils-1.75.0.dist-info → osbot_utils-1.76.0.dist-info}/WHEEL +0 -0
@@ -1,8 +1,7 @@
|
|
1
1
|
import inspect
|
2
|
-
from functools
|
3
|
-
|
2
|
+
from functools import wraps
|
4
3
|
from osbot_utils.utils.Misc import str_md5
|
5
|
-
from typing
|
4
|
+
from typing import Any, Callable, TypeVar
|
6
5
|
|
7
6
|
|
8
7
|
CACHE_ON_SELF_KEY_PREFIX = '__cache_on_self__'
|
osbot_utils/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
v1.
|
1
|
+
v1.76.0
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: osbot_utils
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.76.0
|
4
4
|
Summary: OWASP Security Bot - Utils
|
5
5
|
Home-page: https://github.com/owasp-sbot/OSBot-Utils
|
6
6
|
License: MIT
|
@@ -23,7 +23,7 @@ Description-Content-Type: text/markdown
|
|
23
23
|
|
24
24
|
Powerful Python util methods and classes that simplify common apis and tasks.
|
25
25
|
|
26
|
-

|
27
27
|
[](https://codecov.io/gh/owasp-sbot/OSBot-Utils)
|
28
28
|
|
29
29
|
|
@@ -20,7 +20,7 @@ osbot_utils/decorators/lists/index_by.py,sha256=BEbfd13l11zROhXAb0vkB_aZi9P2Zt4p
|
|
20
20
|
osbot_utils/decorators/methods/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
21
21
|
osbot_utils/decorators/methods/cache.py,sha256=IMmHBeR6qtaOfBNgZUeI1SVLoexQQy6vk1LDW-20_5w,1062
|
22
22
|
osbot_utils/decorators/methods/cache_on_function.py,sha256=sDebxWjJnusb_w4R26OTYcmTF6CCeWrpesn-dgzEu8g,2694
|
23
|
-
osbot_utils/decorators/methods/cache_on_self.py,sha256=
|
23
|
+
osbot_utils/decorators/methods/cache_on_self.py,sha256=sW2NLW1rxSrssuLbgua68ZshX0mvrOGTbr2Wed1q26M,3709
|
24
24
|
osbot_utils/decorators/methods/cache_on_tmp.py,sha256=8wLnRAUUkHobu6-B2Q8aAE8jLeIu3b-CQuMtXcnIN9w,3102
|
25
25
|
osbot_utils/decorators/methods/capture_exception.py,sha256=r6d1TPibAVLL7B4I0oXtnHQwFFdLBZbDnytYWO6PxS4,1174
|
26
26
|
osbot_utils/decorators/methods/capture_status.py,sha256=5xklG0usO3hGTjedhrmIucXtUjPd2pkuvA5jsty0a5E,659
|
@@ -306,8 +306,8 @@ osbot_utils/utils/Toml.py,sha256=-_Yv5T8ZhGGoDSSoNEdFhSsXiK_JPjGkPijm4JoeHSk,166
|
|
306
306
|
osbot_utils/utils/Version.py,sha256=Ww6ChwTxqp1QAcxOnztkTicShlcx6fbNsWX5xausHrg,422
|
307
307
|
osbot_utils/utils/Zip.py,sha256=pR6sKliUY0KZXmqNzKY2frfW-YVQEVbLKiyqQX_lc-8,14052
|
308
308
|
osbot_utils/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
309
|
-
osbot_utils/version,sha256=
|
310
|
-
osbot_utils-1.
|
311
|
-
osbot_utils-1.
|
312
|
-
osbot_utils-1.
|
313
|
-
osbot_utils-1.
|
309
|
+
osbot_utils/version,sha256=Sh4I_vevwaIEdaWg7696h0OuGLhRGXbvbES7xCszDMg,8
|
310
|
+
osbot_utils-1.76.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
311
|
+
osbot_utils-1.76.0.dist-info/METADATA,sha256=e5XMnrg0uo8xBZX2txBVODepc-_JQX3oVD9srvPmSAc,1317
|
312
|
+
osbot_utils-1.76.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
313
|
+
osbot_utils-1.76.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|