python-jsonrpc-server:Python 2和3异步JSON RPC服务器

时间:2024-06-15 02:45:43
【文件属性】:

文件名称:python-jsonrpc-server:Python 2和3异步JSON RPC服务器

文件大小:40KB

文件格式:ZIP

更新时间:2024-06-15 02:45:43

octo-correct-managed Python

Python JSON RPC服务器 协议的Python 2.7和3.4+服务器实现。 该库已从项目中撤出。 使用Python 3的concurrent.futures模块和Python 支持异步请求处理。 安装 pip install -U python-jsonrpc-server 例子 examples目录包含两个通过websocket运行语言服务器的示例。 examples/langserver.py显示了如何在内存中运行语言服务器。 examples/langserver_ext.py显示了如何运行子流程语言服务器(在本例中为 。 首先安装龙卷风和python-language-server pip install python-language-server[all] tornado 然后运行python examples / langserver.py或pytho


【文件预览】:
python-jsonrpc-server-develop
----MANIFEST.in(136B)
----README.rst(2KB)
----.policy.yml(3KB)
----.gitattributes(33B)
----scripts()
--------circle()
----.circleci()
--------config.yml(1KB)
----.pylintrc(301B)
----versioneer.py(67KB)
----examples()
--------langserver_ext.py(2KB)
--------langserver.py(2KB)
----LICENSE(1KB)
----test()
--------__init__.py(0B)
--------test_streams.py(3KB)
--------test_endpoint.py(9KB)
----setup.cfg(408B)
----pyls_jsonrpc()
--------exceptions.py(3KB)
--------_version.py(18KB)
--------__init__.py(137B)
--------endpoint.py(9KB)
--------streams.py(3KB)
--------dispatchers.py(993B)
----setup.py(2KB)
----appveyor.yml(525B)
----.gitignore(1KB)
----.coveragerc(38B)

网友评论