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 details)
File details
Details for the file rpc-0.1.3.tar.gz
.
File metadata
- Download URL: rpc-0.1.3.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b542351fc6107df50612db38e89732c7c6935f30be3b96689ab57053582ed2c5 |
|
MD5 | 6fcc62555eb220eb69afc31898b6964d |
|
BLAKE2b-256 | 6cef3a40c68b311df1f057cfbcb4a70a326a21a47ae730bb98e20531e12c13e6 |