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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for jsonrpc2_objects-2.0.13.tar.gz
Algorithm Hash digest
SHA256 0a25c6f5ceb7282904c9445402477027883ce27c06d539119494a79c0056c545
MD5 7e9a0e02d4987895ae18180a37b15862
BLAKE2b-256 b88bfb7522235ad3683b37b41cf1df4d76b124409c3a137ce95d254e4692d78a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jsonrpc2_objects-2.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 7463fb9d1135682514acac5367709c599b941a84960edd1835946db052153985
MD5 e37c4da36f0f9aba8325577722b322e0
BLAKE2b-256 e18d7367f7655d84fb06c139cbd80584c0091319143d00d8ffc70e83fab82379

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