Process JSON-RPC requests
Project description
:warning: August 16, 2021: Version 5 has been released. Read about the changes, or jump to the full documenation for version 5. Development of version 4 has moved to the 4.x branch.
jsonrpcserver
Process incoming JSON-RPC requests in Python.
from jsonrpcserver import Success, method, serve
@method
def ping():
return Success("pong")
if __name__ == "__main__":
serve()
Full documentation is at jsonrpcserver.com.
See also: jsonrpcclient
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-5.0.2.tar.gz
(14.0 kB
view hashes)