Pakket: python3-jsonrpc-websocket (3.1.5-2)
Verwijzigingen voor python3-jsonrpc-websocket
Debian bronnen:
Het bronpakket python-jsonrpc-websocket downloaden:
- [python-jsonrpc-websocket_3.1.5-2.dsc]
- [python-jsonrpc-websocket_3.1.5.orig.tar.gz]
- [python-jsonrpc-websocket_3.1.5-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-jsonrpc-websocket gerelateerde pakketten
|
|
|
|
-
- 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