Evennia is a MUD server done completely in Python via Django and the Twisted
framework. The combination of these two technologies makes for very compact,
simple, and efficient code, leaving admins to develop their games around an
easy-to-use base. Due to its roots in Django, Evennia features heavy web
integration, and is very well-suited to the development of custom clients.