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 1
1
Python JSON RPC Server
2
2
======================
3
3
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
6
6
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
8
8
:target: https://ci.appveyor.com/project/gatesn/python-jsonrpc-server
9
9
10
10
.. 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
12
12
13
13
A Python 2.7 and 3.4+ server implementation of the `JSON RPC 2.0 `_ protocol. This library has been pulled
14
14
out of the `Python Language Server `_ project.
@@ -37,4 +37,5 @@ License
37
37
This project is made available under the MIT License.
38
38
39
39
.. _JSON RPC 2.0 : http://www.jsonrpc.org/specification
40
+ .. _Python Language Server : https://github.com/palantir/python-language-server
40
41
.. _concurrent.futures backport : https://github.com/agronholm/pythonfutures
You can’t perform that action at this time.
0 commit comments