Python框架之上的mushclient API
资 源 简 介
A Python framework built on top of the Mushclient API. Provides a more "Pythonic" to build MUD robots. Currently, there are several modules available:
terminal.py
Construct a Python file-like object for the Mushclient"s notepads
objects.py
Trigger
Alias
Timer
coroutine.py
Decorate a callable to use it as a coroutine.
The package can be downloaded from here: http://code.google.com/p/mushpy/downloads/list
Here"s the documentation and usage retrieved from the source code:
=============
Terminal
=============
Help on class McTerminal in module mushpy.terminals:
class McTerminal
| Construct a Python file-like object for the Mushclient"s notepads.
|
| This is an abstraction of Mushclient"s notepads for the ease of use in
| Python. An ex
文 件 列 表
mushpy
common.py
consts.py
coroutine.py
DOC.txt
objects.py
terminals.py
tests
__init__.py