8000 GitHub - python-lsp/python-lsp-jsonrpc at b7bc0f4e31a44953abd7736b24cc260b21c6b62a
[go: up one dir, main page]

Skip to content

Fork of the python-jsonrpc-server project, maintained by the Spyder IDE team and the community

License

Notifications You must be signed in to change notification settings

python-lsp/python-lsp-jsonrpc

Repository files navigation

Python JSON RPC Server

https://circleci.com/gh/palantir/python-jsonrpc-server.svg?style=shield https://ci.appveyor.com/api/projects/status/mdacv6fnif7wonl0?svg=true

A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. This library has been pulled out of the `Python Language Server`_ project.

Asynchronous request handling is supported using Python 3's concurrent.futures module and the Python 2 concurrent.futures backport.

Installation

pip install -U python-jsonrpc-server

Usage

Development

To run the test suite:

pip install .[test] && tox

License

This project is made available under the MIT License.

About

Fork of the python-jsonrpc-server project, maintained by the Spyder IDE team and the community

Resources

License

Security policy

Stars

Watchers

Forks

Contributors 19

0