Metadata-Version: 1.0
Name: spoonrpc
Version: 0.1
Summary: Distributed message passing IPC system
Home-page: http://www.zarrf.com/SpoonRPC
Author: Matt Sullivan
Author-email: matts at zarrf com
License: MIT
Download-URL: http://www.zarrf.com/SpoonRPC/SpoonRPC-0.1.tar.gz
Description: 
        Library providing a distributed message passing system in Python.  Attempts to be as simple to use as possible with little boilerplate code.  Provides safe, efficient object serialization (not using pickle) and message routing.
        
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Object Brokering
