rom24-quickmud-python 2.0.4__py3-none-any.whl → 2.0.5__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.
- {rom24_quickmud_python-2.0.4.dist-info → rom24_quickmud_python-2.0.5.dist-info}/METADATA +2 -2
- {rom24_quickmud_python-2.0.4.dist-info → rom24_quickmud_python-2.0.5.dist-info}/RECORD +6 -6
- {rom24_quickmud_python-2.0.4.dist-info → rom24_quickmud_python-2.0.5.dist-info}/WHEEL +0 -0
- {rom24_quickmud_python-2.0.4.dist-info → rom24_quickmud_python-2.0.5.dist-info}/entry_points.txt +0 -0
- {rom24_quickmud_python-2.0.4.dist-info → rom24_quickmud_python-2.0.5.dist-info}/licenses/LICENSE +0 -0
- {rom24_quickmud_python-2.0.4.dist-info → rom24_quickmud_python-2.0.5.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rom24-quickmud-python
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.5
|
|
4
4
|
Summary: A modern Python port of the ROM 2.4b6 MUD engine with full telnet server and JSON world loading
|
|
5
5
|
Author-email: Mark Jedrzejczyk <mark.jedrzejczyk@gmail.com>
|
|
6
6
|
Maintainer-email: Mark Jedrzejczyk <mark.jedrzejczyk@gmail.com>
|
|
@@ -154,7 +154,7 @@ python -m mud # Start development server
|
|
|
154
154
|
|
|
155
155
|
## 🎯 Project Status
|
|
156
156
|
|
|
157
|
-
- **Version**: 2.0.
|
|
157
|
+
- **Version**: 2.0.5 (Production Ready)
|
|
158
158
|
- **Test Coverage**: 200/200 tests passing (100% success rate)
|
|
159
159
|
- **Performance**: Full test suite completes in ~16 seconds
|
|
160
160
|
- **Compatibility**: Python 3.10+, cross-platform
|
|
@@ -158,9 +158,9 @@ mud/world/look.py,sha256=hZMI-xKSg9d3O_z267iT3DcfCTaS0eDe1EFvrSiI8Uo,1269
|
|
|
158
158
|
mud/world/movement.py,sha256=-Xe5j_tvJYNfMvJrBJrUrdiTr3nVPXGrHc-4qvPkGME,18758
|
|
159
159
|
mud/world/vision.py,sha256=q8VjzSzm0cbNrHX6-o0j1UG-jlcM3Z9bzUxK6T-Bsi8,9862
|
|
160
160
|
mud/world/world_state.py,sha256=W9ABMADlY5H-ZmywACsryFKZp34OufjzMRD6WT331qg,7917
|
|
161
|
-
rom24_quickmud_python-2.0.
|
|
162
|
-
rom24_quickmud_python-2.0.
|
|
163
|
-
rom24_quickmud_python-2.0.
|
|
164
|
-
rom24_quickmud_python-2.0.
|
|
165
|
-
rom24_quickmud_python-2.0.
|
|
166
|
-
rom24_quickmud_python-2.0.
|
|
161
|
+
rom24_quickmud_python-2.0.5.dist-info/licenses/LICENSE,sha256=anQ2j9As6sIC8tZgQCXbo0-09JDH9vPiqhA9djnOvkY,1078
|
|
162
|
+
rom24_quickmud_python-2.0.5.dist-info/METADATA,sha256=Z3PNHTL2RbiABPXCTE8GW-bVsmL51EOaWINNW4fB4BU,12983
|
|
163
|
+
rom24_quickmud_python-2.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
164
|
+
rom24_quickmud_python-2.0.5.dist-info/entry_points.txt,sha256=VFru08UQTXZA_CkK-NBjJmWHyEX5a3864fQHjhaojbw,41
|
|
165
|
+
rom24_quickmud_python-2.0.5.dist-info/top_level.txt,sha256=Fk1WPmabIIjp7_iZXLYpbAVqiq7lG7TeAHt30AsOKtQ,4
|
|
166
|
+
rom24_quickmud_python-2.0.5.dist-info/RECORD,,
|
|
File without changes
|
{rom24_quickmud_python-2.0.4.dist-info → rom24_quickmud_python-2.0.5.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{rom24_quickmud_python-2.0.4.dist-info → rom24_quickmud_python-2.0.5.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{rom24_quickmud_python-2.0.4.dist-info → rom24_quickmud_python-2.0.5.dist-info}/top_level.txt
RENAMED
|
File without changes
|