RPC Client/Server library
Project description
Rpc gives you a consistent API for RPC protocols that doesn’t suck!
Because you too can have nice things
>>> from rpc import thrifty >>> import Service >>> with thrifty.client("localhost:45678", Service) as c: ... print c.ping()
Check out the documentation: http://www.deadpansincerity.com/docs/rpc
History
0.1.3 (2012-04-28)
Fixed dependency bugs from 0.1.1
0.1.1 (2012-04-28)
Added rpctl - support for creating well-behaved Unix Daemons for servers.
Fixed bugs with protocol in JSON RPC client initialization
0.1 (2012-04-07)
Added XML RPC support
Thrift, JSON RPC and JSONP functional
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rpc-0.1.3.tar.gz
(19.3 kB
view hashes)