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

Uploaded Source

Built Distribution

jsonrpc2_objects-2.0.12-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jsonrpc2_objects-2.0.12.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.10.8 Linux/5.4.109+

File hashes

Hashes for jsonrpc2_objects-2.0.12.tar.gz
Algorithm Hash digest
SHA256 e379954f28477a9c78d871de20a435c627235e3fb28e73443748f2447b66ae61
MD5 18b9c9f48c6f389da28afd250895252c
BLAKE2b-256 2fc79b3974bb42bacee86168ee5ceca56a9b4073856475c2200eafba84d6313c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jsonrpc2_objects-2.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 a34fc9c8ffd4779e8623e0abcd074efbed331cdded61992f03b59f51f92950c8
MD5 32cf09f5bef6ba0552a3a9d9ca0b8c42
BLAKE2b-256 9b4f8cda2a74b76e72a1756147e1ead5063bce4232c798784c5707de2acad3dd

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