osbot-utils 1.47.0__py3-none-any.whl → 1.48.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/utils/Threads.py +2 -1
- osbot_utils/version +1 -1
- {osbot_utils-1.47.0.dist-info → osbot_utils-1.48.0.dist-info}/METADATA +2 -2
- {osbot_utils-1.47.0.dist-info → osbot_utils-1.48.0.dist-info}/RECORD +6 -6
- {osbot_utils-1.47.0.dist-info → osbot_utils-1.48.0.dist-info}/LICENSE +0 -0
- {osbot_utils-1.47.0.dist-info → osbot_utils-1.48.0.dist-info}/WHEEL +0 -0
osbot_utils/utils/Threads.py
CHANGED
@@ -42,4 +42,5 @@ def invoke_in_new_event_loop(target: typing.Coroutine): # Runs a cor
|
|
42
42
|
result = future.result() # Wait for the result of the future
|
43
43
|
return result # Return the result from the coroutine
|
44
44
|
|
45
|
-
async_invoke_in_new_loop = invoke_in_new_event_loop
|
45
|
+
async_invoke_in_new_loop = invoke_in_new_event_loop
|
46
|
+
invoke_async = invoke_async_function # todo: see if this is best use of this function name
|
osbot_utils/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
v1.
|
1
|
+
v1.48.0
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: osbot_utils
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.48.0
|
4
4
|
Summary: OWASP Security Bot - Utils
|
5
5
|
Home-page: https://github.com/owasp-sbot/OSBot-Utils
|
6
6
|
License: MIT
|
@@ -22,7 +22,7 @@ Description-Content-Type: text/markdown
|
|
22
22
|
|
23
23
|
Powerful Python util methods and classes that simplify common apis and tasks.
|
24
24
|
|
25
|
-

|
26
26
|
[](https://codecov.io/gh/owasp-sbot/OSBot-Utils)
|
27
27
|
|
28
28
|
|
@@ -292,13 +292,13 @@ osbot_utils/utils/Python_Logger.py,sha256=tx8N6wRKL3RDHboDRKZn8SirSJdSAE9cACyJkx
|
|
292
292
|
osbot_utils/utils/Regex.py,sha256=0ubgp8HKsS3PNe2H6XlzMIcUuV7jhga3VkQVDNOJWuA,866
|
293
293
|
osbot_utils/utils/Status.py,sha256=Yq4s0TelXgn0i2QjCP9V8mP30GabXp_UL-jjM6Iwiw4,4305
|
294
294
|
osbot_utils/utils/Str.py,sha256=kxdY8ROX4FdJtCaMTfOc8fK_xcDICprNkefHu2MMNU4,2585
|
295
|
-
osbot_utils/utils/Threads.py,sha256=
|
295
|
+
osbot_utils/utils/Threads.py,sha256=bClwSZ1T_A92o4LRiNwIN2rn5oKfPLupqzy4ozdPdNw,2297
|
296
296
|
osbot_utils/utils/Toml.py,sha256=SD6IA4-mrtoBXcI0dIGKV9POMQNd6WYKvmDQq7GQ6ZQ,1438
|
297
297
|
osbot_utils/utils/Version.py,sha256=Ww6ChwTxqp1QAcxOnztkTicShlcx6fbNsWX5xausHrg,422
|
298
298
|
osbot_utils/utils/Zip.py,sha256=G6Hk_hDcm9yvWzhTKzhT0R_6f0NBIAchHqMxGb3kfh4,14037
|
299
299
|
osbot_utils/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
300
|
-
osbot_utils/version,sha256=
|
301
|
-
osbot_utils-1.
|
302
|
-
osbot_utils-1.
|
303
|
-
osbot_utils-1.
|
304
|
-
osbot_utils-1.
|
300
|
+
osbot_utils/version,sha256=JsJP7WaornLYr7vvK7_49I4Wp8WPCrP0NyymiaWWpo8,8
|
301
|
+
osbot_utils-1.48.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
302
|
+
osbot_utils-1.48.0.dist-info/METADATA,sha256=kOiwLvKz80E0wYnMTficj6h8wQBQliYBLvDZ81X7WeM,1266
|
303
|
+
osbot_utils-1.48.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
304
|
+
osbot_utils-1.48.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|