pymud 0.19.2__py3-none-any.whl → 0.19.2.post1__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/pymud.py +4 -0
- pymud/session.py +2 -2
- {pymud-0.19.2.dist-info → pymud-0.19.2.post1.dist-info}/LICENSE.txt +674 -674
- {pymud-0.19.2.dist-info → pymud-0.19.2.post1.dist-info}/METADATA +7 -1
- pymud-0.19.2.post1.dist-info/RECORD +16 -0
- pymud/statemachine.py +0 -1525
- pymud-0.19.2.dist-info/RECORD +0 -17
- {pymud-0.19.2.dist-info → pymud-0.19.2.post1.dist-info}/WHEEL +0 -0
- {pymud-0.19.2.dist-info → pymud-0.19.2.post1.dist-info}/entry_points.txt +0 -0
- {pymud-0.19.2.dist-info → pymud-0.19.2.post1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pymud
|
3
|
-
Version: 0.19.2
|
3
|
+
Version: 0.19.2.post1
|
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>
|
@@ -943,3 +943,9 @@ Requires-Dist: prompt-toolkit
|
|
943
943
|
+ 功能调整: 变通解决了菜单栏右边单击 帮助 菜单会响应问题
|
944
944
|
+ 错误修复: 修复了会话关闭时插件卸载的代码错误
|
945
945
|
+ 功能调整: 在会话关闭、程序退出时增加等待,确保收到服务器断开命令之后才关闭和退出
|
946
|
+
|
947
|
+
### 0.19.2post1 (2024-03-23)
|
948
|
+
+ 问题修复: 在退出程序时增加了插件卸载调用
|
949
|
+
+ 实现调整: 在清除task的列表推导过程中去掉了类型判断以减少任务时间占用
|
950
|
+
+ 其他调整: 从包中删除了拷贝过来作为参考的文件
|
951
|
+
+ 帮助完善: 帮助文档逻辑完善
|
@@ -0,0 +1,16 @@
|
|
1
|
+
pymud/__init__.py,sha256=omHjGEuVQmEqHUG_OrE_hHkNO5bh-mStuhUmUQGa1HE,451
|
2
|
+
pymud/__main__.py,sha256=DXmwoh4Y2dzZfOw7sHQSXoPDKgYgORF0rASOCcbSvt4,4588
|
3
|
+
pymud/dialogs.py,sha256=SRNHOashupNi7128Bg_35J1rrI2TsZEakTbaMW5d9PU,5596
|
4
|
+
pymud/extras.py,sha256=_KhH1beYc3RdlTvN_Yf33KN_MGvD0MCuLYCvwpdvLE0,42062
|
5
|
+
pymud/objects.py,sha256=gJ0Fk10Rxiw-UC7LxmR2CzHrTCpsb5nZqUjglpHbOUA,29025
|
6
|
+
pymud/pkuxkx.py,sha256=vWXHU6GF0HQ0eWb3LmxFVRP0cKnigffCX7Z-LJvwVtw,11496
|
7
|
+
pymud/protocol.py,sha256=F96Yq-1YO_5GN6QnJ4vMdNjCAzejVmDdsfrJguCjCeE,49120
|
8
|
+
pymud/pymud.py,sha256=VYfz10eYgdnObOqbJPUpVj2tl6S2_7kcMnjCzPAmFds,39526
|
9
|
+
pymud/session.py,sha256=wZzJxid_9bxpAoaqWr1oJ1Lpb2vYhY2p2mgrWBfbUrY,89364
|
10
|
+
pymud/settings.py,sha256=yPrXme-EzJru3A_MXs_NsGml6F5Yzl4Y0jnipq3Fo78,7092
|
11
|
+
pymud-0.19.2.post1.dist-info/LICENSE.txt,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
12
|
+
pymud-0.19.2.post1.dist-info/METADATA,sha256=w-f_LGofRGkQtDk1R61wgt_LWHUOq3AE_nkK0u5vgGU,66470
|
13
|
+
pymud-0.19.2.post1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
14
|
+
pymud-0.19.2.post1.dist-info/entry_points.txt,sha256=diPUOtTkhgC1hVny7Cdg4aRhaHSynMQoraE7ZhJxUcw,37
|
15
|
+
pymud-0.19.2.post1.dist-info/top_level.txt,sha256=8Gp1eXjxixXjqhhti6tLCspV_8s9sNV3z5Em2_KRhD4,6
|
16
|
+
pymud-0.19.2.post1.dist-info/RECORD,,
|