funboost 50.2__py3-none-any.whl → 50.4__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 (47) hide show
  1. funboost/__init__.py +1 -1
  2. funboost/constant.py +4 -0
  3. funboost/consumers/base_consumer.py +95 -96
  4. funboost/consumers/celery_consumer.py +1 -1
  5. funboost/consumers/dramatiq_consumer.py +0 -5
  6. funboost/consumers/grpc_consumer.py +2 -19
  7. funboost/consumers/http_consumer.py +107 -40
  8. funboost/consumers/http_consumer_aiohttp_old.py +113 -0
  9. funboost/consumers/huey_consumer.py +2 -5
  10. funboost/consumers/kafka_consumer.py +1 -6
  11. funboost/consumers/kafka_consumer_manually_commit.py +0 -1
  12. funboost/consumers/kombu_consumer.py +0 -39
  13. funboost/consumers/mysql_cdc_consumer.py +1 -3
  14. funboost/consumers/pulsar_consumer.py +10 -5
  15. funboost/consumers/rabbitmq_amqpstorm_consumer.py +7 -8
  16. funboost/consumers/rabbitmq_complex_routing_consumer.py +54 -0
  17. funboost/consumers/redis_consumer.py +1 -1
  18. funboost/consumers/redis_consumer_ack_able.py +1 -1
  19. funboost/consumers/redis_consumer_ack_using_timeout.py +2 -6
  20. funboost/consumers/redis_consumer_priority.py +1 -1
  21. funboost/consumers/redis_stream_consumer.py +1 -3
  22. funboost/consumers/tcp_consumer.py +1 -1
  23. funboost/consumers/udp_consumer.py +1 -1
  24. funboost/consumers/zeromq_consumer.py +1 -1
  25. funboost/contrib/save_function_result_status/__init__.py +0 -0
  26. funboost/contrib/{save_result_status_to_sqldb.py → save_function_result_status/save_result_status_to_sqldb.py} +8 -41
  27. funboost/contrib/save_function_result_status/save_result_status_use_dataset.py +47 -0
  28. funboost/core/booster.py +38 -3
  29. funboost/core/broker_kind__exclusive_config_default_define.py +229 -0
  30. funboost/core/funboost_time.py +10 -45
  31. funboost/core/func_params_model.py +28 -4
  32. funboost/core/helper_funs.py +9 -8
  33. funboost/core/msg_result_getter.py +27 -0
  34. funboost/factories/broker_kind__publsiher_consumer_type_map.py +13 -3
  35. funboost/funboost_config_deafult.py +0 -3
  36. funboost/function_result_web/templates/fun_result_table.html +1 -1
  37. funboost/publishers/base_publisher.py +8 -2
  38. funboost/publishers/http_publisher.py +20 -2
  39. funboost/publishers/rabbitmq_amqpstorm_publisher.py +8 -7
  40. funboost/publishers/rabbitmq_complex_routing_publisher.py +84 -0
  41. funboost/utils/redis_manager.py +11 -5
  42. {funboost-50.2.dist-info → funboost-50.4.dist-info}/METADATA +159 -98
  43. {funboost-50.2.dist-info → funboost-50.4.dist-info}/RECORD +46 -41
  44. {funboost-50.2.dist-info → funboost-50.4.dist-info}/WHEEL +1 -1
  45. funboost-50.2.dist-info/LICENSE +0 -203
  46. {funboost-50.2.dist-info → funboost-50.4.dist-info}/entry_points.txt +0 -0
  47. {funboost-50.2.dist-info → funboost-50.4.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
- funboost/__init__.py,sha256=8SYAhmWVKd3lbFTB7ns934omAwZpfPBmxG_I_IpnGAI,4093
1
+ funboost/__init__.py,sha256=GMXI5W_YnGihr8vMa7ljaQtMuv8JiAdoCtx2zv1DItc,4093
2
2
  funboost/__init__old.py,sha256=9Kv3cPLnPkbzMRnuJFVkPsuDdx1CdcSIuITkpdncZSc,20382
3
3
  funboost/__main__.py,sha256=BetXBv7PkVeeK-UENiFq_KEEIzvObMI0rd8S1DHRdLU,1139
4
- funboost/constant.py,sha256=tgoui4EVwnAMMzA9qshqyRKS1oi90bYcFVNu0Ss_Jc4,14895
5
- funboost/funboost_config_deafult.py,sha256=9kbX6rmxcKp2CxNZoGpNYVVQNI48XjE4xJrEz6q61qo,6795
4
+ funboost/constant.py,sha256=-XDTml8Qz0ak_yNyWZ9jLRlXFOWltustSnRmKLx51ag,15174
5
+ funboost/funboost_config_deafult.py,sha256=Zqb6zsK_eSzG2u-UOo5s_g4JAj_OykzCGSfUwDcq6f4,6637
6
6
  funboost/set_frame_config.py,sha256=U-2_02JYyT8N8v2juZLwbUSCHJPo-hyDOiK5Zz_4J8s,14552
7
7
  funboost/assist/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  funboost/assist/celery_helper.py,sha256=COMCoCM1oagcnOTaYEyKXwJTiNW0kkbKLp5TB_JvxCc,6518
@@ -36,75 +36,80 @@ funboost/concurrent_pool/backup/async_pool_executor_back.py,sha256=x0pyPgxzTENOs
36
36
  funboost/concurrent_pool/backup/async_pool_executor_janus.py,sha256=OHMWJ9l3EYTpPpcrPrGGKd4K0tmQ2PN8HiX0Dta0EOo,5728
37
37
  funboost/concurrent_pool/backup/grok_async_pool.py,sha256=3DgyB2aT0iHakb-pxd51WRKGIF7EKNNcX_ogDTF2hik,5825
38
38
  funboost/consumers/__init__.py,sha256=ZXY_6Kut1VYNQiF5aWEgIWobsW1ht9YUP0TdRZRWFqI,126
39
- funboost/consumers/base_consumer.py,sha256=hDnuV8hPlFgtBujkirCCh2vrMUJB7MBLdP1c9upb3ss,90115
40
- funboost/consumers/celery_consumer.py,sha256=6BPZa2O36BQFVu7uWuuFCfJTTaw-36DJJPSpvEbamU8,9371
39
+ funboost/consumers/base_consumer.py,sha256=U0A95OOoJe9WlwdyIBX3Y7Z8cEtE93xfGc_wCwemDQo,90413
40
+ funboost/consumers/celery_consumer.py,sha256=Xn4Cr2dg_jzHbi7P3A6JcRMh1tu3YihaElFuV9DBe-s,9307
41
41
  funboost/consumers/confirm_mixin.py,sha256=5xC9AAQr_MY4tbSed8U-M6tOVmh69Qv9X0ld0JLT9Tk,6185
42
- funboost/consumers/dramatiq_consumer.py,sha256=ozmeAfeF0U-YNYHK4suQB0N264h5AZdfMH0O45Mh-8A,2229
42
+ funboost/consumers/dramatiq_consumer.py,sha256=OvpzcpKg6FhYfzCZCNB11totUOwsDOyBr6Y1H826rwo,1916
43
43
  funboost/consumers/empty_consumer.py,sha256=qbkQX2Qlw2Wm8dFEJqjSEEvTA-uh184sqQbFo_5EOiI,1501
44
44
  funboost/consumers/faststream_consumer.py,sha256=4UEYGSjUwJElhy4ZGzgL7QhYVCbdVGjyZ6QuM-F0oVA,2361
45
- funboost/consumers/grpc_consumer.py,sha256=8y5Sl7x_S9ZI1rryePLta73TMMuEeasSRReaZnS5SIU,4058
46
- funboost/consumers/http_consumer.py,sha256=TlyCpjPFWdE-KIPdIhMdmAKNH8dHXIcRwrSH9NmDRQc,2499
45
+ funboost/consumers/grpc_consumer.py,sha256=DAAfPMxXWJV34cM_iR_tsolcvvTtNoqdP34YaTExBBY,3425
46
+ funboost/consumers/http_consumer.py,sha256=UPzNz6BrUv9EENxVvRBuwAZ2n21nwvnobIkYHi_FQoM,5532
47
47
  funboost/consumers/http_consumer000.py,sha256=PiiSLSQB-hHgS1vAn8DoHD2siC3zO6_kKjVW0g6AFIc,4379
48
+ funboost/consumers/http_consumer_aiohttp_old.py,sha256=pAnJ5yojQ6Gl97hoYflbWrsUCKzHBgL7QumQ8NHEq0g,4800
48
49
  funboost/consumers/httpsqs_consumer.py,sha256=kaqOcrKMLrSR27XqeiheRDmpF1KDVDghgbHcefTjqt8,1171
49
- funboost/consumers/huey_consumer.py,sha256=cW10ZPxdZQzUuJwdqQpJIRPTj2vCbZS0uXFJ7L8bpa4,1843
50
- funboost/consumers/kafka_consumer.py,sha256=jdQ2A0rwWJfWFLTjGknmDixi1EkjHx9Ra8VG_KD0Dyg,4637
51
- funboost/consumers/kafka_consumer_manually_commit.py,sha256=XbExZKewuxt-z8JFo_yV9yjjw7rDbTK0F20V84Y6E_A,9929
52
- funboost/consumers/kombu_consumer.py,sha256=ZbzCiKQDZtbD_aK7aWxSvzARYjNuHVlyef4Feb4R7q0,7938
50
+ funboost/consumers/huey_consumer.py,sha256=L64GxRKQ25VOKt71uB3qn30qRwA9aDqjUKVaYjpe_fw,1656
51
+ funboost/consumers/kafka_consumer.py,sha256=T9PSo2h9TmImFAsKFCAyz79nxScLwf7R_HNNc6uZmHo,4139
52
+ funboost/consumers/kafka_consumer_manually_commit.py,sha256=HZWT2EOriDWV3nPu3apkx_h76goUYxCchn7l56zT760,9782
53
+ funboost/consumers/kombu_consumer.py,sha256=UsCv0FdZ5sbzRJ9_eV_rMoZPp70JpH6Rqr5KMI9co0w,6325
53
54
  funboost/consumers/local_python_queue_consumer.py,sha256=4Cel1WaNwbRpDux22USP8is5R9__A_-LlqyHjcw02Z4,1160
54
55
  funboost/consumers/memory_deque_consumer.py,sha256=tTwOkrB9GdySOQstVLnU4hnBnap6rafCeoXhmV0TI5c,1110
55
56
  funboost/consumers/mongomq_consumer.py,sha256=e1Cupe-Cb2LUuJlQhER6NecrvK7FyzKKZ2HxyfOI-OY,1119
56
57
  funboost/consumers/mqtt_consumer.py,sha256=iLWKxe0CjKHUYrE6YMWNJHto0tD3siUAvZl9ssNsz_s,2297
57
- funboost/consumers/mysql_cdc_consumer.py,sha256=bIHqiEZhJyUYwfIT3QXdHWI_ipHhzIUOh7ZCMTd9m3E,4059
58
+ funboost/consumers/mysql_cdc_consumer.py,sha256=LfiQfKGwhMqPVEtzMUPtkBfX2FXm-_5NB_oXVXSLdtE,3972
58
59
  funboost/consumers/nameko_consumer.py,sha256=Qhl2FmrIjzjXLkIdMLQdhZ8GmrhiuoEss7cwGHCFT7c,2213
59
60
  funboost/consumers/nats_consumer.py,sha256=yv_8SC4zdw5UXBpYooFMXHaC-mNzws5IK0woxHWr1NM,1119
60
61
  funboost/consumers/nsq_consumer.py,sha256=KcP4wT656LyvuwyQXnVp0B6DwYvnZ6z_Vyzt0KjHAQc,1518
61
62
  funboost/consumers/peewee_conusmer.py,sha256=VqbSu9AdKO4_wgu0XhTWRO3VeWctecbbz2X_V04_kXw,1115
62
63
  funboost/consumers/persist_queue_consumer.py,sha256=PUfelfW84YiqcsbcIAveWMC50rw2DScZ3u_aiaS0Kk8,1015
63
- funboost/consumers/pulsar_consumer.py,sha256=eorN61kCvP3yg4fNAB3ZCfqpJJxPnAN6PJY48uiYX5Y,2385
64
- funboost/consumers/rabbitmq_amqpstorm_consumer.py,sha256=8jghoMSwY1YITBV9hofJkjzhQrlFGVXFfvZPefJPhiU,2542
64
+ funboost/consumers/pulsar_consumer.py,sha256=SSAUQ46IQrSiMzsIEA8MB-NylKAbZDIu52_kj68LJN8,2400
65
+ funboost/consumers/rabbitmq_amqpstorm_consumer.py,sha256=-vqH5g-XTT0Yo5wiB4dxJfqXlEJJQkCLvOVu4T5DbRI,2270
66
+ funboost/consumers/rabbitmq_complex_routing_consumer.py,sha256=15VQGmmOqF8d2wFIcdW5mpD7DlBA8c3pO0F1Fou9JZM,2669
65
67
  funboost/consumers/rabbitmq_pika_consumer.py,sha256=51IkRUSR0v2v7BUlA8oInx81VGeO5OaD2pk0UXHdY78,5408
66
68
  funboost/consumers/rabbitmq_pika_consumerv0.py,sha256=rIQToBTBqGdjnzMhg0vyZMY87NtK_Uw8ggiTu39JQ_w,4777
67
69
  funboost/consumers/rabbitmq_rabbitpy_consumer.py,sha256=xxINY037pmgF3_lJA-zhf9qUIUx6DdqC7tsUOQL3dL4,1330
68
70
  funboost/consumers/redis_brpoplpush_consumer.py,sha256=HA3WYKNHuSFZJwTe5EEMFAQfTCK6E2upyFnvdQReJug,2967
69
- funboost/consumers/redis_consumer.py,sha256=RdxJvWWQvQdjXWWdUebmgB7KRDWQBeF87Q9kd_DeUZk,2735
70
- funboost/consumers/redis_consumer_ack_able.py,sha256=CiPIo-ToujSUy1uvznWc1QuxBfeOyOmYbH6P77r9apI,7429
71
- funboost/consumers/redis_consumer_ack_using_timeout.py,sha256=E-7Ci3yb1-THvGoqDNyHJm_zYThIcacHEuUQbPU5e-0,4228
72
- funboost/consumers/redis_consumer_priority.py,sha256=C-ftnlGPPoB7YV3GvwLu9POVGDn_GKlBqO6NlsZ-hdY,5566
71
+ funboost/consumers/redis_consumer.py,sha256=j3sN0eGEPFWtJfEqGzfu_V9tGUmNWpj4AuRX2U51Mdw,2607
72
+ funboost/consumers/redis_consumer_ack_able.py,sha256=A9ZpxxQ0rzTwyie2lB1kfAundkxsrgqJcU9osb3sJbM,7362
73
+ funboost/consumers/redis_consumer_ack_using_timeout.py,sha256=IN-EI18qhwOA6I2WqAApQaSIV0j9pjVIUwVPMLdRH_4,3563
74
+ funboost/consumers/redis_consumer_priority.py,sha256=cJc5sq2b7p2BMu7JtFSHJ2A15bQTYvcy6tszFfOzBuI,5360
73
75
  funboost/consumers/redis_consumer_simple.py,sha256=trPrMHSVU1Y_fY-xz5tFFmt1zjV-9_joPYRHqvyZnL8,874
74
76
  funboost/consumers/redis_filter.py,sha256=GYx4dTgTv05oyP-2fKLpOeRdzot-J9ZO7H_8fsbhHfQ,8810
75
77
  funboost/consumers/redis_pubsub_consumer.py,sha256=8V8EqobKpEXzpsQx_H3A-JBKLsWOsE0n16g62tUMMYY,1122
76
- funboost/consumers/redis_stream_consumer.py,sha256=gkdP-BxU8U6cE5bVBVQCfgAMeQmsz6gQyQgqi6r2kf8,6553
78
+ funboost/consumers/redis_stream_consumer.py,sha256=oDPoG263xzfA_Yw2WY7oBWF1O9F9Hc2I45St1Gmacyg,6415
77
79
  funboost/consumers/rocketmq_consumer.py,sha256=QCAdw2UBGPlakTcXdiykvPx4cl9yDMSib44BbmzBHfY,1717
78
80
  funboost/consumers/rq_consumer.py,sha256=JX84k6Jiv4pBiQMmnhdJ7s7Qz4ub5TWS4T7qTF-WdlM,876
79
81
  funboost/consumers/sqlachemy_consumer.py,sha256=PawUaNV7EZWBQVWXkGaXy1Z16hUgxU4BLDeUFR83ewM,1300
80
- funboost/consumers/tcp_consumer.py,sha256=Gf4Bn9U4PCV10LIStBmQXua755hRIGUUHl284BkVdYk,2263
82
+ funboost/consumers/tcp_consumer.py,sha256=65QyJMZ4uHSIVvQsIUnAIB5M7tWrUt9fV_oXrOQIhAY,2172
81
83
  funboost/consumers/txt_file_consumer.py,sha256=Uelk6q8hYPudofJXMTaCmg_td7z7HAcZGdoqgRgolOs,1261
82
- funboost/consumers/udp_consumer.py,sha256=M0tQbpX1yqUKYcdUxlMtaT5ubxqAcUcWUH01DY0MfTc,1867
83
- funboost/consumers/zeromq_consumer.py,sha256=NBQLtEg4m9o6uszsFI9aPlCCghZ0Wq5kwQn3Ody-xmQ,4444
84
+ funboost/consumers/udp_consumer.py,sha256=SN5ec2q3j8xT3JHa7BDDFkd8fxzMOOyUrqY_TbWkbgo,1776
85
+ funboost/consumers/zeromq_consumer.py,sha256=shbQpTMil4bvWkl1MHg7BBwQcKwpM917gB2_3s7gSzg,4392
84
86
  funboost/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
85
87
  funboost/contrib/api_publish_msg.py,sha256=6U7K1rW3vACf8PvxraHqcDh8JQqcDBf5njEWo1P_xg0,2648
86
88
  funboost/contrib/django_db_deco.py,sha256=RJaRUYdVqS10gWqM4Ncs0Lngox52SUaqIIn5GK5a8Uo,865
87
89
  funboost/contrib/queue2queue.py,sha256=4-28ULM7PTbmbOw8DG9rjlMUQCDkJNcUqkmdHAkGg2c,4898
88
90
  funboost/contrib/redis_consume_latest_msg_broker.py,sha256=ESortBZ2qu_4PBCa3e3FeL2k_PClZNb74_v55HV-BOg,1902
89
- funboost/contrib/save_result_status_to_sqldb.py,sha256=AxvD7nHs4sjr9U0kwEZzyPKrsGdU_JzEgzzhh_V1_4w,4071
90
91
  funboost/contrib/cdc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
91
92
  funboost/contrib/cdc/mysql2mysql.py,sha256=J7jLHTB27WO3iMMNU4s556b_p0x51dgnCz5c7eVWtKk,2317
93
+ funboost/contrib/save_function_result_status/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
94
+ funboost/contrib/save_function_result_status/save_result_status_to_sqldb.py,sha256=Q8LBYDHQlmL2ZyYDyKIiecP1AmvU-MWHYTiQ0AZIQMk,3005
95
+ funboost/contrib/save_function_result_status/save_result_status_use_dataset.py,sha256=O5OWw5SiFZ2Uxwj6QCdCuoXtfstm1886PxbbmlOi9xY,1686
92
96
  funboost/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
93
97
  funboost/core/active_cousumer_info_getter.py,sha256=RF_xJMCskQImWwi7aLcIVipsp5KgDZZ4vtxBEhoPeTI,16086
94
- funboost/core/booster.py,sha256=E5Ler0JrA9egB0E-frN8-vwygrB9f8L_5ErUN6WoElM,21506
98
+ funboost/core/booster.py,sha256=dAk1oUWkpvlBsOas18UvF6GBjhrT1eOeL4TE5XKBTFo,23423
99
+ funboost/core/broker_kind__exclusive_config_default_define.py,sha256=OOkQd5RMaSHaqS4eeBQp08Obu04jhoOwtYL5SQg1RS4,7680
95
100
  funboost/core/current_task.py,sha256=6f7IbGZaSnojVxIeyXPkk5LE2yUiRRTJBjTNqwLL2WU,7270
96
101
  funboost/core/exceptions.py,sha256=twp5eAUCds3sWh3Ar7WVNhCn3y_TFqb-Ajwbjb9scGU,1564
97
102
  funboost/core/fabric_deploy_helper.py,sha256=foieeqlNySuU9axJzNF6TavPjIUSYBx9UO3syVKUiyY,9999
98
103
  funboost/core/funboost_config_getter.py,sha256=b5nAdAmUxahskY-ohB7ptf2gKywFlDA0Fq1cWroxxbs,384
99
- funboost/core/funboost_time.py,sha256=hA_39jCgTXXgIQ-nLBhAgVeNkyYRvVnJ0nQ9C53juXo,3349
100
- funboost/core/func_params_model.py,sha256=d9hlS-FYzAELDYkdZUPRpgoRSjlTDy4x2hN2Mhz0Q7M,24842
104
+ funboost/core/funboost_time.py,sha256=0Iyx5wRYLsHiq4KcoIwVwMkktgu388rV0kP1AQuSlgU,1951
105
+ funboost/core/func_params_model.py,sha256=QeDyEvC_1O_L_Hj6t9CloUy-vp7OfCDbDz4Db0sASog,26551
101
106
  funboost/core/function_result_status_config.py,sha256=PyjqAQOiwsLt28sRtH-eYRjiI3edPFO4Nde0ILFRReE,1764
102
107
  funboost/core/function_result_status_saver.py,sha256=LMLF6AROCaaYB1HIXT13L5NB6r-yezaCGeB9VSSxnQ0,9871
103
- funboost/core/helper_funs.py,sha256=ZFA9-GKEyhDcaXBATsbNi-yfqBYmUijtiGiUNoGjNao,2727
108
+ funboost/core/helper_funs.py,sha256=tc4gLj9Lsnb39U1h1276NjjnuMUqfVW57JKZ6wXwrkI,2766
104
109
  funboost/core/kill_remote_task.py,sha256=lfclwtNhMDGLKX2UCpK_wyhnKPKkoxCZxesRA6KHOrc,8186
105
110
  funboost/core/lazy_impoter.py,sha256=yyJqwmbJziMfRTESn9magqso-_8ppl8yzHFCS5qzxkI,5104
106
111
  funboost/core/loggers.py,sha256=YY69MAP_o0Eq-CHp5UNWrKDYpoJsiHZ92E2i_fxcxRI,2358
107
- funboost/core/msg_result_getter.py,sha256=dhbiTDibjUxcFnmiP6gPVZn1DksyHLCdyTGmFJNQVkE,11721
112
+ funboost/core/msg_result_getter.py,sha256=q_4jzpSGalNkIv_prRULmkreF6-yseMgUne2cna4GMo,12637
108
113
  funboost/core/muliti_process_enhance.py,sha256=tI3178inc5sqPh-jQc0XaTuUD1diIZyHuukBRk1Gp6Y,3595
109
114
  funboost/core/serialization.py,sha256=-5YdIppOSx81xaOXCryZa2nsmJ-Ro3pfV6yePcbkoEA,1240
110
115
  funboost/core/task_id_logger.py,sha256=lR19HQcX6Pp8laURCD656xNpF_JP6nLB3zUKI69EWzE,864
@@ -113,7 +118,7 @@ funboost/core/cli/discovery_boosters.py,sha256=mbEyv0bUIGcmgkfXLI_Q1IK1QvVwKyro8
113
118
  funboost/core/cli/funboost_cli_user_templ.py,sha256=XUpKLxRKtYfebPUM8wii64kB0HW8L7j9LnRpT0xCfQI,2243
114
119
  funboost/core/cli/funboost_fire.py,sha256=n2Zny_UJ7zx4kRXD_YzNBHqdHMc7n0SE7gL28tuwiPU,5387
115
120
  funboost/factories/__init__.py,sha256=s7kKKjR1HU5eMjPD6r5b-SXTVMo1zBp2JjOAtkyt5Yo,178
116
- funboost/factories/broker_kind__publsiher_consumer_type_map.py,sha256=XqrCglQYpVCVUiKTFaHIQBjHqObBYrGOqIvBtBqQc54,10784
121
+ funboost/factories/broker_kind__publsiher_consumer_type_map.py,sha256=S2wloeAngjfEoSRI8MtfhaDxceo6cEh6jBdM9D42mgc,11282
117
122
  funboost/factories/consumer_factory.py,sha256=3RbdcH5fNAnumDkZhtRpDP7RsfJw50NLCgl_-YgJclE,1494
118
123
  funboost/factories/publisher_factotry.py,sha256=W5giVsQnT6pHRIC6nRANj0-XBovkuzkl0Zqcb4u5o_U,2529
119
124
  funboost/function_result_web/app.py,sha256=bEr9vdceU2cX4ZKqHDXUOQVKlobSLI_qzzzE-A3DABo,14895
@@ -165,7 +170,7 @@ funboost/function_result_web/static/js_cdn/bootstrap/3.3.7/js/bootstrap.min.js,s
165
170
  funboost/function_result_web/static/js_cdn/tabulator-tables@5.5.0/dist/js/tabulator.min.js,sha256=4pzeFofM4NClu9YOgnul_3io2X31ZB3HtdeKOb3J1UU,390787
166
171
  funboost/function_result_web/templates/about.html,sha256=m5ZUVmAbvgBdXXYJRGS7JLHQZMB6RuPu-9PsBp4Hwvc,2416
167
172
  funboost/function_result_web/templates/conusme_speed.html,sha256=0Txe47pwad8166BzivsrHEIb0cUS-FlQBrBNYrciT1g,9136
168
- funboost/function_result_web/templates/fun_result_table.html,sha256=KBi9XBBgF3lpgf7N7IQTE0dt-8uz-wg8dj5BYhO_ooE,18984
173
+ funboost/function_result_web/templates/fun_result_table.html,sha256=uF5bviMAAHOFbYy1rszAoZzK0WjOCOuXH759Ocugf8U,18987
169
174
  funboost/function_result_web/templates/index.html,sha256=2eHJau1boHAu1N3VMOax5bzUP6UCBGN0SyFrKlDRryM,9887
170
175
  funboost/function_result_web/templates/index_backup.html,sha256=qwUWHyQFrbSVSnZUjU5E9Zxy6a9mEJF_BdH0HeUxXOU,20045
171
176
  funboost/function_result_web/templates/login.html,sha256=q37dj7O0LeyiV38Zd5P1Qn_qmhjdFomuYTRY1Yk48Bo,2007
@@ -174,7 +179,7 @@ funboost/function_result_web/templates/rpc_call.html,sha256=qFznWysEFTvJKUQYqnJa
174
179
  funboost/function_result_web/templates/running_consumer_by_ip.html,sha256=2Rcxbi80c1JEIRCnNe1MG55axdb0vBlkB6yL9rxw53c,10248
175
180
  funboost/function_result_web/templates/running_consumer_by_queue_name.html,sha256=r5EYlfp0fE8RFWzI0k3K571EUmirwcPX9NdnSEfAWiQ,10301
176
181
  funboost/publishers/__init__.py,sha256=xqBHlvsJQVPfbdvP84G0LHmVB7-pFBS7vDnX1Uo9pVY,131
177
- funboost/publishers/base_publisher.py,sha256=m3emfrFpvNYF1J-axSHH6kIY5CATzdIzfiC6P1ics_s,18806
182
+ funboost/publishers/base_publisher.py,sha256=BjuKTTA5a-VxZuKqMopWWy_IpMWoB-DypGcsNL3wheg,19533
178
183
  funboost/publishers/celery_publisher.py,sha256=uc9N1uLW74skUCw8dsnvxORM2O3cy4SiI7tUZRmvkHA,2336
179
184
  funboost/publishers/celery_publisher000.py,sha256=2XLOyU2__vlIUTi5L15uf0BJqAIjxbc3kCLIRDSOY9w,3966
180
185
  funboost/publishers/confluent_kafka_publisher.py,sha256=B4rF6gljixOMyN6L2eL1gzqTv97uoy7TTzgKUhHljEQ,4749
@@ -182,7 +187,7 @@ funboost/publishers/dramatiq_publisher.py,sha256=IH9F-Ps1r94WDu2a7cZbJqWlBgblDbE
182
187
  funboost/publishers/empty_publisher.py,sha256=Com5m-mkjXpcWxKZZneymhLNaRJNaGAtvwjhwHmECgg,870
183
188
  funboost/publishers/faststream_publisher.py,sha256=TS_hFDZ4Q1HGyGJ_3D9m9SroUOmMo-f2hCMTyuEoEIU,2303
184
189
  funboost/publishers/grpc_publisher.py,sha256=kQ8c9VMmFXXwMz0-KyDV8VWKeAzZ20pp6KrI3rZmbRQ,1967
185
- funboost/publishers/http_publisher.py,sha256=1uzPXG7ExAAwOs35I-goXTi-CuZij_maRIMxc-mqvq8,1048
190
+ funboost/publishers/http_publisher.py,sha256=CXjrcuVXC2gsJOw-KomWX4k6jzlFyTehMN89DQUNpZE,1975
186
191
  funboost/publishers/httpsqs_publisher.py,sha256=PS6h8-mn3wYFfMOsPt4tal8p0yZgYgrYYO9ZnIl9CwU,2737
187
192
  funboost/publishers/huey_publisher.py,sha256=9HBrsqTO61iPB1nI5fYOQNPuOaX4I4Wmb1BRNODAE_0,1118
188
193
  funboost/publishers/kafka_publisher.py,sha256=psjQbOmjpNHZNxyo14a09XsO0JLSSPPaBLc5mLUJTRI,2343
@@ -198,7 +203,8 @@ funboost/publishers/nsq_publisher.py,sha256=ySUUyfAMRPSozWYGzAgOMCR_MF0J1iZTDFVU
198
203
  funboost/publishers/peewee_publisher.py,sha256=RsYAqBKf_ZLxkGJeZPWExzG4cpUac7weCeNhcSQ9hZc,1095
199
204
  funboost/publishers/persist_queue_publisher.py,sha256=wuKUU3DRiDy4Ab67m9_0ee65uXhqHtfnVWY43JuQFdY,2594
200
205
  funboost/publishers/pulsar_publisher.py,sha256=-Qka_oTtpiBMEzu8oqQJteVbGuWpDHd0sgQoNd7N_2k,1248
201
- funboost/publishers/rabbitmq_amqpstorm_publisher.py,sha256=BUGvfjm3R8Vj-ZMw5QogkVR-pHh2JNIoXJBR6_w2I2E,3218
206
+ funboost/publishers/rabbitmq_amqpstorm_publisher.py,sha256=_zhdiS-aeOvfw3tiNM3CyC9XOUBBz--HlS98-8ecgc4,3310
207
+ funboost/publishers/rabbitmq_complex_routing_publisher.py,sha256=4jMO579U2OWnVTyh_aNQTt44bgVhAa7pXUaJqjigMGs,4733
202
208
  funboost/publishers/rabbitmq_pika_publisher.py,sha256=QygZv96tYmfJcs8Dukv3J_x134gvCOzGkILQRE6toU0,2325
203
209
  funboost/publishers/rabbitmq_rabbitpy_publisher.py,sha256=GGXPKxE6-mAjqMIKqwvR9d7L-zuJQcQoU9uRsQLNGas,1953
204
210
  funboost/publishers/redis_publisher.py,sha256=EDnQSt73FE2PGq0WHyvsMuaoD_6wp_tuZveWrMF7iLY,3439
@@ -240,7 +246,7 @@ funboost/utils/monkey_patches.py,sha256=vGmtPuTwNLbS8T3gpufSC_cD8_Vnp85roZrCpJZU
240
246
  funboost/utils/mqtt_util.py,sha256=BfCmyYwI-B8VL9499_IuYlJDCbv6ZhwyWThMf8dANOU,3199
241
247
  funboost/utils/paramiko_util.py,sha256=rHJm9Cp1YX24ew3jT5iR0qPqv-WJLd7VhRoMkHphY60,5244
242
248
  funboost/utils/rabbitmq_factory.py,sha256=ifDCn2RxSGL4MccmktJc5FYQhAcboCgHBlEo3WGpq3g,2910
243
- funboost/utils/redis_manager.py,sha256=4NGrO8fZFjjYP-GCHQQJGuygbgXOfuwwsbPv1ZDHah4,3892
249
+ funboost/utils/redis_manager.py,sha256=rhXjYTN22--JD6ZgKW2dnTtfZEmCUT8QdXmBpjP3gks,4113
244
250
  funboost/utils/redis_manager_old.py,sha256=c3RBXN6dM3kjVBqkCdotpZuYmFs4d9emfp5iJgC61Us,5516
245
251
  funboost/utils/resource_monitoring.py,sha256=EWq7hqQLM2hYpbkv4sVw9YcpHLxfg8arcGz-QXw9lf0,5710
246
252
  funboost/utils/restart_python.py,sha256=bFbV0_24ajL8hBwVRLxWe9v9kTwiX1fGLhXRroNnmgQ,1418
@@ -326,9 +332,8 @@ funboost/utils/func_timeout/dafunc.py,sha256=Yy98BzsmgWi07ja5zM4ElLwb1h8NXahxtRG
326
332
  funboost/utils/func_timeout/exceptions.py,sha256=tUEaspemq_dS460EQvUMMSxeeyjIbgfEHIdxIC6ZhaU,3974
327
333
  funboost/utils/func_timeout/py2_raise.py,sha256=9tpZLQ3-zIgU_ixazydwZmw8rFg7ybjI9alNYfSvwRk,169
328
334
  funboost/utils/func_timeout/py3_raise.py,sha256=Odvg1FtXTEC--Ru1EIfsHASamBpOm9hdXY7OnlEUObA,280
329
- funboost-50.2.dist-info/LICENSE,sha256=9EPP2ktG_lAPB8PjmWV-c9BiaJHc_FP6pPLcUrUwx0E,11562
330
- funboost-50.2.dist-info/METADATA,sha256=b6B5LYXCS9582e8Ny3VixzqZwP_J0b7Zq0IcMvjxMWQ,42120
331
- funboost-50.2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
332
- funboost-50.2.dist-info/entry_points.txt,sha256=yMSSAGRzRAAhGyNNQHw24MooKlDZsaJ499_D6fPl58A,96
333
- funboost-50.2.dist-info/top_level.txt,sha256=K8WuKnS6MRcEWxP1NvbmCeujJq6TEfbsB150YROlRw0,9
334
- funboost-50.2.dist-info/RECORD,,
335
+ funboost-50.4.dist-info/METADATA,sha256=JS71ctdQ-jYfAkdDumpE6g5Ve1KDzHLE_xq9xttVBwI,44746
336
+ funboost-50.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
337
+ funboost-50.4.dist-info/entry_points.txt,sha256=yMSSAGRzRAAhGyNNQHw24MooKlDZsaJ499_D6fPl58A,96
338
+ funboost-50.4.dist-info/top_level.txt,sha256=K8WuKnS6MRcEWxP1NvbmCeujJq6TEfbsB150YROlRw0,9
339
+ funboost-50.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,203 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS
177
-
178
- APPENDIX: How to apply the Apache License to your work.
179
-
180
- To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "[]"
182
- replaced with your own identifying information. (Don't include
183
- the brackets!) The text should be enclosed in the appropriate
184
- comment syntax for the file format. We also recommend that a
185
- file or class name and description of purpose be included on the
186
- same "printed page" as the copyright notice for easier
187
- identification within third-party archives.
188
-
189
- Copyright [yyyy] [name of copyright owner]
190
-
191
- Licensed under the Apache License, Version 2.0 (the "License");
192
- you may not use this file except in compliance with the License.
193
- You may obtain a copy of the License at
194
-
195
- http://www.apache.org/licenses/LICENSE-2.0
196
-
197
- Unless required by applicable law or agreed to in writing, software
198
- distributed under the License is distributed on an "AS IS" BASIS,
199
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
- See the License for the specific language governing permissions and
201
- limitations under the License.
202
-
203
-