Skip to main content

A more beautiful JSON-RPC implemenation in python

Project description

Python Symmetric JSON-RPC

“A more beautiful JSON-RPC implemenation in python.”

A JSON-RPC (see http://json-rpc.org) implementation for Python, with the following features:

  • Symmetric - both the connecting and the listening process can send and receive method calls, there is no specific “server” or “client” process, and no difference between the two connection ends apart from who initiates the connection.

  • Asynchronous - calls can be interlieved with new calls initiated before a previous call has returned.

  • Thread-safe - calls to the remote side can be done from multiple threads without any locking.

  • Transport agnostic - can run on top of anything that resembles a socket the slightest (e.g. OpenSSL)

What this really drills down to is that this library implements the full specification of JSON-RPC over sockets, something no other implementation of JSON-RPC for Python does.

For usage details, look at the examples in the “examples” directory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

symmetricjsonrpc-0.1.0.tar.gz (9.9 kB view details)

Uploaded Source

File details

Details for the file symmetricjsonrpc-0.1.0.tar.gz.

File metadata

File hashes

Hashes for symmetricjsonrpc-0.1.0.tar.gz
Algorithm Hash digest
SHA256 67f64d9d2133a3da025a6cbc3ea52d824275ffea40fd1f367dd768ade38dc3db
MD5 814cb751ee1a97b4af281548a9a61ae1
BLAKE2b-256 f348720994a7d45ae1ce2011a92f8751752a565831bed767684291cb9dc51318

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page