Skip to main content

A collection of objects for use in JSON-RPC 2.0 implementations.

Project description

JSON-RPC 2.0 Objects

Code style: black License: MIT

A collection of objects for use in JSON-RPC 2.0 implementations.

Installation

pip install jsonrpc2-objects
poetry add jsonrpc2-objects

Objects

Available in objects are the following:

Object Description
RequestObjectParams Request with params
RequestObject Request without params
NotificationObjectParams Notification with params
NotificationObject Notification without params
ErrorResponseObject Response with result
ResultResponseObject Response with error

Errors

Python exceptions are available for each JSON-RPC 2.0 error. Each error extends JSONRPCError.

Example use with a client implementing these errors:

from jsonrpcobjects.errors import JSONRPCError, MethodNotFound

try:
    client.example_method(params)
except MethodNotFound:
    print("Handle method not found")
except JSONRPCError:
    print("Handle any JSON RPC error.")

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

jsonrpc2_objects-2.0.17.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

jsonrpc2_objects-2.0.17-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file jsonrpc2_objects-2.0.17.tar.gz.

File metadata

  • Download URL: jsonrpc2_objects-2.0.17.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.0 CPython/3.11.2 Linux/5.4.109+

File hashes

Hashes for jsonrpc2_objects-2.0.17.tar.gz
Algorithm Hash digest
SHA256 cb947ccd7c4bda44e6e08d4b79007392ab88d4e22670b429cf77885ed01b2feb
MD5 b6102d62250ec27f5f551748a84ab7d4
BLAKE2b-256 d5e3f78a9a752c919b61bfea7acb2ebb09773ee283761d3844ecfa7d73dbd267

See more details on using hashes here.

File details

Details for the file jsonrpc2_objects-2.0.17-py3-none-any.whl.

File metadata

File hashes

Hashes for jsonrpc2_objects-2.0.17-py3-none-any.whl
Algorithm Hash digest
SHA256 8e4b75cb5f412d5d7c6b4e66b328efff81b2661eab57dcee6f7e08832a6a7a85
MD5 d708184fc1859909159b2c586d58f43a
BLAKE2b-256 4d01e2724b77ca9e7ffdf2a8fb126750357ef5c74ea128f14a738cb1b75b98bc

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