[ 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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-jsonrpc-base
- JSON-RPC client library base interface