osbot-utils 2.32.0__py3-none-any.whl → 2.33.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.
@@ -138,6 +138,10 @@ class Flow(Type_Safe):
138
138
  else:
139
139
  self.flow_return_value = self.flow_target(*self.resolved_args, **self.resolved_kwargs) # if the flow is sync, just execute the flow target
140
140
 
141
+ def flow_output(self):
142
+ return dict(output = self.flow_return_value,
143
+ durations = self.durations() )
144
+
141
145
  def f__flow_id(self):
142
146
  return self.cformat.green(self.flow_id)
143
147
 
osbot_utils/version CHANGED
@@ -1 +1 @@
1
- v2.32.0
1
+ v2.33.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: osbot_utils
3
- Version: 2.32.0
3
+ Version: 2.33.0
4
4
  Summary: OWASP Security Bot - Utils
5
5
  License: MIT
6
6
  Author: Dinis Cruz
@@ -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
- ![Current Release](https://img.shields.io/badge/release-v2.32.0-blue)
26
+ ![Current Release](https://img.shields.io/badge/release-v2.33.0-blue)
27
27
  [![codecov](https://codecov.io/gh/owasp-sbot/OSBot-Utils/graph/badge.svg?token=GNVW0COX1N)](https://codecov.io/gh/owasp-sbot/OSBot-Utils)
28
28
 
29
29
 
@@ -142,7 +142,7 @@ osbot_utils/helpers/duration/decorators/duration.py,sha256=ucJP1fCQEN8ALCDCG9CPz
142
142
  osbot_utils/helpers/duration/decorators/print_duration.py,sha256=w7k3OPiRkL5KqLv0S5o1NVo2y_TeOOvDOb-51YbJjAc,283
143
143
  osbot_utils/helpers/duration/schemas/Schema__Duration.py,sha256=-h32wBcpiVRkEbc_sZoamnRFNGaQQM4YsxqoVzPGe38,209
144
144
  osbot_utils/helpers/duration/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
145
- osbot_utils/helpers/flows/Flow.py,sha256=2lsMliabGiNvfUW3S8mpfqt_fy4x0lRXLbn4hN1vUOQ,13828
145
+ osbot_utils/helpers/flows/Flow.py,sha256=WxpaWrbLhlkHtZuiTaNE8S9ocpmLcVQQL0C4PGzcDMY,13970
146
146
  osbot_utils/helpers/flows/Task.py,sha256=RfccOCev5XTsNoKuDJzK1JItF-Lm7P6FGCGZyh9swyY,7116
147
147
  osbot_utils/helpers/flows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
148
148
  osbot_utils/helpers/flows/actions/Flow__Data.py,sha256=rgUggQo_z6KLtNa92KfzRG6ORdT_8ic5zJVuhk_st38,5064
@@ -365,8 +365,8 @@ osbot_utils/utils/Toml.py,sha256=Rxl8gx7mni5CvBAK-Ai02EKw-GwtJdd3yeHT2kMloik,166
365
365
  osbot_utils/utils/Version.py,sha256=Ww6ChwTxqp1QAcxOnztkTicShlcx6fbNsWX5xausHrg,422
366
366
  osbot_utils/utils/Zip.py,sha256=pR6sKliUY0KZXmqNzKY2frfW-YVQEVbLKiyqQX_lc-8,14052
367
367
  osbot_utils/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
368
- osbot_utils/version,sha256=Xtxmpk2pLg4RSnFef8ZPZCvLkvPlYukwfufYx4QcYGE,8
369
- osbot_utils-2.32.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
370
- osbot_utils-2.32.0.dist-info/METADATA,sha256=PzZ7X2sewild0Lt65T2qSXnyl8ZDW-1BJ4I-BzX5ftU,1329
371
- osbot_utils-2.32.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
372
- osbot_utils-2.32.0.dist-info/RECORD,,
368
+ osbot_utils/version,sha256=UzPaV1nLfhdRXaPnxoRowDnXt8jTG9HI_R0xTg5g0TY,8
369
+ osbot_utils-2.33.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
370
+ osbot_utils-2.33.0.dist-info/METADATA,sha256=pDF4s4KDlDj62b11GuDqJN8C6qYse1VL6XrZTWmMHGI,1329
371
+ osbot_utils-2.33.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
372
+ osbot_utils-2.33.0.dist-info/RECORD,,