funboost 18.7__py3-none-any.whl → 18.9__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 +3 -3
- funboost/concurrent_pool/async_pool_executor.py +37 -109
- funboost/concurrent_pool/backup/__init__.py +0 -0
- funboost/concurrent_pool/backup/async_pool_executor0223.py +268 -0
- funboost/concurrent_pool/backup/async_pool_executor_back.py +268 -0
- funboost/concurrent_pool/backup/async_pool_executor_janus.py +166 -0
- funboost/publishers/base_publisher.py +4 -76
- funboost/publishers/msg_result_getter.py +168 -0
- funboost/utils/monkey_patches.py +45 -0
- funboost/utils/redis_manager.py +14 -1
- {funboost-18.7.dist-info → funboost-18.9.dist-info}/METADATA +424 -424
- {funboost-18.7.dist-info → funboost-18.9.dist-info}/RECORD +15 -9
- {funboost-18.7.dist-info → funboost-18.9.dist-info}/WHEEL +1 -1
- {funboost-18.7.dist-info → funboost-18.9.dist-info}/LICENSE +0 -0
- {funboost-18.7.dist-info → funboost-18.9.dist-info}/top_level.txt +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
funboost/__init__.py,sha256=
|
|
1
|
+
funboost/__init__.py,sha256=yA-RMkUUUGFm93esljMB3aeB9KveQhMWYQCgFYolRO0,19886
|
|
2
2
|
funboost/constant.py,sha256=rC81k-DiWEquS-4eoUDgQEoTbpavPFuk3jJ3D80dyE8,5627
|
|
3
3
|
funboost/funboost_config_deafult.py,sha256=bLK7DlFTzL4sWNuK1uTTA-alG2RBZzFyS_ZeUim7Css,6413
|
|
4
4
|
funboost/helpers.py,sha256=iU1jVyRUuZlwogbnMlRIfXil2hSG64Xuh840pgIeIZg,13699
|
|
@@ -7,7 +7,7 @@ funboost/assist/user_custom_broker_register.py,sha256=QeMsojHe_s8AjHCFP7jFZfwIJ3
|
|
|
7
7
|
funboost/beggar_version_implementation/beggar_redis_consumer.py,sha256=aiucCkj7-GWbLMIWHhevdQrAsxzyc55AL69fue8esYs,3930
|
|
8
8
|
funboost/concurrent_pool/__init__.py,sha256=dGgxgzMSwcXWMexwAnojsML7EMjHAAsmAofNgrxtl2w,759
|
|
9
9
|
funboost/concurrent_pool/async_helper.py,sha256=iyb0Jcjyx-vkUGC_saSUWqN657kcR5K7B-L_SB6cDCE,3256
|
|
10
|
-
funboost/concurrent_pool/async_pool_executor.py,sha256=
|
|
10
|
+
funboost/concurrent_pool/async_pool_executor.py,sha256=8UdCtzUVxpK73NZyppXWRPUcOA5nq_CpBgcdHct61KA,7223
|
|
11
11
|
funboost/concurrent_pool/bounded_processpoolexcutor.py,sha256=_qQ4Mk358yP5MHouXrShrq4jvn7xqPiDR7iPpa-WRYQ,2966
|
|
12
12
|
funboost/concurrent_pool/bounded_processpoolexcutor_gt_py37.py,sha256=LjyxAen2LHoxWUpGAlK34ngRwWnHZGm6R7RBRPwrkas,4719
|
|
13
13
|
funboost/concurrent_pool/bounded_processpoolexcutor_py36.py,sha256=N2u-muzVO15eD4skxRYL2uTRQ6nsvCOP01VFmVVIme4,3007
|
|
@@ -18,6 +18,10 @@ funboost/concurrent_pool/custom_gevent_pool_executor.py,sha256=V_FgKyxaeb1gKhbDv
|
|
|
18
18
|
funboost/concurrent_pool/custom_threadpool_executor.py,sha256=Ydqpx2bJ4mnbWCcQj247xepSvNN72ZfekaYA_vBMfyM,11745
|
|
19
19
|
funboost/concurrent_pool/custom_threadpool_executor000.py,sha256=jJLXy3h-bELap6nZA6yLtdozzTWcvCtZ7IY6MTqLEAM,9317
|
|
20
20
|
funboost/concurrent_pool/single_thread_executor.py,sha256=NDWOegh8Nxpb-Bp-lUlj-DONWvepSmA9qepL1yNgdQI,373
|
|
21
|
+
funboost/concurrent_pool/backup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
|
+
funboost/concurrent_pool/backup/async_pool_executor0223.py,sha256=K13RheWQiX3Fc2RzJsinDLaLSouxShmOQvv7hOoRr4A,9540
|
|
23
|
+
funboost/concurrent_pool/backup/async_pool_executor_back.py,sha256=-asM6fu3GLJKkkBZ1cbTSX9Iico74e6QEW6IWCpjk3M,9560
|
|
24
|
+
funboost/concurrent_pool/backup/async_pool_executor_janus.py,sha256=cZ0Vm0qeT3sKcWQ6B6M6EIP1Wyk9WDHjk1TWAB1YQpc,5724
|
|
21
25
|
funboost/consumers/__init__.py,sha256=ZXY_6Kut1VYNQiF5aWEgIWobsW1ht9YUP0TdRZRWFqI,126
|
|
22
26
|
funboost/consumers/base_consumer.py,sha256=f8vUdbmIC17wLhSht1lAgPAHEvC-dK8d7GSnMg734vQ,83741
|
|
23
27
|
funboost/consumers/confirm_mixin.py,sha256=C2TYSRJ2vnXAVetd7YNcQ-LQq-HZgQZSAXXzsJ6rmUY,5497
|
|
@@ -75,7 +79,7 @@ funboost/function_result_web/static/js/jquery-1.11.0.min.js,sha256=ryQZ3RXgnqkTz
|
|
|
75
79
|
funboost/function_result_web/templates/index.html,sha256=dWe-JFQhsDpoNjSsBF4P6SJWp_KvHX8EP_yECS5r7_o,19501
|
|
76
80
|
funboost/function_result_web/templates/login.html,sha256=q37dj7O0LeyiV38Zd5P1Qn_qmhjdFomuYTRY1Yk48Bo,2007
|
|
77
81
|
funboost/publishers/__init__.py,sha256=xqBHlvsJQVPfbdvP84G0LHmVB7-pFBS7vDnX1Uo9pVY,131
|
|
78
|
-
funboost/publishers/base_publisher.py,sha256=
|
|
82
|
+
funboost/publishers/base_publisher.py,sha256=nEL6fFYVn622g3OkqdTDDXLslm2UR8Meyxyg6L5uECE,14851
|
|
79
83
|
funboost/publishers/confluent_kafka_publisher.py,sha256=uOIzTUwhdsQGBCeAmSUgd4GQm7QMEdUO7eDIsSPNyMQ,3537
|
|
80
84
|
funboost/publishers/http_publisher.py,sha256=QbVG-dFdKdltCoElHmKpNSMsjpZY3Ibp-r_IzqrkPMk,777
|
|
81
85
|
funboost/publishers/httpsqs_publisher.py,sha256=7cf5ijwrbp4smq6ofndrKisruAqG0Wzfo_d_7bnLUk4,2783
|
|
@@ -84,6 +88,7 @@ funboost/publishers/kombu_publisher.py,sha256=ChX3qVE7Kvdu9XVFCKezV2KAwUqY7EhpvM
|
|
|
84
88
|
funboost/publishers/local_python_queue_publisher.py,sha256=veskMS5tjeneYU9HmrJLXZSK9_UT48NzHzcljjOoy3g,1365
|
|
85
89
|
funboost/publishers/mongomq_publisher.py,sha256=hK2yIwfHctexmUKIjPjvbIjclc2JjzpMC15aIX1WtfI,1327
|
|
86
90
|
funboost/publishers/mqtt_publisher.py,sha256=NKVDE5R12QL99IXgRjJtF4phyW8QaXKxHkqW5p_kXr4,3050
|
|
91
|
+
funboost/publishers/msg_result_getter.py,sha256=R_tYQUgnZtTUWge--i1j_aYZLY3wysNTTFKCQ2JKQbE,6161
|
|
87
92
|
funboost/publishers/nats_publisher.py,sha256=hFfaQovij9dm8w-iRN0SgiHHoS_TlrTAjw42dPwCLSA,776
|
|
88
93
|
funboost/publishers/nsq_publisher.py,sha256=Go4UjLd_Vt4JuVtfkmCuuXrmxUXv1y6NaBQJX6s1XUo,1302
|
|
89
94
|
funboost/publishers/peewee_publisher.py,sha256=RsYAqBKf_ZLxkGJeZPWExzG4cpUac7weCeNhcSQ9hZc,1095
|
|
@@ -120,10 +125,11 @@ funboost/utils/develop_log.py,sha256=f82JHBPBjdF_By5P_Ft4wMREeIHtF8MmqGFYa_pZbyA
|
|
|
120
125
|
funboost/utils/log_manager000.py,sha256=GT9rR9O-UDeaFwTCwt68xdVAmrw0vmAi1FofjRSXrJ4,73634
|
|
121
126
|
funboost/utils/mongo_util.py,sha256=nh9RI-d8Nmtb2rcm3BLBkVsnf7bLTDMBG00AkEFUVis,1910
|
|
122
127
|
funboost/utils/monkey_color_log.py,sha256=jxxxVKebX0MmVjg75YRXUOBhPbksPBrHp2KLxCj6pT8,7357
|
|
128
|
+
funboost/utils/monkey_patches.py,sha256=Q0_jKxOfFrSgrIDSuSZFrgNh6w_LRGaKAITghrIpEwI,2882
|
|
123
129
|
funboost/utils/mqtt_util.py,sha256=BfCmyYwI-B8VL9499_IuYlJDCbv6ZhwyWThMf8dANOU,3199
|
|
124
130
|
funboost/utils/paramiko_util.py,sha256=pu67zkgptqNSV9m2Lznezb3zF1AFYvkWJp_6DVKFSPU,4901
|
|
125
131
|
funboost/utils/rabbitmq_factory.py,sha256=NPzTwG-INZG9aJgkzp-QVk3TgV0rjiuTVT5lmRT77zg,2963
|
|
126
|
-
funboost/utils/redis_manager.py,sha256=
|
|
132
|
+
funboost/utils/redis_manager.py,sha256=HHjhhkx2pQ8EGnzIBuvPiD4pV3hhuuPmx9JBYdU0zG0,4625
|
|
127
133
|
funboost/utils/resource_monitoring.py,sha256=vf1htYa3a4wlMfQqksvIINMw8laiXwG5N8NXU2Zm3qQ,5532
|
|
128
134
|
funboost/utils/show_funboost_flag.py,sha256=A4WB5P7SO9tFux1Y4yIurLmjLj09B973hq3LxEo4HOY,2985
|
|
129
135
|
funboost/utils/simple_data_class.py,sha256=HgFyyrw2mDuMX6l-re8W6q-6HXwhg2MalpIbP9JKW70,1204
|
|
@@ -142,8 +148,8 @@ funboost/utils/pysnooper_ydf/pycompat.py,sha256=ehsCfjsLdwoK0_o5fwYWDo3WeqCVfHW5
|
|
|
142
148
|
funboost/utils/pysnooper_ydf/tracer.py,sha256=2leNcEhT0qt2B_7Vn094dep9AG0qnRX94imQHm4Qp8k,19122
|
|
143
149
|
funboost/utils/pysnooper_ydf/utils.py,sha256=Y0nGXPqdiHBwO93TQAyYNbrzXtcK3_BQXrDVyjcTqVw,2748
|
|
144
150
|
funboost/utils/pysnooper_ydf/variables.py,sha256=N12-WKrg4GFt3X1aw9c-jwuVbn2wQTNZXscrYP9RM2k,3678
|
|
145
|
-
funboost-18.
|
|
146
|
-
funboost-18.
|
|
147
|
-
funboost-18.
|
|
148
|
-
funboost-18.
|
|
149
|
-
funboost-18.
|
|
151
|
+
funboost-18.9.dist-info/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
|
|
152
|
+
funboost-18.9.dist-info/METADATA,sha256=mWjy2FEntPCdsrWHnCD_fqfupK_4y-vH2dbmcSKxUxQ,25655
|
|
153
|
+
funboost-18.9.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
154
|
+
funboost-18.9.dist-info/top_level.txt,sha256=K8WuKnS6MRcEWxP1NvbmCeujJq6TEfbsB150YROlRw0,9
|
|
155
|
+
funboost-18.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|