funboost 48.5__py3-none-any.whl → 48.6__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.

Potentially problematic release.


This version of funboost might be problematic. Click here for more details.

funboost/__init__.py CHANGED
@@ -13,7 +13,7 @@ set_frame_config这个模块的 use_config_form_funboost_config_module() 是核
13
13
  这段注释说明和使用的用户无关,只和框架开发人员有关.
14
14
  '''
15
15
 
16
- __version__ = "48.5"
16
+ __version__ = "48.6"
17
17
 
18
18
  from funboost.set_frame_config import show_frame_config
19
19
 
@@ -60,7 +60,7 @@ from funboost.concurrent_pool.custom_threadpool_executor import show_current_thr
60
60
 
61
61
  from funboost.core.current_task import funboost_current_task,fct,get_current_taskid
62
62
 
63
- from funboost.function_result_web.app import start_funboost_web_manager
63
+
64
64
 
65
65
  # atexit.register(ctrl_c_recv) # 还是需要用户自己在代码末尾加才可以.
66
66
  # set_interrupt_signal_handler()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: funboost
3
- Version: 48.5
3
+ Version: 48.6
4
4
  Summary: pip install funboost,python全功能分布式函数调度框架,funboost的功能是全面性重量级,用户能想得到的功能99%全都有;funboost的使用方式是轻量级,只有@boost一行代码需要写。支持python所有类型的并发模式和一切知名消息队列中间件,支持如 celery dramatiq等框架整体作为funboost中间件,python函数加速器,框架包罗万象,用户能想到的控制功能全都有。一统编程思维,兼容50% python业务场景,适用范围广。只需要一行代码即可分布式执行python一切函数,funboost web manager 方便查看和管理消费函数;99%用过funboost的pythoner 感受是 简易 方便 强劲 强大,相见恨晚
5
5
  Home-page: https://github.com/ydf0509/funboost
6
6
  Author: bfzs
@@ -36,7 +36,7 @@ Requires-Dist: rabbitpy==2.0.1
36
36
  Requires-Dist: decorator==5.1.1
37
37
  Requires-Dist: tomorrow3==1.1.0
38
38
  Requires-Dist: persist-queue>=0.4.2
39
- Requires-Dist: apscheduler>=3.10.1
39
+ Requires-Dist: apscheduler<4.0.0,>=3.10.1
40
40
  Requires-Dist: pikav0
41
41
  Requires-Dist: pikav1
42
42
  Requires-Dist: redis2
@@ -156,7 +156,7 @@ python万能分布式函数调度框架,支持5种并发模式,30+种消息
156
156
  但是funboost完全不会这样,加上或去掉@boost装饰器,对你的项目影响为0,用户照常使用,
157
157
  所以用户可以对任意项目,任意时候,引入使用funboost或者去掉使用funboost,代码组织形式不需要发生变化.
158
158
 
159
- 通过funboost web 管理系统,支持全面 查看 监控 管理 funboost的任务消费。
159
+ 通过funboost web manager 管理系统,支持全面 查看 监控 管理 funboost的任务消费。
160
160
  </pre>
161
161
 
162
162
  ### 框架评价
@@ -530,7 +530,7 @@ if __name__ == "__main__":
530
530
  <a href="https://imgse.com/i/pkFkCUe"><img src="https://s21.ax1x.com/2024/04/29/pkFkCUe.png" alt="pkFkCUe.png" border="0" /></a>
531
531
 
532
532
 
533
- funboost web 截图:
533
+ funboost web manager 截图:
534
534
 
535
535
  函数消费结果:可查看和搜索函数实时消费状态和结果
536
536
  [![pEJCffK.png](https://s21.ax1x.com/2025/03/04/pEJCffK.png)](https://imgse.com/i/pEJCffK)
@@ -1,4 +1,4 @@
1
- funboost/__init__.py,sha256=8ZTpXJ7VFmj4G947sngE4b3RqiqxJyOdYwo0TTE79YQ,4064
1
+ funboost/__init__.py,sha256=GCKivqteVUUvbAEGsltebk3O5IOIkfRcrM9vqYxVezw,3993
2
2
  funboost/__init__old.py,sha256=9Kv3cPLnPkbzMRnuJFVkPsuDdx1CdcSIuITkpdncZSc,20382
3
3
  funboost/__main__.py,sha256=-6Nogi666Y0LN8fVm3JmHGTOk8xEGWvotW_GDbSaZME,1065
4
4
  funboost/constant.py,sha256=bsXk4UhaOvWlaIr160upSh1jPd7ckG1r9Wu-nMYg6yU,8352
@@ -322,9 +322,9 @@ funboost/utils/pysnooper_ydf/utils.py,sha256=evSmGi_Oul7vSP47AJ0DLjFwoCYCfunJZ1m
322
322
  funboost/utils/pysnooper_ydf/variables.py,sha256=QejRDESBA06KG9OH4sBT4J1M55eaU29EIHg8K_igaXo,3693
323
323
  funboost/utils/times/__init__.py,sha256=Y4bQD3SIA_E7W2YvHq2Qdi0dGM4H2DxyFNdDOuFOq1w,2417
324
324
  funboost/utils/times/version.py,sha256=11XfnZVVzOgIhXXdeN_mYfdXThfrsbQHpA0wCjz-hpg,17
325
- funboost-48.5.dist-info/LICENSE,sha256=9EPP2ktG_lAPB8PjmWV-c9BiaJHc_FP6pPLcUrUwx0E,11562
326
- funboost-48.5.dist-info/METADATA,sha256=2UyxT3bgNcIfI2PdWCVLPqJ5jy8UJ598TTgsgJzcgQ4,34072
327
- funboost-48.5.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
328
- funboost-48.5.dist-info/entry_points.txt,sha256=yMSSAGRzRAAhGyNNQHw24MooKlDZsaJ499_D6fPl58A,96
329
- funboost-48.5.dist-info/top_level.txt,sha256=K8WuKnS6MRcEWxP1NvbmCeujJq6TEfbsB150YROlRw0,9
330
- funboost-48.5.dist-info/RECORD,,
325
+ funboost-48.6.dist-info/LICENSE,sha256=9EPP2ktG_lAPB8PjmWV-c9BiaJHc_FP6pPLcUrUwx0E,11562
326
+ funboost-48.6.dist-info/METADATA,sha256=EK2lk6q2cQBBVhqnQ6pbNHu1Hg_dVktvT8HeeftMZGU,34095
327
+ funboost-48.6.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
328
+ funboost-48.6.dist-info/entry_points.txt,sha256=yMSSAGRzRAAhGyNNQHw24MooKlDZsaJ499_D6fPl58A,96
329
+ funboost-48.6.dist-info/top_level.txt,sha256=K8WuKnS6MRcEWxP1NvbmCeujJq6TEfbsB150YROlRw0,9
330
+ funboost-48.6.dist-info/RECORD,,