yeref 0.25.15__py3-none-any.whl → 0.25.17__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.
yeref/yeref.py CHANGED
@@ -208,7 +208,7 @@ media_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/7556
208
208
  post_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425211.jpg'
209
209
  tonest_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425212.jpg'
210
210
  demo_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425213.jpg'
211
- demo_codex_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425217.jpg'
211
+ codex_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425217.jpg'
212
212
 
213
213
  demo_other1_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425218.jpg'
214
214
  demo_other2_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425219.jpg'
@@ -4225,27 +4225,27 @@ async def bots_by_inline(chat_id, message, BASE_D):
4225
4225
  ['👩🏽‍💻 @FereyBotBot', l_inline_bot[lz],
4226
4226
  "<a href='https://t.me/FereyBotBot?start=inline'>@FereyBotBot</a>", bot_app_jpg],
4227
4227
  ['👩🏽‍💻 @FereyPostBot', l_inline_post[lz],
4228
- "<a href='https://t.me/FereyPostBot?start=inline'>@FereyPostBot</a>", bot_post_jpg],
4228
+ "<a href='https://t.me/FereyPostBot?start=inline'>@FereyPostBot</a>", post_app_jpg],
4229
4229
  ['👩🏽‍💻 @FereyMediaBot', l_inline_media[lz],
4230
- "<a href='https://t.me/FereyMediaBot?start=inline'>@FereyMediaBot</a>", bot_media_jpg],
4230
+ "<a href='https://t.me/FereyMediaBot?start=inline'>@FereyMediaBot</a>", media_app_jpg],
4231
4231
  ['👩🏽‍💻 @FereyChannelBot', l_inline_channel[lz],
4232
- "<a href='https://t.me/FereyChannelBot?start=inline'>@FereyChannelBot</a>", bot_channel_jpg],
4232
+ "<a href='https://t.me/FereyChannelBot?start=inline'>@FereyChannelBot</a>", channel_app_jpg],
4233
4233
  ['👩🏽‍💻 @FereyGroupBot', l_inline_group[lz],
4234
- "<a href='https://t.me/FereyGroupBot?start=inline'>@FereyGroupBot</a>", bot_group_jpg],
4234
+ "<a href='https://t.me/FereyGroupBot?start=inline'>@FereyGroupBot</a>", group_app_jpg],
4235
4235
  ['👩🏽‍💻 @FereyFindBot', l_inline_find[lz],
4236
- "<a href='https://t.me/FereyFindBot?start=inline'>@FereyFindBot</a>", bot_find_jpg],
4236
+ "<a href='https://t.me/FereyFindBot?start=inline'>@FereyFindBot</a>", find_app_jpg],
4237
4237
  ['👩🏽‍💻 @FereyToolsBot', l_inline_tools[lz],
4238
- "<a href='https://t.me/FereyToolsBot?start=inline'>@FereyToolsBot</a>", bot_tools_jpg],
4238
+ "<a href='https://t.me/FereyToolsBot?start=inline'>@FereyToolsBot</a>", tools_app_jpg],
4239
4239
  ['👩🏽‍💻 @FereyStickerBot', l_inline_sticker[lz],
4240
- "<a href='https://t.me/FereyStickerBot?start=inline'>@FereyStickerBot</a>", bot_sticker_jpg],
4240
+ "<a href='https://t.me/FereyStickerBot?start=inline'>@FereyStickerBot</a>", sticker_app_jpg],
4241
4241
  ['👩🏽‍💻 @FereyAIBot', l_inline_ai[lz], "<a href='https://t.me/FereyAIBot?start=inline'>@FereyAIBot</a>",
4242
- bot_ai_jpg],
4242
+ ai_app_jpg],
4243
4243
  ['👩🏽‍💻 @FereyUserBot', l_inline_user[lz],
4244
- "<a href='https://t.me/FereyUserBot?start=inline'>@FereyUserBot</a>", bot_user_jpg],
4244
+ "<a href='https://t.me/FereyUserBot?start=inline'>@FereyUserBot</a>", user_app_jpg],
4245
4245
  ['👩🏽‍💻 @FereyTONestBot', l_inline_tonest[lz],
4246
- "<a href='https://t.me/FereyTONestBot?start=inline'>@FereyTONestBot</a>", bot_tonest_jpg],
4246
+ "<a href='https://t.me/FereyTONestBot?start=inline'>@FereyTONestBot</a>", tonest_app_jpg],
4247
4247
  ['👩🏽‍💻 @FereyCodexBot', l_inline_tonest[lz],
4248
- "<a href='https://t.me/FereyCodexBot?start=inline'>@FereyCodexBot</a>", bot_codex_jpg],
4248
+ "<a href='https://t.me/FereyCodexBot?start=inline'>@FereyCodexBot</a>", codex_app_jpg],
4249
4249
  ]
4250
4250
 
4251
4251
  for i in range(0, len(data)):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.25.15
3
+ Version: 0.25.17
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
@@ -0,0 +1,8 @@
1
+ yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
2
+ yeref/l_.py,sha256=N3yPzNW63KJY1CzaKok9Xa1wjLIL_a0X_CWEoCftqPg,1174453
3
+ yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
4
+ yeref/yeref.py,sha256=hMX8v-PLqXpnJXDGkDPspxkK6F0LNt-07GzLeZpCNxQ,1059511
5
+ yeref-0.25.17.dist-info/METADATA,sha256=8YBZjKhz02KUxShijgalhS0a9G1z-oXebXKtkwL0iGY,119
6
+ yeref-0.25.17.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ yeref-0.25.17.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
8
+ yeref-0.25.17.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
2
- yeref/l_.py,sha256=N3yPzNW63KJY1CzaKok9Xa1wjLIL_a0X_CWEoCftqPg,1174453
3
- yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
4
- yeref/yeref.py,sha256=KFzWiVocqNq4kIW9LfDCeNe7EGbLLn1lKyaWugO0O_0,1059512
5
- yeref-0.25.15.dist-info/METADATA,sha256=_ixBhAe_j0smws1D3H_uXreteBLvyQNy0GObCNOP7n8,119
6
- yeref-0.25.15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- yeref-0.25.15.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
8
- yeref-0.25.15.dist-info/RECORD,,