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.18.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: jsonrpc2_objects-2.0.18.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.18.tar.gz
Algorithm Hash digest
SHA256 c8e87dce9c3a88c5d273dc2ed1d84aed41a72ef21ee2e48ad2eb4530e301eec8
MD5 8078447c974f0303525ad82a9fb1a26f
BLAKE2b-256 3c304965a2389e851de1ebaf2bdb83c07fcbb9d7504f633ad438c816f952c403

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jsonrpc2_objects-2.0.18-py3-none-any.whl
Algorithm Hash digest
SHA256 547e32b33da8c269797f47e24a865ffff9000b65cdc23474470b82da2d67c0d4
MD5 7a77e47283d3e993517acdc310d1aaac
BLAKE2b-256 fa3cbe20baf263d5c85050b076e5dc6e4bf4fcf0e0e565009ff08c7da2dc9daa

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