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

Files changed (33) hide show
  1. funboost/__init__.py +1 -1
  2. funboost/constant.py +7 -0
  3. funboost/consumers/base_consumer.py +129 -68
  4. funboost/core/active_cousumer_info_getter.py +60 -0
  5. funboost/core/function_result_status_saver.py +1 -1
  6. funboost/function_result_web/__pycache__/functions.cpython-37.pyc +0 -0
  7. funboost/function_result_web/__pycache__/functions.cpython-39.pyc +0 -0
  8. funboost/function_result_web/app.py +104 -7
  9. funboost/function_result_web/functions.py +17 -4
  10. funboost/function_result_web/static/css/content_page_style.css +39 -0
  11. funboost/function_result_web/static/images/favicon.ico +0 -0
  12. funboost/function_result_web/static/js/bootstrap-datetimepicker.min.js +2 -0
  13. funboost/function_result_web/static/js/echarts.min.js +32478 -0
  14. funboost/function_result_web/static/js/moment-with-locales.min.js +1 -0
  15. funboost/function_result_web/static/js/select2.min.js +2 -0
  16. funboost/function_result_web/templates/about.html +67 -0
  17. funboost/function_result_web/templates/conusme_speed.html +217 -0
  18. funboost/function_result_web/templates/fun_result_table.html +433 -0
  19. funboost/function_result_web/templates/index.html +194 -423
  20. funboost/function_result_web/templates/index_backup.html +475 -0
  21. funboost/function_result_web/templates/index_/321/204/342/225/225/320/235/321/205/320/237/320/277/321/206/320/232/320/250/321/205/320/237/320/260.html +153 -0
  22. funboost/function_result_web/templates/queue_op.html +490 -0
  23. funboost/function_result_web/templates/running_consumer_by_ip.html +220 -0
  24. funboost/function_result_web/templates/running_consumer_by_queue_name.html +216 -0
  25. funboost/timing_job/timing_push.py +24 -24
  26. funboost/utils/dependency_packages_in_pythonpath/aioredis/readme.md +0 -6
  27. funboost/utils/dependency_packages_in_pythonpath/readme.md +0 -6
  28. {funboost-48.0.dist-info → funboost-48.1.dist-info}/METADATA +78 -76
  29. {funboost-48.0.dist-info → funboost-48.1.dist-info}/RECORD +33 -18
  30. {funboost-48.0.dist-info → funboost-48.1.dist-info}/WHEEL +1 -1
  31. {funboost-48.0.dist-info → funboost-48.1.dist-info}/LICENSE +0 -0
  32. {funboost-48.0.dist-info → funboost-48.1.dist-info}/entry_points.txt +0 -0
  33. {funboost-48.0.dist-info → funboost-48.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: funboost
3
- Version: 48.0
3
+ Version: 48.1
4
4
  Summary: pip install funboost,python全功能分布式函数调度框架,funboost的功能是全面性重量级,用户能想得到的功能99%全都有;funboost的使用方式是轻量级,只有@boost一行代码需要写。支持python所有类型的并发模式和一切知名消息队列中间件,支持如 celery dramatiq等框架整体作为funboost中间件,python函数加速器,框架包罗万象,用户能想到的控制功能全都有。一统编程思维,兼容50% python业务场景,适用范围广。只需要一行代码即可分布式执行python一切函数,99%用过funboost的pythoner 感受是 简易 方便 强劲 强大,相见恨晚
5
5
  Home-page: https://github.com/ydf0509/funboost
6
6
  Author: bfzs
@@ -27,29 +27,29 @@ Classifier: Programming Language :: Python :: 3 :: Only
27
27
  Classifier: Topic :: Software Development :: Libraries
28
28
  Description-Content-Type: text/markdown
29
29
  License-File: LICENSE
30
- Requires-Dist: nb_log>=13.2
31
- Requires-Dist: nb_libs>=1.8
32
- Requires-Dist: nb_time>=2.1
33
- Requires-Dist: pymongo>=4.6.3
34
- Requires-Dist: AMQPStorm==2.10.6
35
- Requires-Dist: rabbitpy==2.0.1
36
- Requires-Dist: decorator==5.1.1
37
- Requires-Dist: tomorrow3==1.1.0
38
- Requires-Dist: persist-queue>=0.4.2
39
- Requires-Dist: apscheduler>=3.10.1
30
+ Requires-Dist: nb-log >=13.2
31
+ Requires-Dist: nb-libs >=1.8
32
+ Requires-Dist: nb-time >=2.3
33
+ Requires-Dist: pymongo >=4.6.3
34
+ Requires-Dist: AMQPStorm ==2.10.6
35
+ Requires-Dist: rabbitpy ==2.0.1
36
+ Requires-Dist: decorator ==5.1.1
37
+ Requires-Dist: tomorrow3 ==1.1.0
38
+ Requires-Dist: persist-queue >=0.4.2
39
+ Requires-Dist: apscheduler >=3.10.1
40
40
  Requires-Dist: pikav0
41
41
  Requires-Dist: pikav1
42
42
  Requires-Dist: redis2
43
43
  Requires-Dist: redis3
44
44
  Requires-Dist: redis5
45
45
  Requires-Dist: redis
46
- Requires-Dist: setuptools_rust
47
- Requires-Dist: fabric2>=2.6.0
48
- Requires-Dist: nb_filelock
46
+ Requires-Dist: setuptools-rust
47
+ Requires-Dist: fabric2 >=2.6.0
48
+ Requires-Dist: nb-filelock
49
49
  Requires-Dist: pysnooper
50
50
  Requires-Dist: deprecated
51
51
  Requires-Dist: cryptography
52
- Requires-Dist: auto_run_on_remote
52
+ Requires-Dist: auto-run-on-remote
53
53
  Requires-Dist: frozenlist
54
54
  Requires-Dist: fire
55
55
  Requires-Dist: pydantic
@@ -57,66 +57,66 @@ Requires-Dist: orjson
57
57
  Requires-Dist: async-timeout
58
58
  Requires-Dist: typing-extensions
59
59
  Provides-Extra: all
60
- Requires-Dist: confluent_kafka==1.7.0; extra == "all"
61
- Requires-Dist: pulsar-client==3.1.0; python_version >= "3.7" and extra == "all"
62
- Requires-Dist: celery; extra == "all"
63
- Requires-Dist: flower; extra == "all"
64
- Requires-Dist: nameko==2.14.1; extra == "all"
65
- Requires-Dist: sqlalchemy==1.4.13; extra == "all"
66
- Requires-Dist: sqlalchemy_utils==0.36.1; extra == "all"
67
- Requires-Dist: dramatiq==1.14.2; extra == "all"
68
- Requires-Dist: huey==2.4.5; extra == "all"
69
- Requires-Dist: rq==1.15.0; extra == "all"
70
- Requires-Dist: kombu; extra == "all"
71
- Requires-Dist: eventlet==0.33.3; extra == "all"
72
- Requires-Dist: gevent==22.10.2; extra == "all"
73
- Requires-Dist: elasticsearch; extra == "all"
74
- Requires-Dist: gnsq==1.0.1; extra == "all"
75
- Requires-Dist: psutil; extra == "all"
76
- Requires-Dist: peewee==3.17.3; extra == "all"
77
- Requires-Dist: nats-python; extra == "all"
78
- Requires-Dist: aiohttp==3.8.3; extra == "all"
79
- Requires-Dist: paho-mqtt; extra == "all"
80
- Requires-Dist: rocketmq; extra == "all"
81
- Requires-Dist: zmq; extra == "all"
82
- Requires-Dist: pyzmq; extra == "all"
83
- Requires-Dist: kafka-python==2.0.2; extra == "all"
84
- Requires-Dist: flask; extra == "all"
85
- Requires-Dist: flask_bootstrap; extra == "all"
86
- Requires-Dist: flask_wtf; extra == "all"
87
- Requires-Dist: wtforms; extra == "all"
88
- Requires-Dist: flask_login; extra == "all"
89
- Provides-Extra: extra-brokers
90
- Requires-Dist: confluent_kafka==1.7.0; extra == "extra-brokers"
91
- Requires-Dist: pulsar-client==3.1.0; python_version >= "3.7" and extra == "extra-brokers"
92
- Requires-Dist: celery; extra == "extra-brokers"
93
- Requires-Dist: flower; extra == "extra-brokers"
94
- Requires-Dist: nameko==2.14.1; extra == "extra-brokers"
95
- Requires-Dist: sqlalchemy==1.4.13; extra == "extra-brokers"
96
- Requires-Dist: sqlalchemy_utils==0.36.1; extra == "extra-brokers"
97
- Requires-Dist: dramatiq==1.14.2; extra == "extra-brokers"
98
- Requires-Dist: huey==2.4.5; extra == "extra-brokers"
99
- Requires-Dist: rq==1.15.0; extra == "extra-brokers"
100
- Requires-Dist: kombu; extra == "extra-brokers"
101
- Requires-Dist: eventlet==0.33.3; extra == "extra-brokers"
102
- Requires-Dist: gevent==22.10.2; extra == "extra-brokers"
103
- Requires-Dist: elasticsearch; extra == "extra-brokers"
104
- Requires-Dist: gnsq==1.0.1; extra == "extra-brokers"
105
- Requires-Dist: psutil; extra == "extra-brokers"
106
- Requires-Dist: peewee==3.17.3; extra == "extra-brokers"
107
- Requires-Dist: nats-python; extra == "extra-brokers"
108
- Requires-Dist: aiohttp==3.8.3; extra == "extra-brokers"
109
- Requires-Dist: paho-mqtt; extra == "extra-brokers"
110
- Requires-Dist: rocketmq; extra == "extra-brokers"
111
- Requires-Dist: zmq; extra == "extra-brokers"
112
- Requires-Dist: pyzmq; extra == "extra-brokers"
113
- Requires-Dist: kafka-python==2.0.2; extra == "extra-brokers"
60
+ Requires-Dist: confluent-kafka ==1.7.0 ; extra == 'all'
61
+ Requires-Dist: celery ; extra == 'all'
62
+ Requires-Dist: flower ; extra == 'all'
63
+ Requires-Dist: nameko ==2.14.1 ; extra == 'all'
64
+ Requires-Dist: sqlalchemy ==1.4.13 ; extra == 'all'
65
+ Requires-Dist: sqlalchemy-utils ==0.36.1 ; extra == 'all'
66
+ Requires-Dist: dramatiq ==1.14.2 ; extra == 'all'
67
+ Requires-Dist: huey ==2.4.5 ; extra == 'all'
68
+ Requires-Dist: rq ==1.15.0 ; extra == 'all'
69
+ Requires-Dist: kombu ; extra == 'all'
70
+ Requires-Dist: eventlet ==0.33.3 ; extra == 'all'
71
+ Requires-Dist: gevent ==22.10.2 ; extra == 'all'
72
+ Requires-Dist: elasticsearch ; extra == 'all'
73
+ Requires-Dist: gnsq ==1.0.1 ; extra == 'all'
74
+ Requires-Dist: psutil ; extra == 'all'
75
+ Requires-Dist: peewee ==3.17.3 ; extra == 'all'
76
+ Requires-Dist: nats-python ; extra == 'all'
77
+ Requires-Dist: aiohttp ==3.8.3 ; extra == 'all'
78
+ Requires-Dist: paho-mqtt ; extra == 'all'
79
+ Requires-Dist: rocketmq ; extra == 'all'
80
+ Requires-Dist: zmq ; extra == 'all'
81
+ Requires-Dist: pyzmq ; extra == 'all'
82
+ Requires-Dist: kafka-python ==2.0.2 ; extra == 'all'
83
+ Requires-Dist: flask ; extra == 'all'
84
+ Requires-Dist: flask-bootstrap ; extra == 'all'
85
+ Requires-Dist: flask-wtf ; extra == 'all'
86
+ Requires-Dist: wtforms ; extra == 'all'
87
+ Requires-Dist: flask-login ; extra == 'all'
88
+ Requires-Dist: pulsar-client ==3.1.0 ; (python_version >= "3.7") and extra == 'all'
89
+ Provides-Extra: extra_brokers
90
+ Requires-Dist: confluent-kafka ==1.7.0 ; extra == 'extra_brokers'
91
+ Requires-Dist: celery ; extra == 'extra_brokers'
92
+ Requires-Dist: flower ; extra == 'extra_brokers'
93
+ Requires-Dist: nameko ==2.14.1 ; extra == 'extra_brokers'
94
+ Requires-Dist: sqlalchemy ==1.4.13 ; extra == 'extra_brokers'
95
+ Requires-Dist: sqlalchemy-utils ==0.36.1 ; extra == 'extra_brokers'
96
+ Requires-Dist: dramatiq ==1.14.2 ; extra == 'extra_brokers'
97
+ Requires-Dist: huey ==2.4.5 ; extra == 'extra_brokers'
98
+ Requires-Dist: rq ==1.15.0 ; extra == 'extra_brokers'
99
+ Requires-Dist: kombu ; extra == 'extra_brokers'
100
+ Requires-Dist: eventlet ==0.33.3 ; extra == 'extra_brokers'
101
+ Requires-Dist: gevent ==22.10.2 ; extra == 'extra_brokers'
102
+ Requires-Dist: elasticsearch ; extra == 'extra_brokers'
103
+ Requires-Dist: gnsq ==1.0.1 ; extra == 'extra_brokers'
104
+ Requires-Dist: psutil ; extra == 'extra_brokers'
105
+ Requires-Dist: peewee ==3.17.3 ; extra == 'extra_brokers'
106
+ Requires-Dist: nats-python ; extra == 'extra_brokers'
107
+ Requires-Dist: aiohttp ==3.8.3 ; extra == 'extra_brokers'
108
+ Requires-Dist: paho-mqtt ; extra == 'extra_brokers'
109
+ Requires-Dist: rocketmq ; extra == 'extra_brokers'
110
+ Requires-Dist: zmq ; extra == 'extra_brokers'
111
+ Requires-Dist: pyzmq ; extra == 'extra_brokers'
112
+ Requires-Dist: kafka-python ==2.0.2 ; extra == 'extra_brokers'
113
+ Requires-Dist: pulsar-client ==3.1.0 ; (python_version >= "3.7") and extra == 'extra_brokers'
114
114
  Provides-Extra: flask
115
- Requires-Dist: flask; extra == "flask"
116
- Requires-Dist: flask_bootstrap; extra == "flask"
117
- Requires-Dist: flask_wtf; extra == "flask"
118
- Requires-Dist: wtforms; extra == "flask"
119
- Requires-Dist: flask_login; extra == "flask"
115
+ Requires-Dist: flask ; extra == 'flask'
116
+ Requires-Dist: flask-bootstrap ; extra == 'flask'
117
+ Requires-Dist: flask-wtf ; extra == 'flask'
118
+ Requires-Dist: wtforms ; extra == 'flask'
119
+ Requires-Dist: flask-login ; extra == 'flask'
120
120
 
121
121
 
122
122
 
@@ -146,7 +146,7 @@ funboost的功能是全面性重量级,用户能想得到的功能99%全都有
146
146
 
147
147
  python函数加速器,框架包罗万象,一统编程思维,兼容50% python编程业务场景,适用范围广。
148
148
  python万能分布式函数调度框架,支持5种并发模式,30+种消息队列中间件(或任务队列框架),
149
- 30种任务控制功能。给任意python函数赋能。
149
+ 30种任务控制功能。给任意python函数赋能。
150
150
  用途概念就是常规经典的 生产者 + 消息队列中间件 + 消费者 编程思想。
151
151
 
152
152
  框架只需要学习@boost这一个装饰器的入参就可以,所有用法几乎和1.3例子一摸一样,非常简化简单。
@@ -528,7 +528,9 @@ if __name__ == "__main__":
528
528
 
529
529
  <a href="https://imgse.com/i/pkFkCUe"><img src="https://s21.ax1x.com/2024/04/29/pkFkCUe.png" alt="pkFkCUe.png" border="0" /></a>
530
530
 
531
- <a href="https://imgse.com/i/pkE6IYR"><img src="https://s21.ax1x.com/2024/05/07/pkE6IYR.png" alt="pkE6IYR.png" border="0" /></a>
531
+ [![pEGDim8.png](https://s21.ax1x.com/2025/03/03/pEGDim8.png)](https://imgse.com/i/pEGDim8)
532
+ [![pEGD96P.png](https://s21.ax1x.com/2025/03/03/pEGD96P.png)](https://imgse.com/i/pEGD96P)
533
+ [![pEGDCOf.png](https://s21.ax1x.com/2025/03/03/pEGDCOf.png)](https://imgse.com/i/pEGDCOf)
532
534
 
533
535
  ## 1.4 python分布式函数执行为什么重要?
534
536
 
@@ -1,7 +1,7 @@
1
- funboost/__init__.py,sha256=Ctao94tU5bAybW_spUlf55MhEaGzoyff3i7t4KHF4so,3991
1
+ funboost/__init__.py,sha256=sp8FoEcQx0P6tQ7iGZwtZJShNuqNlJtsU1JlWi9KvqE,3991
2
2
  funboost/__init__old.py,sha256=9Kv3cPLnPkbzMRnuJFVkPsuDdx1CdcSIuITkpdncZSc,20382
3
3
  funboost/__main__.py,sha256=-6Nogi666Y0LN8fVm3JmHGTOk8xEGWvotW_GDbSaZME,1065
4
- funboost/constant.py,sha256=STzRDZbuCC5FFV-uD_0r2beGsD1Zni4kregzR11z3Ok,8148
4
+ funboost/constant.py,sha256=bsXk4UhaOvWlaIr160upSh1jPd7ckG1r9Wu-nMYg6yU,8352
5
5
  funboost/funboost_config_deafult.py,sha256=K-kCFGEjD107wHWFspNrIWsPNSVteP2Xww1yRbXd-Wk,6651
6
6
  funboost/set_frame_config.py,sha256=kxYo_x2pMihwfTgFWrLxNbgI0IbFYC_HpSd9YLQM1ig,14439
7
7
  funboost/assist/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -35,7 +35,7 @@ funboost/concurrent_pool/backup/async_pool_executor0223.py,sha256=RVUZiylUvpTm6U
35
35
  funboost/concurrent_pool/backup/async_pool_executor_back.py,sha256=KL6zEQaa1KkZOlAO85mCC1gwLm-YC5Ghn21IUom0UKM,9598
36
36
  funboost/concurrent_pool/backup/async_pool_executor_janus.py,sha256=OHMWJ9l3EYTpPpcrPrGGKd4K0tmQ2PN8HiX0Dta0EOo,5728
37
37
  funboost/consumers/__init__.py,sha256=ZXY_6Kut1VYNQiF5aWEgIWobsW1ht9YUP0TdRZRWFqI,126
38
- funboost/consumers/base_consumer.py,sha256=-b398kkcptpc7w6GqILWpUf838IcNEfWfaqj1m7HFEY,81961
38
+ funboost/consumers/base_consumer.py,sha256=BQgD3fvcdKKCo2F1smL24VT7FRHeDKkNTs8I2IFgXbE,84412
39
39
  funboost/consumers/celery_consumer.py,sha256=nQpSkzPBJ4bRpxn4i9ms0axrJiq9RWhb4lG2nAdCIig,9254
40
40
  funboost/consumers/confirm_mixin.py,sha256=5xC9AAQr_MY4tbSed8U-M6tOVmh69Qv9X0ld0JLT9Tk,6185
41
41
  funboost/consumers/dramatiq_consumer.py,sha256=ozmeAfeF0U-YNYHK4suQB0N264h5AZdfMH0O45Mh-8A,2229
@@ -85,7 +85,7 @@ funboost/contrib/queue2queue.py,sha256=4-28ULM7PTbmbOw8DG9rjlMUQCDkJNcUqkmdHAkGg
85
85
  funboost/contrib/redis_consume_latest_msg_broker.py,sha256=ESortBZ2qu_4PBCa3e3FeL2k_PClZNb74_v55HV-BOg,1902
86
86
  funboost/contrib/save_result_status_to_sqldb.py,sha256=AxvD7nHs4sjr9U0kwEZzyPKrsGdU_JzEgzzhh_V1_4w,4071
87
87
  funboost/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
88
- funboost/core/active_cousumer_info_getter.py,sha256=09fEc-BTEIRfDDfHmOvKnMjLjtOyp4edLsUlAXUR_Qs,4966
88
+ funboost/core/active_cousumer_info_getter.py,sha256=OQGpnIgeqvsYWil_e9Jjp5nCVfn-3_jdHiCEhAIHkDk,8172
89
89
  funboost/core/booster.py,sha256=GNQLDutqiFH8ymQZgBUi0vhzlBm9VD97usLGlAzjnJY,20287
90
90
  funboost/core/current_task.py,sha256=AuvrLjLGxfONILzQAd0Vm0nXDsDjf_7gOc3vGy_6r5I,7004
91
91
  funboost/core/exceptions.py,sha256=pLF7BkRJAfDiWp2_xGZqencmwdPiSQI1NENbImExknY,1311
@@ -94,7 +94,7 @@ funboost/core/funboost_config_getter.py,sha256=b5nAdAmUxahskY-ohB7ptf2gKywFlDA0F
94
94
  funboost/core/funboost_time.py,sha256=a0MacbUBfYk8mf7D3UUyCxH5QJsu8YiGVXwJqPnSQH0,1779
95
95
  funboost/core/func_params_model.py,sha256=X4ibmg9lmv7kRg2-ym__HicCGK5VJns0DedVxL8S9Hw,22512
96
96
  funboost/core/function_result_status_config.py,sha256=PyjqAQOiwsLt28sRtH-eYRjiI3edPFO4Nde0ILFRReE,1764
97
- funboost/core/function_result_status_saver.py,sha256=yHKZF9MjmhI-Q4Mkrka7DdweJ0wpgfLmgfAlsfkCeCk,9274
97
+ funboost/core/function_result_status_saver.py,sha256=oG8dEK_APy6FL5oqQI0RPU6OLuWqp4Gv09hwOxPvvNs,9293
98
98
  funboost/core/helper_funs.py,sha256=SsMa7A3iJyLek6v1qRK02kINebDp6kuAmlYkrYLXwQ0,2369
99
99
  funboost/core/kill_remote_task.py,sha256=MZ5vWLGt6SxyN76h5Lf_id9tyVUzjR-qXNyJwXaGlZY,8129
100
100
  funboost/core/lazy_impoter.py,sha256=yyJqwmbJziMfRTESn9magqso-_8ppl8yzHFCS5qzxkI,5104
@@ -111,23 +111,38 @@ funboost/factories/__init__.py,sha256=s7kKKjR1HU5eMjPD6r5b-SXTVMo1zBp2JjOAtkyt5Y
111
111
  funboost/factories/broker_kind__publsiher_consumer_type_map.py,sha256=-kKhV65KnRf86b353PJuaEMXMolfV4B2CtTF1wD1kFQ,10189
112
112
  funboost/factories/consumer_factory.py,sha256=EaAw3OZJkGepkQxKkDvMshHjIVOQva_N6nUEhLO4JwU,1500
113
113
  funboost/factories/publisher_factotry.py,sha256=4651sxnbIAi6sFEUQdlUuv8UkbMQIE_Pbzm-1DimAs8,2535
114
- funboost/function_result_web/app.py,sha256=WFAsAoPqCVeTxKS31UvkAhuRqUurg-j8D3c9RtHZEyY,5059
115
- funboost/function_result_web/functions.py,sha256=qIyzwxj6GgxsCuXdEBKcFkpBEGwDbLI8hGlm6xddJOc,7514
114
+ funboost/function_result_web/app.py,sha256=9wjo0nfp0BOkEQVwOngTeidX3dK1B4SGjSt0v3dJNEY,9192
115
+ funboost/function_result_web/functions.py,sha256=c9KBiSMZbAhPJSEJsGO-Bw6on7HikqTn-1gNsGwxssk,7977
116
116
  funboost/function_result_web/__pycache__/app.cpython-37.pyc,sha256=p-jwU7xf31KOJhmhNXqj6J79PTxjMbiTU16gAotpSEw,4045
117
- funboost/function_result_web/__pycache__/functions.cpython-37.pyc,sha256=vEXI6a8iSONHTW49VOpm9kaaoW4xGuP4JpxlrIXHHzs,4117
117
+ funboost/function_result_web/__pycache__/functions.cpython-37.pyc,sha256=2njhSKwIQxp_F1ED4mJ39K9YXyzg1DgD70vg10H5YsI,4123
118
+ funboost/function_result_web/__pycache__/functions.cpython-39.pyc,sha256=YIFzI6WSDgIpu1gcpReZLaVZ5sOgj-MSJ90Z26NJxxA,4194
118
119
  funboost/function_result_web/static/assets/css/custom.css,sha256=3brvjy2aBOTIXcTUK4NV6dX5wFRqx6K2aLu_jQn63jM,7674
119
120
  funboost/function_result_web/static/assets/css/jquery.mCustomScrollbar.min.css,sha256=JHGEmB629pipTkMag9aMaw32I8zle24p3FpsEeI6oZU,42839
120
121
  funboost/function_result_web/static/assets/img/user.jpg,sha256=Vz1A99gho-0bKV67Pt2s_zT25mWhNcPe0mWG-0mRl9U,23610
121
122
  funboost/function_result_web/static/assets/js/custom.js,sha256=-BDtMX9tRvSFkJr6654cQd4rIYxasI1uA0TGlB8xzZs,1106
122
123
  funboost/function_result_web/static/assets/js/jquery.mCustomScrollbar.concat.min.js,sha256=WrXxn5vUpN3PFCNfwWhO7-fPv7wz8KH85mGxPeQwkr4,45483
124
+ funboost/function_result_web/static/css/content_page_style.css,sha256=RkeQGf0eCHYQJI40dqxU2HQdILgE7rzxSmna7czm0TM,914
123
125
  funboost/function_result_web/static/css/style.css,sha256=780a8qm6IrrbawetpIGDp3l8BUoSQvD1R86_BGAhhbU,11065
124
126
  funboost/function_result_web/static/images/bg.jpg,sha256=qOk3I6ElZHnigPWaIk_Qq_SCNAdi8N5OI_hdNiIhNXQ,1153168
127
+ funboost/function_result_web/static/images/favicon.ico,sha256=aK1YtySvT3_WmgY79Ln_JM7NQQY29duYLfKtZJml3Go,4286
125
128
  funboost/function_result_web/static/images/password.png,sha256=0jRivuQAhWKtkS73p8f_KiLy3D39_flqVTrpFKJPNqk,546
126
129
  funboost/function_result_web/static/images/tick.png,sha256=S9dZYN4HQzw7JsWPw3ut1dQp4OTJ_Uh2Qp2KUDF1Jv8,2912
127
130
  funboost/function_result_web/static/images/user.png,sha256=HxLjNc83WZzZEscZRdmVhGKlPXNdp_EKmmYxafuyb3g,622
131
+ funboost/function_result_web/static/js/bootstrap-datetimepicker.min.js,sha256=7sxJBHfaUsZT4Y0gPBGr5dFnrfbzYzEY8pOlCne4AI8,38511
132
+ funboost/function_result_web/static/js/echarts.min.js,sha256=VMlq3MWV-1sK2_KCdtO4MhO9lRCg-jgHZNLRxrljrTs,1204581
128
133
  funboost/function_result_web/static/js/jquery-1.11.0.min.js,sha256=ryQZ3RXgnqkTz-lNEw-YcEhnMuV3ZODwLqOEbyBBRu4,96383
129
- funboost/function_result_web/templates/index.html,sha256=YM0582Q4t2da-xBf3Ga0McIfcsT9H98rjZck-irMkGo,20387
134
+ funboost/function_result_web/static/js/moment-with-locales.min.js,sha256=AdQN98MVZs44Eq2yTwtoKufhnU-uZ7v2kXnD5vqzZVo,336451
135
+ funboost/function_result_web/static/js/select2.min.js,sha256=16c3mSb2OxHyGKYVRD8ATQP8SZvBuvUNQUKxsqdsN3I,70852
136
+ funboost/function_result_web/templates/about.html,sha256=bdxyGAdOor3CgL2gnxa2Kc09UD5vrNgfZm8MczsoMdA,2772
137
+ funboost/function_result_web/templates/conusme_speed.html,sha256=_6XMOYTPbPsqxfIvFsceA8ewaYPXSaSXvE0Vo0IvM80,9024
138
+ funboost/function_result_web/templates/fun_result_table.html,sha256=vgsnblfFn6ZMfJUW9VM7ipXo7XmUCxoKS3pJhVwPj3k,18872
139
+ funboost/function_result_web/templates/index.html,sha256=n8imTzS3gdvhWhhUjXGSEgtwDtS_d7Nkkkw4WVEx7Vs,7194
140
+ funboost/function_result_web/templates/index_backup.html,sha256=0sxuOP7_spupjsYe9YtGpYcBa5jz26NMWO0hjuGu5Uo,19969
141
+ funboost/function_result_web/templates/index_不可折叠.html,sha256=akzwfqVDqn1I4Y1DwkDoovnMRU7GbZKoSnwbiijKV2k,4828
130
142
  funboost/function_result_web/templates/login.html,sha256=q37dj7O0LeyiV38Zd5P1Qn_qmhjdFomuYTRY1Yk48Bo,2007
143
+ funboost/function_result_web/templates/queue_op.html,sha256=xh1NYE04h9wktpJBr6en4hG26BBw50v7KfVreBiCfgQ,24008
144
+ funboost/function_result_web/templates/running_consumer_by_ip.html,sha256=qeG_Fe8xIitPn3k_cS24eYQNJ1lc4AtHxPXkcna8PPQ,9830
145
+ funboost/function_result_web/templates/running_consumer_by_queue_name.html,sha256=d3LE7EWzz2LcJ0I6-Wi2iPNZG65tkQekB5jPJ9DQOY8,9799
131
146
  funboost/publishers/__init__.py,sha256=xqBHlvsJQVPfbdvP84G0LHmVB7-pFBS7vDnX1Uo9pVY,131
132
147
  funboost/publishers/base_publisher.py,sha256=3KAdvkHidkM_qTmNhZlZ_e8a73rsdObZZ5ofNceKkg8,17998
133
148
  funboost/publishers/celery_publisher.py,sha256=uc9N1uLW74skUCw8dsnvxORM2O3cy4SiI7tUZRmvkHA,2336
@@ -176,7 +191,7 @@ funboost/timing_job/__init__.py,sha256=_rIiU7pMXe-IwUCeok50hSiWXoUoMBar22u6-pZLl
176
191
  funboost/timing_job/apscheduler_use_mysql_store.py,sha256=ss92DiSLzbWuVIo19sTLgC99GessltWLOlqqOd4AIL4,471
177
192
  funboost/timing_job/apscheduler_use_redis_store.py,sha256=Iwr9x1SnGU4wU5PmMWRAoV72AoSTSuB8aLJKBGCjJs4,2943
178
193
  funboost/timing_job/timing_job_base.py,sha256=Ho-fg1mh3uVctQaolOZ_SDMd-1gnb3UTIMuBy0iztJ8,9479
179
- funboost/timing_job/timing_push.py,sha256=NrmMQ4JIlzoSUCLFaibxnPiPCkjRU7rVBNqpEKUVNbo,5630
194
+ funboost/timing_job/timing_push.py,sha256=l-41_W-nBDJtE6ewuI-iBKNQ1LiLAKmuAhSFJh1SD_k,5665
180
195
  funboost/utils/__init__.py,sha256=rAyXE7lgCo_3VdMvGrIJiqsTHv2nZPTJDTj1f6s_KgE,586
181
196
  funboost/utils/apscheduler_monkey.py,sha256=CcUISbqX6nMWSxr_QjZ26IvvhUk_ojYZWRaKenpsKfE,3124
182
197
  funboost/utils/block_exit.py,sha256=BnfxNYo3lnmhk686RAEoc4u3D4RU_iEMMMgu5L8gIuI,96
@@ -212,7 +227,7 @@ funboost/utils/dependency_packages/mongomq/test.py,sha256=Tcmme3U3KXFSkdknO71bge
212
227
  funboost/utils/dependency_packages/mongomq/utils.py,sha256=ljhcLhNf3yOc7IgnuRdFqLtwTGynRNd2uXZNRvStAL0,377
213
228
  funboost/utils/dependency_packages_in_pythonpath/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
214
229
  funboost/utils/dependency_packages_in_pythonpath/add_to_pythonpath.py,sha256=eOaK0Cr1yAmLcHhOM5-nV9XxXhQFZQkiaBECY65sFuc,341
215
- funboost/utils/dependency_packages_in_pythonpath/readme.md,sha256=CRo6NJXeq0TwW56_gCJrW4dId1MTejWt9t-Sq8pJHC0,982
230
+ funboost/utils/dependency_packages_in_pythonpath/readme.md,sha256=rlYsPSNqIdhp8L8WOJiONQLrPnPhrdFLdnZr2lAg1n0,920
216
231
  funboost/utils/dependency_packages_in_pythonpath/__pycache__/__init__.cpython-311.pyc,sha256=XpiufbSphxt8UXSMqXz9vOGejT4noRAKE3dnfsEGvAg,187
217
232
  funboost/utils/dependency_packages_in_pythonpath/__pycache__/__init__.cpython-37.pyc,sha256=Oy1-_q-VLcFLQ7RRp8B-fbBkNOb2SepePLYW4L5DQ6U,165
218
233
  funboost/utils/dependency_packages_in_pythonpath/__pycache__/__init__.cpython-39.pyc,sha256=a54jxiFA239ImQBOQalJk2t8AULxlc3yxz-QaxcWAUo,169
@@ -227,7 +242,7 @@ funboost/utils/dependency_packages_in_pythonpath/aioredis/exceptions.py,sha256=S
227
242
  funboost/utils/dependency_packages_in_pythonpath/aioredis/lock.py,sha256=CnB9LpvykAEXEdQyBEcgUU7iHxwNF3xuGzX7UYuUbiQ,11651
228
243
  funboost/utils/dependency_packages_in_pythonpath/aioredis/log.py,sha256=qTxLRo5EqoHZIGqMguzLm90mtThBRYje_FaZz-fDbhg,427
229
244
  funboost/utils/dependency_packages_in_pythonpath/aioredis/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
230
- funboost/utils/dependency_packages_in_pythonpath/aioredis/readme.md,sha256=D-YD-NjTpC1AArLqLWujHH9msvlBC6zL4LuoogSk_ok,679
245
+ funboost/utils/dependency_packages_in_pythonpath/aioredis/readme.md,sha256=BUZVchvn4henUdpA48IuF6SSSsnzdsMSff8l0MU4R2A,617
231
246
  funboost/utils/dependency_packages_in_pythonpath/aioredis/sentinel.py,sha256=ldPwRIOWVskKsItBwFqbqPfraMlFsGs42_ZDXtxza5U,12536
232
247
  funboost/utils/dependency_packages_in_pythonpath/aioredis/utils.py,sha256=90Dgj62Q9ABGVAwAPwufo3OKM2s0ws6LeQMZg8ifJb0,1284
233
248
  funboost/utils/dependency_packages_in_pythonpath/aioredis/__pycache__/__init__.cpython-311.pyc,sha256=PGpc0JrGU6UjKZ7WgxlpsCL2OuhJhWpE9WrxMHREtPc,1696
@@ -286,9 +301,9 @@ funboost/utils/pysnooper_ydf/utils.py,sha256=evSmGi_Oul7vSP47AJ0DLjFwoCYCfunJZ1m
286
301
  funboost/utils/pysnooper_ydf/variables.py,sha256=QejRDESBA06KG9OH4sBT4J1M55eaU29EIHg8K_igaXo,3693
287
302
  funboost/utils/times/__init__.py,sha256=Y4bQD3SIA_E7W2YvHq2Qdi0dGM4H2DxyFNdDOuFOq1w,2417
288
303
  funboost/utils/times/version.py,sha256=11XfnZVVzOgIhXXdeN_mYfdXThfrsbQHpA0wCjz-hpg,17
289
- funboost-48.0.dist-info/LICENSE,sha256=9EPP2ktG_lAPB8PjmWV-c9BiaJHc_FP6pPLcUrUwx0E,11562
290
- funboost-48.0.dist-info/METADATA,sha256=eOfSzKu5y7_WNG9qboIt5IuuiTgGzD-gwNQnpvjUZJ4,33382
291
- funboost-48.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
292
- funboost-48.0.dist-info/entry_points.txt,sha256=yMSSAGRzRAAhGyNNQHw24MooKlDZsaJ499_D6fPl58A,96
293
- funboost-48.0.dist-info/top_level.txt,sha256=K8WuKnS6MRcEWxP1NvbmCeujJq6TEfbsB150YROlRw0,9
294
- funboost-48.0.dist-info/RECORD,,
304
+ funboost-48.1.dist-info/LICENSE,sha256=9EPP2ktG_lAPB8PjmWV-c9BiaJHc_FP6pPLcUrUwx0E,11562
305
+ funboost-48.1.dist-info/METADATA,sha256=VI72HM47GwSjXyPX4TFZRHIzaePKp6Ncuu4Q7NAOIOA,33628
306
+ funboost-48.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
307
+ funboost-48.1.dist-info/entry_points.txt,sha256=yMSSAGRzRAAhGyNNQHw24MooKlDZsaJ499_D6fPl58A,96
308
+ funboost-48.1.dist-info/top_level.txt,sha256=K8WuKnS6MRcEWxP1NvbmCeujJq6TEfbsB150YROlRw0,9
309
+ funboost-48.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: bdist_wheel (0.41.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5