We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e03c3a commit b3550d0Copy full SHA for b3550d0
README.md
@@ -2,6 +2,10 @@
2
<img alt="Jsonrpcserver Logo" height="96" src="https://github.com/explodinglabs/jsonrpcserver/blob/main/logo.png?raw=true" />
3
</p>
4
5
+<p align="center">
6
+ <i>Process incoming JSON-RPC requests in Python</i>
7
+</p>
8
+
9
<p align="center">
10
<img src="https://img.shields.io/pypi/v/jsonrpcserver.svg" alt="PyPI" />
11
<img src="https://github.com/explodinglabs/jsonrpcserver/actions/workflows/code-quality.yml/badge.svg" alt="Code Quality" />
@@ -10,10 +14,6 @@
14
<img src="https://img.shields.io/pypi/l/jsonrpcserver.svg" alt="License" />
15
12
16
13
-<p align="center">
- <i>Process incoming JSON-RPC requests in Python</i>
-</p>
-
17
https://github.com/user-attachments/assets/94fb4f04-a5f1-41ca-84dd-7e18b87990e0
18
19
## Installation
0 commit comments