[ bianca ]
[ 源代码: python-jsonrpc-websocket ]
软件包:python3-jsonrpc-websocket(3.1.5-2)
python3-jsonrpc-websocket 的相关链接
下载源码包 python-jsonrpc-websocket:
- [python-jsonrpc-websocket_3.1.5-2.debian.tar.xz]
- [python-jsonrpc-websocket_3.1.5-2.dsc]
- [python-jsonrpc-websocket_3.1.5.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Compact JSON-RPC websocket client library for asyncio
This library provides a simple and efficient JSON-RPC websocket client for asyncio-based applications. It supports nested namespaces, allowing structured and organized remote function calls. The library enables executing remote JSON-RPC functions over websocket connections and supports both synchronous and asynchronous method calls. It allows handling requests from the server to the client and offers the flexibility to pass through aiohttp-specific arguments. The connection management, including session handling, is designed to be straightforward, making the library suitable for applications requiring real-time communication over websockets.
其他与 python3-jsonrpc-websocket 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-async-timeout
- timeout context manager for asyncio programs in Python
-
- dep: python3-jsonrpc-base
- JSON-RPC client library base interface