hiddifypanel 8.0.0.dev37__py3-none-any.whl → 8.0.0.dev38__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.
hiddifypanel/VERSION CHANGED
@@ -1 +1 @@
1
- 8.0.0.dev37
1
+ 8.0.0.dev38
hiddifypanel/VERSION.py CHANGED
@@ -1,3 +1,3 @@
1
- __version__='8.0.0.dev37'
1
+ __version__='8.0.0.dev38'
2
2
  from datetime import datetime
3
3
  __release_date__= datetime.strptime('2023-08-19','%Y-%m-%d')
@@ -36,7 +36,7 @@ class UserView(FlaskView):
36
36
  # user_agent = user_agents.parse(request.user_agent.string)
37
37
 
38
38
  # return render_template('home/multi.html',**c,ua=user_agent)
39
- @route('/auto')
39
+ @route('/auto_sub')
40
40
  def auto_sub(self):
41
41
  ua = request.user_agent.string
42
42
  if re.match('^([Cc]lash-verge|[Cc]lash-?[Mm]eta)', ua):
@@ -45,6 +45,11 @@ class UserView(FlaskView):
45
45
  return self.clash_config(meta_or_normal="normal")
46
46
  return self.all_configs(base64=True)
47
47
 
48
+ @route('/auto')
49
+ def auto_select(self):
50
+ c = get_common_data(g.user_uuid, mode="new")
51
+ return render_template('home/handle_smart.html', **c)
52
+
48
53
  @route('/new/')
49
54
  @route('/new')
50
55
  @route('/')
@@ -126,7 +131,7 @@ class UserView(FlaskView):
126
131
  resp = ""
127
132
  else:
128
133
  resp = render_template('singbox_config.json', **c, host_keys=hiddify.get_hostkeys(True),
129
- ssh_client_version=hiddify.get_ssh_client_version(user), ssh_ip=hiddify.get_ip(4), base64=False)
134
+ ssh_client_version=hiddify.get_ssh_client_version(user), ssh_ip=hiddify.get_direct_host_or_ip(4), base64=False)
130
135
  return add_headers(resp, c)
131
136
 
132
137
  @route('/all.txt', methods=["GET", "HEAD"])
@@ -3,8 +3,8 @@ msgid ""
3
3
  msgstr ""
4
4
  "Project-Id-Version: HiddifyPanel\n"
5
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2023-08-19 09:59+0200\n"
7
- "PO-Revision-Date: 2023-08-19 02:07-0500\n"
6
+ "POT-Creation-Date: 2023-08-19 10:56+0200\n"
7
+ "PO-Revision-Date: 2023-08-19 02:59-0500\n"
8
8
  "Last-Translator: hidden u\n"
9
9
  "Language-Team: English (USA)\n"
10
10
  "Language: en_US\n"
@@ -30,21 +30,21 @@ msgid "Access Denied"
30
30
  msgstr "Access Denied"
31
31
 
32
32
  # | msgid "Apply Configs"
33
- #: hiddifypanel/panel/hiddify.py:227
33
+ #: hiddifypanel/panel/hiddify.py:229
34
34
  msgid "admin.config.apply_configs"
35
35
  msgstr "Apply Configs"
36
36
 
37
37
  # | msgid ""
38
38
  # | "Configs have been changed successfully. Click %(link)s to apply the "
39
39
  # | "configs. It may take 2 minutes to apply"
40
- #: hiddifypanel/panel/hiddify.py:228
40
+ #: hiddifypanel/panel/hiddify.py:230
41
41
  msgid "config.validation-success"
42
42
  msgstr ""
43
43
  "Configs have been changed successfully. Click %(link)s to apply the configs."
44
44
  " It may take 2 minutes to apply"
45
45
 
46
46
  # | msgid " ✅ Configs have been changed successfully"
47
- #: hiddifypanel/panel/hiddify.py:230
47
+ #: hiddifypanel/panel/hiddify.py:232
48
48
  msgid "config.validation-success-no-reset"
49
49
  msgstr " ✅ Configs have been changed successfully"
50
50
 
@@ -57,14 +57,14 @@ msgstr " ✅ Configs have been changed successfully"
57
57
  #: hiddifypanel/panel/admin/DomainAdmin.py:179
58
58
  #: hiddifypanel/panel/admin/QuickSetup.py:126
59
59
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:107
60
- #: hiddifypanel/panel/hiddify.py:350
60
+ #: hiddifypanel/panel/hiddify.py:352
61
61
  msgid "Domain can not be resolved! there is a problem in your domain"
62
62
  msgstr ""
63
63
  "Domain can not be resolved! There is a problem in your domain. Please check "
64
64
  "your Domain configurations."
65
65
 
66
66
  # | msgid "Last Day"
67
- #: hiddifypanel/panel/hiddify.py:379
67
+ #: hiddifypanel/panel/hiddify.py:381
68
68
  msgid "0 - Last day"
69
69
  msgstr "Last Day"
70
70
 
@@ -72,7 +72,7 @@ msgstr "Last Day"
72
72
  # | "Selected Domain for REALITY is not in the same ASN. To better use of the
73
73
  # "
74
74
  # | "Protocol, it is better to find a Domain in the same ASN"
75
- #: hiddifypanel/panel/hiddify.py:661
75
+ #: hiddifypanel/panel/hiddify.py:663
76
76
  msgid ""
77
77
  "selected domain for REALITY is not in the same ASN. To better use of the "
78
78
  "protocol, it is better to find a domain in the same ASN."
@@ -3,8 +3,8 @@ msgid ""
3
3
  msgstr ""
4
4
  "Project-Id-Version: HiddifyPanel\n"
5
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2023-08-19 09:59+0200\n"
7
- "PO-Revision-Date: 2023-08-19 02:07-0500\n"
6
+ "POT-Creation-Date: 2023-08-19 10:56+0200\n"
7
+ "PO-Revision-Date: 2023-08-19 02:59-0500\n"
8
8
  "Last-Translator: hidden u\n"
9
9
  "Language: fa\n"
10
10
  "Language-Team: Persian\n"
@@ -30,7 +30,7 @@ msgid "Access Denied"
30
30
  msgstr "دسترسی غیر مجاز"
31
31
 
32
32
  # | msgid "Apply Configs"
33
- #: hiddifypanel/panel/hiddify.py:227
33
+ #: hiddifypanel/panel/hiddify.py:229
34
34
  msgid "admin.config.apply_configs"
35
35
  msgstr "اعمال تنظیمات"
36
36
 
@@ -38,14 +38,14 @@ msgstr "اعمال تنظیمات"
38
38
  # | "Configs have been changed successfully. Click %(link)s to apply the
39
39
  # configs."
40
40
  # | " It may take 2 minutes to apply"
41
- #: hiddifypanel/panel/hiddify.py:228
41
+ #: hiddifypanel/panel/hiddify.py:230
42
42
  msgid "config.validation-success"
43
43
  msgstr ""
44
44
  "تنظیمات با موفقیت ذخیره شدند. لطفا بر روی این لینک: %(link)s کلیک کنید تا"
45
45
  " بر روی سیستم اعمال شوند. این کار ممکن است 2 دقیقه طول بکشد"
46
46
 
47
47
  # | msgid " ✅ Configs have been changed successfully"
48
- #: hiddifypanel/panel/hiddify.py:230
48
+ #: hiddifypanel/panel/hiddify.py:232
49
49
  msgid "config.validation-success-no-reset"
50
50
  msgstr " ✅ تنظیمات با موفقیت تغییر کرد"
51
51
 
@@ -59,12 +59,12 @@ msgstr " ✅ تنظیمات با موفقیت تغییر کرد"
59
59
  #: hiddifypanel/panel/admin/DomainAdmin.py:179
60
60
  #: hiddifypanel/panel/admin/QuickSetup.py:126
61
61
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:107
62
- #: hiddifypanel/panel/hiddify.py:350
62
+ #: hiddifypanel/panel/hiddify.py:352
63
63
  msgid "Domain can not be resolved! there is a problem in your domain"
64
64
  msgstr "دامنه قابل دسترسی نیست! در دامنه شما مشکلی وجود دارد."
65
65
 
66
66
  # | msgid "Last Day"
67
- #: hiddifypanel/panel/hiddify.py:379
67
+ #: hiddifypanel/panel/hiddify.py:381
68
68
  msgid "0 - Last day"
69
69
  msgstr "آخرین روز"
70
70
 
@@ -72,7 +72,7 @@ msgstr "آخرین روز"
72
72
  # | "Selected Domain for REALITY is not in the same ASN. To better use of the
73
73
  # "
74
74
  # | "Protocol, it is better to find a Domain in the same ASN"
75
- #: hiddifypanel/panel/hiddify.py:661
75
+ #: hiddifypanel/panel/hiddify.py:663
76
76
  msgid ""
77
77
  "selected domain for REALITY is not in the same ASN. To better use of the "
78
78
  "protocol, it is better to find a domain in the same ASN."
@@ -3,8 +3,8 @@ msgid ""
3
3
  msgstr ""
4
4
  "Project-Id-Version: HiddifyPT\n"
5
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2023-08-19 09:59+0200\n"
7
- "PO-Revision-Date: 2023-08-19 02:07-0500\n"
6
+ "POT-Creation-Date: 2023-08-19 10:56+0200\n"
7
+ "PO-Revision-Date: 2023-08-19 02:59-0500\n"
8
8
  "Last-Translator: lymanrudni\n"
9
9
  "Language: pt\n"
10
10
  "Language-Team: Portuguese\n"
@@ -33,7 +33,7 @@ msgid "Access Denied"
33
33
  msgstr "Acesso negado"
34
34
 
35
35
  # | msgid "Apply Configs"
36
- #: hiddifypanel/panel/hiddify.py:227
36
+ #: hiddifypanel/panel/hiddify.py:229
37
37
  #, fuzzy
38
38
  msgid "admin.config.apply_configs"
39
39
  msgstr "Aplicar configurações"
@@ -42,7 +42,7 @@ msgstr "Aplicar configurações"
42
42
  # | "Configs have been changed successfully. Click %(link)s to apply the
43
43
  # configs."
44
44
  # | " It may take 2 minutes to apply"
45
- #: hiddifypanel/panel/hiddify.py:228
45
+ #: hiddifypanel/panel/hiddify.py:230
46
46
  #, fuzzy
47
47
  msgid "config.validation-success"
48
48
  msgstr ""
@@ -50,7 +50,7 @@ msgstr ""
50
50
  "aplicar as configurações. Pode levar 2 minutos para aplicar"
51
51
 
52
52
  # | msgid " ✅ Configs have been changed successfully"
53
- #: hiddifypanel/panel/hiddify.py:230
53
+ #: hiddifypanel/panel/hiddify.py:232
54
54
  #, fuzzy
55
55
  msgid "config.validation-success-no-reset"
56
56
  msgstr "✅ As configurações foram alteradas com sucesso"
@@ -65,7 +65,7 @@ msgstr "✅ As configurações foram alteradas com sucesso"
65
65
  #: hiddifypanel/panel/admin/DomainAdmin.py:179
66
66
  #: hiddifypanel/panel/admin/QuickSetup.py:126
67
67
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:107
68
- #: hiddifypanel/panel/hiddify.py:350
68
+ #: hiddifypanel/panel/hiddify.py:352
69
69
  #, fuzzy
70
70
  msgid "Domain can not be resolved! there is a problem in your domain"
71
71
  msgstr ""
@@ -73,7 +73,7 @@ msgstr ""
73
73
  "Verifique as configurações do seu Domínio."
74
74
 
75
75
  # | msgid "Last Day"
76
- #: hiddifypanel/panel/hiddify.py:379
76
+ #: hiddifypanel/panel/hiddify.py:381
77
77
  #, fuzzy
78
78
  msgid "0 - Last day"
79
79
  msgstr "Último dia"
@@ -82,7 +82,7 @@ msgstr "Último dia"
82
82
  # | "Selected Domain for REALITY is not in the same ASN. To better use of the
83
83
  # "
84
84
  # | "Protocol, it is better to find a Domain in the same ASN"
85
- #: hiddifypanel/panel/hiddify.py:661
85
+ #: hiddifypanel/panel/hiddify.py:663
86
86
  msgid ""
87
87
  "selected domain for REALITY is not in the same ASN. To better use of the "
88
88
  "protocol, it is better to find a domain in the same ASN."
@@ -3,8 +3,8 @@ msgid ""
3
3
  msgstr ""
4
4
  "Project-Id-Version: HiddifyPanel\n"
5
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2023-08-19 09:59+0200\n"
7
- "PO-Revision-Date: 2023-08-19 02:07-0500\n"
6
+ "POT-Creation-Date: 2023-08-19 10:56+0200\n"
7
+ "PO-Revision-Date: 2023-08-19 02:59-0500\n"
8
8
  "Last-Translator: hidden u\n"
9
9
  "Language: zh\n"
10
10
  "Language-Team: Chinese\n"
@@ -32,7 +32,7 @@ msgid "Access Denied"
32
32
  msgstr ""
33
33
 
34
34
  # | msgid "Apply Configs"
35
- #: hiddifypanel/panel/hiddify.py:227
35
+ #: hiddifypanel/panel/hiddify.py:229
36
36
  msgid "admin.config.apply_configs"
37
37
  msgstr "应用配置"
38
38
 
@@ -40,12 +40,12 @@ msgstr "应用配置"
40
40
  # | "Configs have been changed successfully. Click %(link)s to apply the
41
41
  # configs."
42
42
  # | " It may take 2 minutes to apply"
43
- #: hiddifypanel/panel/hiddify.py:228
43
+ #: hiddifypanel/panel/hiddify.py:230
44
44
  msgid "config.validation-success"
45
45
  msgstr "配置已成功更改。单击 %(link)s 以应用配置。申请可能需要 2 分钟。"
46
46
 
47
47
  # | msgid " ✅ Configs have been changed successfully"
48
- #: hiddifypanel/panel/hiddify.py:230
48
+ #: hiddifypanel/panel/hiddify.py:232
49
49
  #, fuzzy
50
50
  msgid "config.validation-success-no-reset"
51
51
  msgstr "配置已成功更改。"
@@ -60,12 +60,12 @@ msgstr "配置已成功更改。"
60
60
  #: hiddifypanel/panel/admin/DomainAdmin.py:179
61
61
  #: hiddifypanel/panel/admin/QuickSetup.py:126
62
62
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:107
63
- #: hiddifypanel/panel/hiddify.py:350
63
+ #: hiddifypanel/panel/hiddify.py:352
64
64
  msgid "Domain can not be resolved! there is a problem in your domain"
65
65
  msgstr "域名无法解析!你的域有问题"
66
66
 
67
67
  # | msgid "Last Day"
68
- #: hiddifypanel/panel/hiddify.py:379
68
+ #: hiddifypanel/panel/hiddify.py:381
69
69
  #, fuzzy
70
70
  msgid "0 - Last day"
71
71
  msgstr "0 - 最后一天"
@@ -74,7 +74,7 @@ msgstr "0 - 最后一天"
74
74
  # | "Selected Domain for REALITY is not in the same ASN. To better use of the
75
75
  # "
76
76
  # | "Protocol, it is better to find a Domain in the same ASN"
77
- #: hiddifypanel/panel/hiddify.py:661
77
+ #: hiddifypanel/panel/hiddify.py:663
78
78
  #, fuzzy
79
79
  msgid ""
80
80
  "selected domain for REALITY is not in the same ASN. To better use of the "
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hiddifypanel
3
- Version: 8.0.0.dev37
3
+ Version: 8.0.0.dev38
4
4
  Summary: hiddifypanel multi proxy panel
5
5
  Home-page: https://github.com/hiddify/hiddify-config/
6
6
  Author: hiddify
@@ -1,6 +1,6 @@
1
1
  hiddifypanel/Events.py,sha256=mkIsfz4YQqegdeFgH4quxvLIx7AundtjAW6HBSP9I-M,719
2
- hiddifypanel/VERSION,sha256=jYFJrNd7kjYDbDVgOhKAW2TVmJuTM_B32Ntt_60uUBQ,12
3
- hiddifypanel/VERSION.py,sha256=I2rP6zCa3z2AcZHmK4u293yAYPabd3-FuFWbXMjEkLM,117
2
+ hiddifypanel/VERSION,sha256=nZnWe1C5aOPT1Y4ggO4VM865uHjennF2jc-wVn6Ld4A,12
3
+ hiddifypanel/VERSION.py,sha256=O5sAPC1UDFVixgv9waFt15eOFtHB4_fd4-RrUhpyvF8,117
4
4
  hiddifypanel/__init__.py,sha256=b4nIILUBiDaAWF1Mnkew84MxzR5OeWogcVbR-gpnbrA,217
5
5
  hiddifypanel/__main__.py,sha256=GaHLsnu3y4zNTh6x-9kuZLOYaShltkG96rRAHOuMLak,270
6
6
  hiddifypanel/base.py,sha256=choHdG5ctEX-jftutIb9hh3Kdu5oV3HOJpQv9KQBt24,2640
@@ -82,7 +82,7 @@ hiddifypanel/panel/commercial/templates/parent_dash.html,sha256=pMZRHQRxb2blYe0f
82
82
  hiddifypanel/panel/user/__init__.py,sha256=C1oDWpEwa_bNdrff9I33_m9h2F_ma0_Ruu6T1QfMlMI,1047
83
83
  hiddifypanel/panel/user/link_maker.html,sha256=g420NAm_fUI8asYjyfCiXyUOIwEQfDPonZA9xh3p0-8,177
84
84
  hiddifypanel/panel/user/link_maker.py,sha256=IcR_HrywEfXfOt8bc_UG6I0Dr-ERHHmXzrSMIb9T0Vc,19600
85
- hiddifypanel/panel/user/user.py,sha256=7xjoJkKHCfxBDRoA65Wit0zIBWQvXMZllHcV5o-Fl8s,11693
85
+ hiddifypanel/panel/user/user.py,sha256=V47ibe2KIbv5_hl3joXqLWedKzTOW-35RiqEjm4rTnQ,11875
86
86
  hiddifypanel/panel/user/templates/all_configs copy.txt,sha256=ivn6fiOLnn4R7WLoKiPFbW-oOu-v1hdSqOW-sSeYmXA,510
87
87
  hiddifypanel/panel/user/templates/all_configs.txt,sha256=q_Is8KCiiQcowf9-xsPj34YFILgk3cyAGULBfrf7vdg,1126
88
88
  hiddifypanel/panel/user/templates/clash_config copy.yml,sha256=_BIDTWAe6St7f0Q3KhNAYuQsVqQDmx_5ayElt5Gs-fw,7537
@@ -680,17 +680,17 @@ hiddifypanel/templates/macros.html,sha256=lvw_I1hYTx5mq5e9j9kwbNp5n_WDdjFgwKzI3J
680
680
  hiddifypanel/templates/master.html,sha256=VDhR902TCiMu6pnGrHDlsGYCR8PKKvBZcgiX00D4SP8,20817
681
681
  hiddifypanel/templates/static.html,sha256=jp6q4wtx-k2A_cjqJoNiMS7Ee30arE45qI3ev4d5ky4,165
682
682
  hiddifypanel/templates/hiddify-flask-admin/list.html,sha256=St0TD6-ZIJ24A6Akbh51JNkTEOpimFq2iiRydcUjQlA,13642
683
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=T2HXxDmwUVyECz0E6DoncjdP8HZQGxcIVETAN642_58,56516
684
- hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=yNdZR1I5ozXP1Hk4S_SV7aD-cBR4rOFkYE6r4H08R2E,156319
685
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=xL0ERGvExtlG0W3T-kIZjfxqizf-ZApnspD0SyHZa8I,76128
686
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=k0pheP_-InferlzmQKXzRkXVBPQMu773pQ3kZxu_I8s,178850
687
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=Uz6O8OXCeqDpvXl951qVgzO4JyWnBBu9DuPBSCrrydg,58497
688
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=Gq-ljWmO2ZPBMReagvLPEG8Z2iejx77iFGQukNhTTOY,154481
689
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=GLbYc5tdC-h5o7GsxwF-oFrvI6ogYuBI2MnOZaKFTAg,48399
690
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=jXTS6YxiWYRcLmUtKD3c1_h2y7dHWZ6bskpK89ThR7Q,149696
691
- hiddifypanel-8.0.0.dev37.dist-info/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
692
- hiddifypanel-8.0.0.dev37.dist-info/METADATA,sha256=PKjjVjGybHuKHAZ84kE4aF5FZWS9ORKoYSkHrir8q6I,2860
693
- hiddifypanel-8.0.0.dev37.dist-info/WHEEL,sha256=5sUXSg9e4bi7lTLOHcm6QEYwO5TIF1TNbTSVFVjcJcc,92
694
- hiddifypanel-8.0.0.dev37.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
695
- hiddifypanel-8.0.0.dev37.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
696
- hiddifypanel-8.0.0.dev37.dist-info/RECORD,,
683
+ hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=xnff6iCBcueiMGEIMKbly4HviFMTA-16GGyfVkrf3p4,56516
684
+ hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=iWXgbDRWk1k3dHxKh6rNejSTWRx1e1_q6xTzOMMBKcs,156319
685
+ hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=LvNGbqXkXzNSeeOuWnkCbc2gcI1xCwethBex-owbqZA,76128
686
+ hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=k6odsdsT0kj-BtHhn-pC1SzZyW9l0jRfpy56QvjOBAI,178850
687
+ hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=X2s2s0OlYAgFOR2DE-z3ipYPBzH8ZCFT0An7h9P96lw,58497
688
+ hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=iWOzoDCWOUX5R8r3-EE51ErJ9MLysBzeogNc8WJJ8gM,154481
689
+ hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=bdtsmdUduwnWcJKByJ2sAIro52nE4CZXQOobxnYiWIA,48399
690
+ hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=ModVcf3yJP1eFOuoU54jH7b24a8pZUgrdIHcv1WVF8Y,149696
691
+ hiddifypanel-8.0.0.dev38.dist-info/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
692
+ hiddifypanel-8.0.0.dev38.dist-info/METADATA,sha256=iyzLCYd66f3_BOCsTLJc-jmC9c758A0unBqLG9vCMZ4,2860
693
+ hiddifypanel-8.0.0.dev38.dist-info/WHEEL,sha256=5sUXSg9e4bi7lTLOHcm6QEYwO5TIF1TNbTSVFVjcJcc,92
694
+ hiddifypanel-8.0.0.dev38.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
695
+ hiddifypanel-8.0.0.dev38.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
696
+ hiddifypanel-8.0.0.dev38.dist-info/RECORD,,