telegrinder 0.1.dev166__py3-none-any.whl → 0.1.dev168__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 telegrinder might be problematic. Click here for more details.
- telegrinder/__init__.py +0 -2
- telegrinder/bot/__init__.py +0 -2
- telegrinder/bot/bot.py +1 -3
- telegrinder/bot/cute_types/base.py +3 -12
- telegrinder/bot/cute_types/callback_query.py +2 -4
- telegrinder/bot/cute_types/chat_join_request.py +3 -1
- telegrinder/bot/cute_types/chat_member_updated.py +3 -1
- telegrinder/bot/cute_types/message.py +10 -31
- telegrinder/bot/cute_types/utils.py +1 -3
- telegrinder/bot/dispatch/__init__.py +1 -2
- telegrinder/bot/dispatch/composition.py +1 -3
- telegrinder/bot/dispatch/dispatch.py +5 -6
- telegrinder/bot/dispatch/handler/func.py +4 -11
- telegrinder/bot/dispatch/return_manager/abc.py +9 -13
- telegrinder/bot/dispatch/return_manager/message.py +5 -7
- telegrinder/bot/dispatch/view/abc.py +54 -5
- telegrinder/bot/dispatch/view/box.py +3 -11
- telegrinder/bot/dispatch/view/raw.py +2 -6
- telegrinder/bot/dispatch/waiter_machine/__init__.py +1 -2
- telegrinder/bot/dispatch/waiter_machine/machine.py +43 -88
- telegrinder/bot/dispatch/waiter_machine/middleware.py +12 -5
- telegrinder/bot/dispatch/waiter_machine/short_state.py +15 -5
- telegrinder/bot/polling/polling.py +2 -6
- telegrinder/bot/rules/adapter/event.py +1 -3
- telegrinder/bot/rules/callback_data.py +8 -8
- telegrinder/bot/rules/fuzzy.py +1 -2
- telegrinder/bot/rules/is_from.py +6 -4
- telegrinder/bot/rules/markup.py +1 -2
- telegrinder/bot/rules/mention.py +1 -4
- telegrinder/bot/rules/regex.py +1 -2
- telegrinder/bot/rules/rule_enum.py +1 -3
- telegrinder/bot/rules/start.py +1 -3
- telegrinder/bot/scenario/checkbox.py +6 -10
- telegrinder/bot/scenario/choice.py +4 -3
- telegrinder/client/aiohttp.py +1 -3
- telegrinder/model.py +4 -3
- telegrinder/modules.py +1 -3
- telegrinder/msgspec_utils.py +1 -3
- telegrinder/node/attachment.py +18 -14
- telegrinder/node/base.py +4 -11
- telegrinder/node/composer.py +1 -3
- telegrinder/node/message.py +3 -1
- telegrinder/node/source.py +3 -1
- telegrinder/node/text.py +3 -1
- telegrinder/tools/__init__.py +2 -0
- telegrinder/tools/buttons.py +4 -6
- telegrinder/tools/error_handler/abc.py +1 -3
- telegrinder/tools/error_handler/error.py +3 -6
- telegrinder/tools/error_handler/error_handler.py +17 -13
- telegrinder/tools/formatting/html.py +2 -6
- telegrinder/tools/formatting/links.py +1 -3
- telegrinder/tools/global_context/abc.py +1 -3
- telegrinder/tools/global_context/global_context.py +13 -31
- telegrinder/tools/i18n/middleware/base.py +1 -3
- telegrinder/tools/limited_dict.py +37 -0
- telegrinder/tools/loop_wrapper/loop_wrapper.py +3 -7
- telegrinder/types/__init__.py +30 -0
- telegrinder/types/methods.py +20 -89
- telegrinder/types/objects.py +16 -45
- telegrinder/verification_utils.py +2 -1
- {telegrinder-0.1.dev166.dist-info → telegrinder-0.1.dev168.dist-info}/METADATA +5 -5
- {telegrinder-0.1.dev166.dist-info → telegrinder-0.1.dev168.dist-info}/RECORD +64 -63
- {telegrinder-0.1.dev166.dist-info → telegrinder-0.1.dev168.dist-info}/LICENSE +0 -0
- {telegrinder-0.1.dev166.dist-info → telegrinder-0.1.dev168.dist-info}/WHEEL +0 -0
|
@@ -1,136 +1,137 @@
|
|
|
1
|
-
telegrinder/__init__.py,sha256=
|
|
1
|
+
telegrinder/__init__.py,sha256=LtOXSbLJKgQZnHIO86vpzTh0YlZDwyg0hM9R_yBBFnE,4117
|
|
2
2
|
telegrinder/api/__init__.py,sha256=pIDtnsL0NwT5PgVm43Gkp-ByOqDsqnD-oFDiC9tcPT4,246
|
|
3
3
|
telegrinder/api/abc.py,sha256=IPPGed6dSDvK5lMQ2eABHD_aiXVC2geY04u7ZFlGiCI,1799
|
|
4
4
|
telegrinder/api/api.py,sha256=3vq9o0s2y3kCFjH-PcIcAMY071Cs_A3BSazgTzum39c,2473
|
|
5
5
|
telegrinder/api/error.py,sha256=NOlVjQ6AsgCldCgeHZ2zFSA4DXolP6ADBPA16xFEwJU,417
|
|
6
6
|
telegrinder/api/response.py,sha256=d7Oxd5kOdbZNJiALkzkecHl8Y3K_BzCmsRq2Sn3otqA,491
|
|
7
|
-
telegrinder/bot/__init__.py,sha256=
|
|
8
|
-
telegrinder/bot/bot.py,sha256=
|
|
7
|
+
telegrinder/bot/__init__.py,sha256=91NKeAbQH10sZ0Lzm-qENoxJRHz2SNvOy-30Ww5gzkA,1834
|
|
8
|
+
telegrinder/bot/bot.py,sha256=FZFyi-CLEcJYlOz5BbL5Ev6dZQ5VhVqxh1nYburXplQ,2464
|
|
9
9
|
telegrinder/bot/cute_types/__init__.py,sha256=XDcZJMKDFYJExvaNSm3B-bMQ2_wRETALz7-OWAytBC0,457
|
|
10
|
-
telegrinder/bot/cute_types/base.py,sha256=
|
|
11
|
-
telegrinder/bot/cute_types/callback_query.py,sha256=
|
|
12
|
-
telegrinder/bot/cute_types/chat_join_request.py,sha256=
|
|
13
|
-
telegrinder/bot/cute_types/chat_member_updated.py,sha256=
|
|
10
|
+
telegrinder/bot/cute_types/base.py,sha256=k20aJtTNoLn_63xQUFU-upVcwvwT0OX6odTLnCBY-xQ,4521
|
|
11
|
+
telegrinder/bot/cute_types/callback_query.py,sha256=1Ss32Qkl2b_nGQt0B8GxWNAdL1qYf3akd2PV7ZjRII4,20237
|
|
12
|
+
telegrinder/bot/cute_types/chat_join_request.py,sha256=Rkgu8myVlxbyGX2YIyyMRk5Io_fXqzNFcaTjzuBJ-jw,2237
|
|
13
|
+
telegrinder/bot/cute_types/chat_member_updated.py,sha256=3zoAiSSiFScXcAp8956nxsHTzaiD44boHKALFx_9XkY,10883
|
|
14
14
|
telegrinder/bot/cute_types/inline_query.py,sha256=QmaYkXSOQHrkWs7N6eD_HiTGGOtegN10hVppU37z3bE,2475
|
|
15
|
-
telegrinder/bot/cute_types/message.py,sha256=
|
|
15
|
+
telegrinder/bot/cute_types/message.py,sha256=sFLnz1C0dtyJkSxJlsfOOrYPLGDsMMgdAHeAyGbpTp4,142042
|
|
16
16
|
telegrinder/bot/cute_types/update.py,sha256=X2YLPnYqQcZ_7Wtot5vEarcE8yjye47kjjtgfu3pfbo,787
|
|
17
|
-
telegrinder/bot/cute_types/utils.py,sha256=
|
|
18
|
-
telegrinder/bot/dispatch/__init__.py,sha256=
|
|
17
|
+
telegrinder/bot/cute_types/utils.py,sha256=aCi4D86uVhCVQgalUqxdlTerI36K90B1PTSp86CnGXI,17110
|
|
18
|
+
telegrinder/bot/dispatch/__init__.py,sha256=z4pWNEdWBHKP902bvtUe4WWhtMKW-LgPj5Dds8aUFHE,1484
|
|
19
19
|
telegrinder/bot/dispatch/abc.py,sha256=YX184RfqSTMtxrt6qyNRu9uhlPHJLEJY3RKsLfBV7nw,462
|
|
20
|
-
telegrinder/bot/dispatch/composition.py,sha256=
|
|
20
|
+
telegrinder/bot/dispatch/composition.py,sha256=bR_fBib4mHEDFgDyGvmejGG1hHBV5zeFWuv2RBHPKXY,2942
|
|
21
21
|
telegrinder/bot/dispatch/context.py,sha256=lVnFaZm1jWlfG9JbtE5c_0pBV1pWlExvh24ESkO5Nag,2278
|
|
22
|
-
telegrinder/bot/dispatch/dispatch.py,sha256=
|
|
22
|
+
telegrinder/bot/dispatch/dispatch.py,sha256=9ym7VUFxwMvT1Eq92zSMWatbKmEXgoE-buuvk9ampTs,5226
|
|
23
23
|
telegrinder/bot/dispatch/handler/__init__.py,sha256=mzchbArrm0eoTEeVKHYrtJX4WSfW5t6T4xDU3-mtYaA,169
|
|
24
24
|
telegrinder/bot/dispatch/handler/abc.py,sha256=ry5gMUxB6buiDksAFiuWM-LcIAg5S8rJZlW_0PWpVJA,570
|
|
25
|
-
telegrinder/bot/dispatch/handler/func.py,sha256=
|
|
25
|
+
telegrinder/bot/dispatch/handler/func.py,sha256=nfVpTf4MvHuOtH6tV07S-tdAR2iVWHeuD896a5SCyhg,3022
|
|
26
26
|
telegrinder/bot/dispatch/handler/message_reply.py,sha256=_3gb3NLAwfTw7FTd7iga2tSe5WZ8IU9AdxwDWq5nMqI,1811
|
|
27
27
|
telegrinder/bot/dispatch/middleware/__init__.py,sha256=qDuTt2ZZKX9UMjPdw5xaaNZdMI-i3P4Px2T8qbYCMJw,61
|
|
28
28
|
telegrinder/bot/dispatch/middleware/abc.py,sha256=Aj9aEQ0yNM-pprUOdnYAmoIbq4wPMgyhCP8EUAvxzXs,413
|
|
29
29
|
telegrinder/bot/dispatch/process.py,sha256=TNgBoos7MkhIYJsqVC_m6L1iHaMJUu4jT95xPjBmdk4,2377
|
|
30
30
|
telegrinder/bot/dispatch/return_manager/__init__.py,sha256=M9RmSqs5U_JixX_1FT1byMAxdfcC3UGvZAhmmebFDN4,446
|
|
31
|
-
telegrinder/bot/dispatch/return_manager/abc.py,sha256=
|
|
31
|
+
telegrinder/bot/dispatch/return_manager/abc.py,sha256=wpAbMJO2Y8sz780X7wFoMNKFm9mKxzdQmhctbzYudvo,3436
|
|
32
32
|
telegrinder/bot/dispatch/return_manager/callback_query.py,sha256=actPlW6JqZ2Qi8thDQUNiGmYT2WmME4YxhDL9F9OlYQ,666
|
|
33
33
|
telegrinder/bot/dispatch/return_manager/inline_query.py,sha256=Clo6Uvl__Ja9u5yg6RSJBjyqhhSpJINtq2NFS_pG45Q,489
|
|
34
|
-
telegrinder/bot/dispatch/return_manager/message.py,sha256=
|
|
34
|
+
telegrinder/bot/dispatch/return_manager/message.py,sha256=ZrCrvq8wNmz8TTykoVMzneKk11cIqkCFZIOynZ5PjAQ,1160
|
|
35
35
|
telegrinder/bot/dispatch/view/__init__.py,sha256=x8qPwRWosGNTk89tvyiWZhHKvVK2IqFI87D7YTrRKbk,569
|
|
36
|
-
telegrinder/bot/dispatch/view/abc.py,sha256=
|
|
37
|
-
telegrinder/bot/dispatch/view/box.py,sha256=
|
|
36
|
+
telegrinder/bot/dispatch/view/abc.py,sha256=xCqoH4b0Kb-ZTLTmnULCjpFAfI1nHG4svcZ-efMwjhc,7043
|
|
37
|
+
telegrinder/bot/dispatch/view/box.py,sha256=4cLaC6U31RbPC0AqrHIjtB_Av-Wbip9gJ0yODZ-jClA,3825
|
|
38
38
|
telegrinder/bot/dispatch/view/callback_query.py,sha256=ALQm-cUFDQggZqwGVOEVodvpTcYKXCebwYDbLcZ36cE,560
|
|
39
39
|
telegrinder/bot/dispatch/view/chat_join_request.py,sha256=y1wQMrPSiqxDHQm7TqdOA-ecAP3rnocYTzQxa7-7vws,447
|
|
40
40
|
telegrinder/bot/dispatch/view/chat_member.py,sha256=VGXp0F_y4b1b3kYNO5Y4QLeoM6pt_DzA1sNysBdObAY,715
|
|
41
41
|
telegrinder/bot/dispatch/view/inline_query.py,sha256=hRwrgfhgS5YF0E6eUrR8FuWVHUMlnA758kG7V049lkE,531
|
|
42
42
|
telegrinder/bot/dispatch/view/message.py,sha256=Fb7GRVCsVhE5xHZtFyiNntKcqtGCVzj2pEIOLcfFMm8,1175
|
|
43
|
-
telegrinder/bot/dispatch/view/raw.py,sha256=
|
|
44
|
-
telegrinder/bot/dispatch/waiter_machine/__init__.py,sha256=
|
|
45
|
-
telegrinder/bot/dispatch/waiter_machine/machine.py,sha256=
|
|
46
|
-
telegrinder/bot/dispatch/waiter_machine/middleware.py,sha256=
|
|
47
|
-
telegrinder/bot/dispatch/waiter_machine/short_state.py,sha256=
|
|
43
|
+
telegrinder/bot/dispatch/view/raw.py,sha256=U1nY4sE_8TSR7nlyYh8Zn8qysfEWYS_dKhPGglE9VFw,3438
|
|
44
|
+
telegrinder/bot/dispatch/waiter_machine/__init__.py,sha256=RUuq-J1qZMeREL8omM8kxEfgAz3-7h3B9NhzSjLTMqA,190
|
|
45
|
+
telegrinder/bot/dispatch/waiter_machine/machine.py,sha256=lmPHxGMXELFW18N4Z9UAcFSqthXZUIEbumINTo-2-OM,4047
|
|
46
|
+
telegrinder/bot/dispatch/waiter_machine/middleware.py,sha256=YdB3KSJRo11aoUfpV48Rm2GC14ea9ucJWL2ACRiTnig,2706
|
|
47
|
+
telegrinder/bot/dispatch/waiter_machine/short_state.py,sha256=qqKu5bt3GpP15CSEB6vutmARgCaElcuiTC3GymqWSBE,1575
|
|
48
48
|
telegrinder/bot/polling/__init__.py,sha256=OqfIFPS_V6UrCg-vCv9pkMFzTKdNbDP2faBfATs_TGg,94
|
|
49
49
|
telegrinder/bot/polling/abc.py,sha256=-5BpX55SJfDlEJWt15yOXWCizQRrgeY5oiA5eHkm1Nw,434
|
|
50
|
-
telegrinder/bot/polling/polling.py,sha256=
|
|
50
|
+
telegrinder/bot/polling/polling.py,sha256=omSV2HhNIY78DTzll5yswRrEtYbbhFZGi5Q4QGHI_fE,4681
|
|
51
51
|
telegrinder/bot/rules/__init__.py,sha256=htt3Q3OkwBu8LXOMNoEvvLLqtnBQE88umPvLnk7B_kY,2311
|
|
52
52
|
telegrinder/bot/rules/abc.py,sha256=OJ7QLY-mpuIRU0xPzH_iePLgx15asg7DpbIoXKdzQ6I,3453
|
|
53
53
|
telegrinder/bot/rules/adapter/__init__.py,sha256=jFWpi3te8n-Ega3caCwLiA3iTW7F86brae0TZzH_BaU,231
|
|
54
54
|
telegrinder/bot/rules/adapter/abc.py,sha256=VxRGQbNtdfA6gZyTk0JjJBdB5n_7g6uwseewtovZEK8,558
|
|
55
55
|
telegrinder/bot/rules/adapter/errors.py,sha256=2r_UBTWm5-heU-NchBfobC1f848EWeC64nKvprGnAAY,73
|
|
56
|
-
telegrinder/bot/rules/adapter/event.py,sha256=
|
|
56
|
+
telegrinder/bot/rules/adapter/event.py,sha256=SHCKW-bE0LS9jK6v2ciZTi5ELVw8WLcYJQ5b2qD53kc,2160
|
|
57
57
|
telegrinder/bot/rules/adapter/raw_update.py,sha256=K0bwq3Hh-hIs_xbEYDOgZHMS4r-Zvo3VKs1B3gkJLGA,752
|
|
58
|
-
telegrinder/bot/rules/callback_data.py,sha256=
|
|
58
|
+
telegrinder/bot/rules/callback_data.py,sha256=_-T3Mg0o0xmYwcXBn5a4dkIuXuCntK8EQ0WSvvMTqsE,5452
|
|
59
59
|
telegrinder/bot/rules/chat_join.py,sha256=pWVMhrKi40-1vhBNQqV24i98GGJ0SwhagrvGeL1hMas,1401
|
|
60
60
|
telegrinder/bot/rules/command.py,sha256=2qzcLr_r4g7i5Hndhfd7zyoDfVCLPplr-Ijbr_yE4jo,3322
|
|
61
61
|
telegrinder/bot/rules/enum_text.py,sha256=O8J1xm5AtLnLVfIIbY1B1lygm9XLZ86YeApa4LuDn1o,954
|
|
62
62
|
telegrinder/bot/rules/func.py,sha256=rhLXf6FjS0p3Nx1ZHqmV7uelUYJOkCf1gwc-SZSyRCo,707
|
|
63
|
-
telegrinder/bot/rules/fuzzy.py,sha256=
|
|
63
|
+
telegrinder/bot/rules/fuzzy.py,sha256=1rYcrMlv2Kepj-OQj-2G40OfelbqW8HGNqnujWwZWzw,700
|
|
64
64
|
telegrinder/bot/rules/inline.py,sha256=TKJfn2pdpQiFE8nkEZ2saH1oZzynxxd6unAdPJSXV3w,1946
|
|
65
65
|
telegrinder/bot/rules/integer.py,sha256=iZWctQQbrUV5kIhv8GI-O3iYzeI2d0dUdQ8uCaLB9gQ,531
|
|
66
|
-
telegrinder/bot/rules/is_from.py,sha256=
|
|
67
|
-
telegrinder/bot/rules/markup.py,sha256=
|
|
68
|
-
telegrinder/bot/rules/mention.py,sha256=
|
|
66
|
+
telegrinder/bot/rules/is_from.py,sha256=RXWAS9cG_3Eh9poP0LPzHCrSW7LC0ld2T6Q-Q7d1QaQ,4839
|
|
67
|
+
telegrinder/bot/rules/markup.py,sha256=M81xQ9XJo1uxBXgEU9CY3TVzVANWNVa0JdobBk1Bdcg,1098
|
|
68
|
+
telegrinder/bot/rules/mention.py,sha256=aVhqRHn48f85f3v-gaA-vFh9lI8D9-Ho7akO-Jmryi4,459
|
|
69
69
|
telegrinder/bot/rules/message.py,sha256=XQ2gV9ivOHuIfNl-565ncmPLKDtlbNrXozURRK-GJyA,419
|
|
70
70
|
telegrinder/bot/rules/message_entities.py,sha256=QyzpQ6avhI6WniafDHtGZ5PVwyHn6JGffbhU4uA5gE8,1100
|
|
71
|
-
telegrinder/bot/rules/regex.py,sha256=
|
|
72
|
-
telegrinder/bot/rules/rule_enum.py,sha256=
|
|
73
|
-
telegrinder/bot/rules/start.py,sha256=
|
|
71
|
+
telegrinder/bot/rules/regex.py,sha256=amd_vIBNGL-Pce-rjRHDi2WXeB4zDTgjsin1d9wQr7Y,1171
|
|
72
|
+
telegrinder/bot/rules/rule_enum.py,sha256=86Qc7mVaMuMLkBv4EtW24IO1-B223h0QEAK2_i79cNk,2059
|
|
73
|
+
telegrinder/bot/rules/start.py,sha256=NyzyPu1t4J60EH44ErP3QpOZFA-Uhhmce2-cjOItN50,1176
|
|
74
74
|
telegrinder/bot/rules/text.py,sha256=MIEbbIu6X2zcOD70hM0TrQI4jN2ulKmuREos3BN7Ii4,1178
|
|
75
75
|
telegrinder/bot/rules/update.py,sha256=0ccDDD4QW2qx6hBMwNteUnGRbsGbrdE2fCkCx6AmuEA,480
|
|
76
76
|
telegrinder/bot/scenario/__init__.py,sha256=Ehe2uH-eQ-vRBPxIzdmE23B-FBOAa9YQyndmb6K8C5E,166
|
|
77
77
|
telegrinder/bot/scenario/abc.py,sha256=3AZYRjZlkbDtyFbsKdZ6BefzWYlJ0DOrGwh8jI3nzv4,474
|
|
78
|
-
telegrinder/bot/scenario/checkbox.py,sha256=
|
|
79
|
-
telegrinder/bot/scenario/choice.py,sha256=-
|
|
78
|
+
telegrinder/bot/scenario/checkbox.py,sha256=ULsdt40AXqqiTnN5iXiiw5TJ7j4IFoQOg92TF3zg_XA,4152
|
|
79
|
+
telegrinder/bot/scenario/choice.py,sha256=-Jes6CHx8nWgoKSClkDc3Y62t5IoG6HF1Ud3LG6yWZg,1519
|
|
80
80
|
telegrinder/client/__init__.py,sha256=ZiS1Wb_l_kv3FHzEEi1oXtFLwlA_HXmWOzeN0xA3E7Y,104
|
|
81
81
|
telegrinder/client/abc.py,sha256=OxsTX_PLYBEeFT9zpidFUzAbQL9BM7rQqru7zdn5DiQ,1611
|
|
82
|
-
telegrinder/client/aiohttp.py,sha256=
|
|
83
|
-
telegrinder/model.py,sha256=
|
|
84
|
-
telegrinder/modules.py,sha256=
|
|
82
|
+
telegrinder/client/aiohttp.py,sha256=AqmuHd6Z3zy96YBe7xIMC4U8Hi9SA7j-0EI7xYE3ZCU,4085
|
|
83
|
+
telegrinder/model.py,sha256=F6lJAgNMTi7krCRDgATRSKiVbw7s-mJlt-hyo1TxUwU,4759
|
|
84
|
+
telegrinder/modules.py,sha256=_-xjQBCOpS63FXPlFdAIOQOFb0v0P9bcyPUYakOoSqE,7785
|
|
85
85
|
telegrinder/msgspec_json.py,sha256=phfyhUvYYZUGEcI6RAyRx9lnARPK_Fqtw3Q0MEJnuUk,226
|
|
86
|
-
telegrinder/msgspec_utils.py,sha256=
|
|
86
|
+
telegrinder/msgspec_utils.py,sha256=4K9Tgjzko7p_yQlo5Wm2X2qpWgdRNyWg4_cGZITD7zE,8199
|
|
87
87
|
telegrinder/node/__init__.py,sha256=QfIzKIzRxYjnphilZMecZ2Wj-RpQ6RGvGUHdC9AtQ38,706
|
|
88
|
-
telegrinder/node/attachment.py,sha256=
|
|
89
|
-
telegrinder/node/base.py,sha256=
|
|
90
|
-
telegrinder/node/composer.py,sha256=
|
|
88
|
+
telegrinder/node/attachment.py,sha256=Dd6J7a8-S3UqHQ_JZ4sFupqw0aDElz_zRJRWpHPX9OE,2877
|
|
89
|
+
telegrinder/node/base.py,sha256=bgQZdkbwJD9RhTqyybSATDqnlMYvS_i6USZ6UAxNSxk,2201
|
|
90
|
+
telegrinder/node/composer.py,sha256=k8PSEj9GUx6l3WJqBbNVRxTUc34h1h8zs15Ije_eHw4,2219
|
|
91
91
|
telegrinder/node/container.py,sha256=arXgXw92nVJVvsxCYAljUwPGGbKqLcu0qcdILWt09X8,632
|
|
92
|
-
telegrinder/node/message.py,sha256=
|
|
92
|
+
telegrinder/node/message.py,sha256=2SRVmkcZJZT6AUOihLSUmdyMxhjkkT4VU5tmiQ71OwQ,465
|
|
93
93
|
telegrinder/node/rule.py,sha256=-Hww0foPCg3-uk1w6lKGSeKEekbnVLP9W9fOShJ35Dc,1708
|
|
94
|
-
telegrinder/node/source.py,sha256=
|
|
95
|
-
telegrinder/node/text.py,sha256=
|
|
94
|
+
telegrinder/node/source.py,sha256=atv84Ehu0icpfqRdFCMvhCxiIx2htxf0Q2PGM59kmUU,787
|
|
95
|
+
telegrinder/node/text.py,sha256=j9fqOuGtGaaeRxawqDU9QT-duQ--XD8FH5kXj1ILTiM,351
|
|
96
96
|
telegrinder/node/tools/__init__.py,sha256=TI_o7MbS4DUOSkNNgJGLocXfRybPFv2WOhBty058wrY,57
|
|
97
97
|
telegrinder/node/tools/generator.py,sha256=rs7UcFxgnXgjiSdFPyChqZW4K4oRcmiPst6nYYOSrnw,1024
|
|
98
98
|
telegrinder/node/update.py,sha256=QD-m9soBgsP3voTbhaErWdE1FciwYyJCIFNDYf_zra0,253
|
|
99
99
|
telegrinder/rules.py,sha256=BFB8RFwKKxqs9HFfo_p0RfulQNonPZAX8cHpmnG7qCU,39
|
|
100
|
-
telegrinder/tools/__init__.py,sha256=
|
|
101
|
-
telegrinder/tools/buttons.py,sha256=
|
|
100
|
+
telegrinder/tools/__init__.py,sha256=rEVbGICWyacwGe_HmE_yTjK3ySAr37khJN3PumFNnZQ,2961
|
|
101
|
+
telegrinder/tools/buttons.py,sha256=0p-hebPWNVPfX6f_8CNtruRZ_W9monthz0Mb3rwPFRY,2414
|
|
102
102
|
telegrinder/tools/error_handler/__init__.py,sha256=WmYWZCNhhSk32j4lIOltEwzoYUx086TGTbOF5h3Ps7s,207
|
|
103
|
-
telegrinder/tools/error_handler/abc.py,sha256=
|
|
104
|
-
telegrinder/tools/error_handler/error.py,sha256=
|
|
105
|
-
telegrinder/tools/error_handler/error_handler.py,sha256=
|
|
103
|
+
telegrinder/tools/error_handler/abc.py,sha256=w5t2sWa_xt9iy7pdphiFs1kgmsll7A7eaPbm3Yes8t0,888
|
|
104
|
+
telegrinder/tools/error_handler/error.py,sha256=3T2nbxL9vEXzZX2sxeUqpiEd5RPv-R1ZDT1Yjq9Fb4I,185
|
|
105
|
+
telegrinder/tools/error_handler/error_handler.py,sha256=yXlzbHv_h7XclD5xOZ9gWiawznGVxUBP3uX_kJlieHc,6313
|
|
106
106
|
telegrinder/tools/formatting/__init__.py,sha256=_oxb-4y_vyIgALlO2rfaa-azqicySpHHIcaYBrVPdSg,1609
|
|
107
|
-
telegrinder/tools/formatting/html.py,sha256=
|
|
108
|
-
telegrinder/tools/formatting/links.py,sha256=
|
|
107
|
+
telegrinder/tools/formatting/html.py,sha256=58WOeUBHqOBbSphyKj-4YomicYIQmiWFKd6c37RbaDg,8708
|
|
108
|
+
telegrinder/tools/formatting/links.py,sha256=ge9ZJflnfJEZIW8FGdsentzEsepyhSGwnk66tW9j7YI,1320
|
|
109
109
|
telegrinder/tools/formatting/spec_html_formats.py,sha256=akqgiKvRWQSYl3bgaX2UEVHfpZp-qBIOYdHmscjaXvI,2743
|
|
110
110
|
telegrinder/tools/global_context/__init__.py,sha256=QcNZpVTS-ZsPGdF4BQ10wnrfr1fZ3jX9aI-6It0nQxE,282
|
|
111
|
-
telegrinder/tools/global_context/abc.py,sha256=
|
|
112
|
-
telegrinder/tools/global_context/global_context.py,sha256=
|
|
111
|
+
telegrinder/tools/global_context/abc.py,sha256=NgaySAslYkYSN_FMwVjLG907PJs1kSNEBzb08VzJEQo,1668
|
|
112
|
+
telegrinder/tools/global_context/global_context.py,sha256=IRjsJRCgwQZLCsyI3GRPpay6brljOdOLFpGMCwE12sM,13712
|
|
113
113
|
telegrinder/tools/global_context/telegrinder_ctx.py,sha256=6vlUAtdDUTF_pbKByOBTwJm1Rst6m6LQnz59Lx1mV2g,647
|
|
114
114
|
telegrinder/tools/i18n/__init__.py,sha256=CLUoiCJzOZzF-dqDIHZ5Fc8QUa38cYhIG4WF-ctPLfE,288
|
|
115
115
|
telegrinder/tools/i18n/base.py,sha256=jxJVYiTplJaNeklkGiin-m7BkfZiac2fbVXTEdhNw6o,726
|
|
116
116
|
telegrinder/tools/i18n/middleware/__init__.py,sha256=y5ZX6s3fOix_Yn98UNO8VqQ7ihJbQ_e5Uz01RgL7pHg,82
|
|
117
|
-
telegrinder/tools/i18n/middleware/base.py,sha256=
|
|
117
|
+
telegrinder/tools/i18n/middleware/base.py,sha256=gGqcPxJLLC3f6XfV_0-drhr27TND40cL1Z5sNmC84lo,663
|
|
118
118
|
telegrinder/tools/i18n/simple.py,sha256=aVPhBZJQG33sq8uumF0DkSzpc-o13ZCCwAvmFnwfm8s,1589
|
|
119
119
|
telegrinder/tools/kb_set/__init__.py,sha256=k1KCQTnvEgJ2y4KlghhJWOh5rccwg_27cs8264NtMmk,156
|
|
120
120
|
telegrinder/tools/kb_set/base.py,sha256=mbZs-ViUErfSibzyN064IqZp76LBJPg3NB4D9v4VFtg,243
|
|
121
121
|
telegrinder/tools/kb_set/yaml.py,sha256=rDoVkdfxp3gz-pS82nB1LDQU8cyckErwMee4nCXHunI,2027
|
|
122
122
|
telegrinder/tools/keyboard.py,sha256=oHwFnqj_pmKsxI6AnvFgZWQYqSkyK-Lgnnd6qbNTmEI,3730
|
|
123
|
+
telegrinder/tools/limited_dict.py,sha256=rSWMDxgMVyhVj4z4q_JHoJGd16RE23EnsZS7wkYmw-k,1082
|
|
123
124
|
telegrinder/tools/loop_wrapper/__init__.py,sha256=ZQ5jmE1lOKnqJlMZ9k2OYmjvOEhOlHPijUWqZ4nHIgk,165
|
|
124
125
|
telegrinder/tools/loop_wrapper/abc.py,sha256=ET_Dp-kRz75Jo1fZB3qofUgEXN4FqlU0xH2diESKGCM,266
|
|
125
|
-
telegrinder/tools/loop_wrapper/loop_wrapper.py,sha256=
|
|
126
|
+
telegrinder/tools/loop_wrapper/loop_wrapper.py,sha256=4JvtVIy14oAMYUy0Z3hayFqFXvoh6cBdgmnFHMo4s0Y,5701
|
|
126
127
|
telegrinder/tools/magic.py,sha256=ijUw7LipMPn0vO7UJzUpx5kNNRL_MTFArTxnxn_8qEU,1855
|
|
127
128
|
telegrinder/tools/parse_mode.py,sha256=JyQ-x9YAMPLhIIiUX01acyKkpWgs5TBA07W-iUyPHpE,92
|
|
128
|
-
telegrinder/types/__init__.py,sha256=
|
|
129
|
+
telegrinder/types/__init__.py,sha256=IDaQRxugF7lh8LHFjs1fjAQY9y6Z5en_j8CezBdoL7E,6036
|
|
129
130
|
telegrinder/types/enums.py,sha256=LRPPSB95NhKnt5hd3dW_wMhiGEzGjyWSo5bheAfyz_s,19152
|
|
130
|
-
telegrinder/types/methods.py,sha256=
|
|
131
|
-
telegrinder/types/objects.py,sha256=
|
|
132
|
-
telegrinder/verification_utils.py,sha256=
|
|
133
|
-
telegrinder-0.1.
|
|
134
|
-
telegrinder-0.1.
|
|
135
|
-
telegrinder-0.1.
|
|
136
|
-
telegrinder-0.1.
|
|
131
|
+
telegrinder/types/methods.py,sha256=XpyM-YbjOj-7MPZBfLt3lhvNgLLXzx26t3DkZzaaAGc,185746
|
|
132
|
+
telegrinder/types/objects.py,sha256=nJIU4UUTdWAW_t_v30JI6y1vwkKY1g_essO-G8p2HeE,228423
|
|
133
|
+
telegrinder/verification_utils.py,sha256=ZUgHsouZjs930D5rI_w7VGy0ub69vovwKXeKjqgrSNc,1028
|
|
134
|
+
telegrinder-0.1.dev168.dist-info/LICENSE,sha256=J9ngGsqHCNNjpm3xYPT7EnlzsnjhfqNXej5mJFjM6lw,1094
|
|
135
|
+
telegrinder-0.1.dev168.dist-info/METADATA,sha256=RdF6R_kPU7KoIJVFIdcCFBHkuz35NT_lp-tV2BVbjfs,2920
|
|
136
|
+
telegrinder-0.1.dev168.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
137
|
+
telegrinder-0.1.dev168.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|