Open Noor-Kalibbala opened 4 years ago
Hi,
It's in the protocol_extract
branch, not in master
(and not released).
The documentation of this branch is here, but it's "work in progress" I didn't work on for a while.
@tcalmant thank u for your response , i think let me just clone this project https://github.com/tcalmant/jsonrpclib/tree/protocol_extract
@tcalmant sorry for disturbing u, when u install using pip the protocol_extract branch impl folder is not included in local files
Indeed, it is not mature enough to go in the master
branch, which is what you install using pip install jsonrpclib-pelix
.
You should try pip install "git+https://github.com/tcalmant/jsonrpclib.git@protocol_extract"
instead
@tcalmant i tried to this from jsonrpclib.impl.aiohttp_impl import AiohttpRequestHandler, AiohttpJsonRpcServer but i got this error AttributeError: module 'jsonrpclib' has no attribute 'config'
@tcalmant i fixed it
when u read documenetation u talk about Asynchronous JSON-RPC Server but its not included in actual code