Download List

專案描述

SpoonRPC is a library providing a distributed
message passing system in Python. It attempts to
be as simple to use as possible with little
boilerplate code. It provides safe, efficient
object serialization (not using pickle) and
message routing. RPC is not (currently)
implemented, despite the name.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-11-28 07:38
0.1.1

Minor updates were made to the API, all of which
are backwards compatible. Lots of changes were
made to make epydoc happy and generate
documentation properly. Some extra safety checks
were added to provide better feedback when things
aren't configured correctly.
標籤: Documentation

2006-11-20 22:56
0.1

In this initial version, sending, receiving and routing messages are all working. There are still unit tests to be written, documentation needed, and several important features planned.
標籤: Initial freshmeat announcement

Project Resources