Process JSON-RPC requests
Project description
Process JSON-RPC requests in Python 2.7 and 3.3+.
from jsonrpcserver import Methods
methods = Methods()
@methods.add
def ping():
return 'pong'
if __name__ == '__main__':
methods.serve_forever()
Full documentation is at jsonrpcserver.readthedocs.io.
3.3.0 (August 5, 2016)
A basic HTTP server has been added.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jsonrpcserver-3.3.2.tar.gz
(9.9 kB
view hashes)