File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11Python JSON RPC Server
22======================
33
4- .. image :: https://circleci.com/gh/palantir/python-jsonrpc-server.svg?style=shield
5- :target: https://circleci.com/gh/palantir/python-jsonrpc-server
4+ .. image :: https://circleci.com/gh/palantir/python-jsonrpc-server/tree/develop .svg?style=shield
5+ :target: https://circleci.com/gh/palantir/python-jsonrpc-server/tree/develop
66
7- .. image :: https://ci.appveyor.com/api/projects/status/mdacv6fnif7wonl0 ?svg=true
7+ .. image :: https://ci.appveyor.com/api/projects/status/r0jlmvkqwneieeh6/branch/develop ?svg=true
88 :target: https://ci.appveyor.com/project/gatesn/python-jsonrpc-server
99
1010.. image :: https://img.shields.io/github/license/palantir/python-jsonrpc-server.svg
11- :target: https://github.com/palantir/python-jsonrpc-server/blob/master /LICENSE
11+ :target: https://github.com/palantir/python-jsonrpc-server/blob/develop /LICENSE
1212
1313A Python 2.7 and 3.4+ server implementation of the `JSON RPC 2.0 `_ protocol. This library has been pulled
1414out of the `Python Language Server `_ project.
@@ -37,4 +37,5 @@ License
3737This project is made available under the MIT License.
3838
3939.. _JSON RPC 2.0 : http://www.jsonrpc.org/specification
40+ .. _Python Language Server : https://github.com/palantir/python-language-server
4041.. _concurrent.futures backport : https://github.com/agronholm/pythonfutures
You can’t perform that action at this time.
0 commit comments