qtMUD is a Python package containing a MUD driver written by emsenn and released under the MIT License.
A Python MUD influenced by Inform7.
MudPY is a MUD (multi-user dungeon) engine written in Python, which aims to be cross-platform, extensible, and easy to work with. Configuration is kept in text files. UTF-8 clean input and output.
A FOSS library and toolkit written in python for building a MUD, MUX, MUSH, or MUCK. Games are implemented as regular Python modules. telnet in or use the built-in webapp. Comes with a demo. Designed to let you worry about the bits that you really care about, and the framework gets out of your way. Everything from objects to players are implemented as OOP classes. Examine the parser in more detail?
Github repo: https://github.com/evennia/evennia
A very, very simple MUD written in python. Little more than a toy, or an ad-hoc chat server. Can comfortably run in a very small or restricted environment. Really should be patched so it doesn't have to run as root.
A framework written in python for writing a MUD or interactivefiction. Can run as a console app or with a simple GUI that uses tkInter. Even has a webapp. Has a re-implementation of LPC-MUD's soul.c parser. Seems to be very complete insofar as IF is concerned, maybe the soul module will give me some hints for writing a parser.
Github repo: https://github.com/irmen/Tale
An experimental ssh and telnet server daemon written in python, meant for developing things like a BBS, a MUD, or a MOO. Built on top of Miniboa, Blessed, SQLitedict, Paramiko, and web.py. web CURSES enabled. Supports ANSI art.
A fairly simple telnet server written in python. Intended for use as a module to write a BBS or a MUD or something. Asynchronous in operation, single threaded in nature. Run from inside of your do-stuff loop so you decide when to poll for input from the network.