[ sid ]
[ 源代码: python-jsonrpc-async ]
软件包:python3-jsonrpc-async(2.1.2-2)
python3-jsonrpc-async 的相关链接
Debian 的资源:
下载源码包 python-jsonrpc-async:
- [python-jsonrpc-async_2.1.2-2.dsc]
- [python-jsonrpc-async_2.1.2.orig.tar.gz]
- [python-jsonrpc-async_2.1.2-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Compact JSON-RPC client library for asyncio
This library provides a simple and effective JSON-RPC client implementation for asyncio-based Python code. It supports nested namespaces, allowing easy execution of remote procedures in a structured manner. The library handles the creation and management of aiohttp client sessions, enhancing its usability for asynchronous communication. JSON-RPC functions can be called remotely, and arguments can be passed directly through aiohttp, including support for notifications and exception handling.
其他与 python3-jsonrpc-async 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-jsonrpc-base
- JSON-RPC client library base interface