Skip to main content

Universal JSONrpc handler, that maps class-methods to jsonrpc-methods.

Project description

Universal JSONrpc handler, that maps class-methods to jsonrpc-methods.
  • registers common classmethods and reads their function signature

  • check for jsonrpc compliance

  • checks parameters against function signature

  • method parameters with defaults are optional

  • creates db-sessions for each method call

Example:

class test:
def testmethod(self, session , a, b=1):

regiter with: SLOJSONrpc.register()

Will be mapped to jsonrpcmethod: {‘jsonrpc’: ‘2.0’, ‘method’: ‘testmethod’, params: {‘a’: 42} }

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

slojsonrpc-0.1.tar.gz (4.7 kB view hashes)

Uploaded Source

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