[ trixie ]
[ sid ]
[ 原始碼: python-jsonrpc-async ]
套件:python3-jsonrpc-async(2.1.2-3)
python3-jsonrpc-async 的相關連結
Debian 的資源:
下載原始碼套件 python-jsonrpc-async:
- [python-jsonrpc-async_2.1.2-3.dsc]
- [python-jsonrpc-async_2.1.2.orig.tar.gz]
- [python-jsonrpc-async_2.1.2-3.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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-jsonrpc-base
- JSON-RPC client library base interface