Skip to main content

A library for writing asynchronous JSON-RPC servers and clients in Python, using Twisted.

Project description

Introduction

A library for writing asynchronous JSON-RPC servers and clients in Python, using Twisted. It aims to be as simple and easy to understand (and hack) as possible.

Read more about JSON-RPC at http://www.jsonrpc.org/

Features

  • Support for HTTP and HTTPS as protocol (via twisted.web), more might come in the future.

  • Support for HTTP authentization - only basic, not digest; use SSL for better security.

  • Full standards compliance.

  • Support both JSON-RPC standards at once - great if you don’t control your clients.

  • ‘Just work’ with various clients (i.e. PHP, C++, JavaScript…).

  • Detailed examples :-) .

TODO

  • More tests, better (functionality) coverage. This applies to every project, always :-) .

  • Finish support for netstring protocol.

Notes

  • JSON is well readable for a human. It’s easy to use Wireshark (www.wireshark.org) or similar for debugging.

  • JSON-RPC version 1 doesn’t talk about batch requests. In order to support both standards at once, fastjsonrpc supports it just like in version 2. It ties JSON-RPC version to the method call, not the request as a whole.

  • I didn’t test the JSON Class hinting, as mentioned in the version 1 spec. I leave this to the JSON parsing capabilities of respective libraries.

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

fastjsonrpc-0.2.3.tar.gz (7.8 kB view details)

Uploaded Source

File details

Details for the file fastjsonrpc-0.2.3.tar.gz.

File metadata

  • Download URL: fastjsonrpc-0.2.3.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for fastjsonrpc-0.2.3.tar.gz
Algorithm Hash digest
SHA256 6c792eb48b6a88889dbaa83e2d61450f6a178271deac6e5eefc3d03283352c2b
MD5 5d1a1cff6ac65806e0f556853cb02af3
BLAKE2b-256 98373aab07a62b3f4d15d45eadf52717638ccefd89dbe36775cfa043281b7dff

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