pymud 0.18.4.post3__py3-none-any.whl → 0.18.4.post4__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.
- pymud/settings.py +2 -2
- {pymud-0.18.4.post3.dist-info → pymud-0.18.4.post4.dist-info}/METADATA +2 -2
- {pymud-0.18.4.post3.dist-info → pymud-0.18.4.post4.dist-info}/RECORD +7 -7
- {pymud-0.18.4.post3.dist-info → pymud-0.18.4.post4.dist-info}/LICENSE.txt +0 -0
- {pymud-0.18.4.post3.dist-info → pymud-0.18.4.post4.dist-info}/WHEEL +0 -0
- {pymud-0.18.4.post3.dist-info → pymud-0.18.4.post4.dist-info}/entry_points.txt +0 -0
- {pymud-0.18.4.post3.dist-info → pymud-0.18.4.post4.dist-info}/top_level.txt +0 -0
pymud/settings.py
CHANGED
@@ -19,8 +19,8 @@ class Settings:
|
|
19
19
|
"APP 作者"
|
20
20
|
__email__ = "crapex@crapex.cc"
|
21
21
|
"APP 作者邮箱"
|
22
|
-
__website__ = "https://
|
23
|
-
"
|
22
|
+
__website__ = "https://pymud.readthedocs.org/"
|
23
|
+
"帮助文档发布网址"
|
24
24
|
|
25
25
|
server = {
|
26
26
|
"default_encoding" : "utf-8", # 服务器默认编码
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pymud
|
3
|
-
Version: 0.18.4.
|
3
|
+
Version: 0.18.4.post4
|
4
4
|
Summary: a MUD Client written in Python
|
5
5
|
Author-email: "newstart@pkuxkx" <crapex@crapex.cc>
|
6
6
|
Maintainer-email: "newstart@pkuxkx" <crapex@crapex.cc>
|
@@ -914,6 +914,6 @@ Requires-Dist: prompt-toolkit
|
|
914
914
|
### 0.18.4post2 (2024-02-20)
|
915
915
|
+ 问题调整:修改缓冲截取处理中的小BUG。
|
916
916
|
|
917
|
-
### 0.18.
|
917
|
+
### 0.18.4post4 (2024-02-23)
|
918
918
|
+ 功能调整:将帮助窗口中的链接改到帮助网址: https://pymud.readthedocs.org
|
919
919
|
+ 问题修复:修复了随包提供的pkuxkx.py样例脚本中的几处错误
|
@@ -7,10 +7,10 @@ pymud/pkuxkx.py,sha256=vWXHU6GF0HQ0eWb3LmxFVRP0cKnigffCX7Z-LJvwVtw,11496
|
|
7
7
|
pymud/protocol.py,sha256=F96Yq-1YO_5GN6QnJ4vMdNjCAzejVmDdsfrJguCjCeE,49120
|
8
8
|
pymud/pymud.py,sha256=wzRTMFoJSPol6H-G6CXvgK7j5n1aIvTkxnkrEvBIrn4,38587
|
9
9
|
pymud/session.py,sha256=br-2-BNsM7p7RmInSL5rZ5SjasYhV8xR9eM40ugOUZs,71438
|
10
|
-
pymud/settings.py,sha256=
|
11
|
-
pymud-0.18.4.
|
12
|
-
pymud-0.18.4.
|
13
|
-
pymud-0.18.4.
|
14
|
-
pymud-0.18.4.
|
15
|
-
pymud-0.18.4.
|
16
|
-
pymud-0.18.4.
|
10
|
+
pymud/settings.py,sha256=ZZP7lahf0ktSs_rwuSZOXpVmmwuGH-mweEteG2kTt1o,6565
|
11
|
+
pymud-0.18.4.post4.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
12
|
+
pymud-0.18.4.post4.dist-info/METADATA,sha256=mpki_wMEn86j9rNdXtJlU2J4xuKZbRKK11OhUuMXyr0,63456
|
13
|
+
pymud-0.18.4.post4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
14
|
+
pymud-0.18.4.post4.dist-info/entry_points.txt,sha256=diPUOtTkhgC1hVny7Cdg4aRhaHSynMQoraE7ZhJxUcw,37
|
15
|
+
pymud-0.18.4.post4.dist-info/top_level.txt,sha256=8Gp1eXjxixXjqhhti6tLCspV_8s9sNV3z5Em2_KRhD4,6
|
16
|
+
pymud-0.18.4.post4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|