套件:python3-async-upnp-client(0.39.0-1)
python3-async-upnp-client 的相關連結
Debian 的資源:
下載原始碼套件 async-upnp-client:
- [async-upnp-client_0.40.0-1.dsc]
- [async-upnp-client_0.40.0.orig.tar.gz]
- [async-upnp-client_0.40.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Asynchronous UPnP client library for Python
Designed originally for integration with Home Assistant to control DLNA DMR devices, this library offers a comprehensive toolkit for asynchronous interaction with UPnP-enabled devices using Python's asyncio. It provides robust modules for discovering, controlling, and event handling of UPnP devices as detailed in the UPnP Device Architecture, such as:
- SSDP discovery and advertisement handling through custom listeners that maintain state and callback upon device changes. - Detailed device and service interaction via client factories and server setups. - Event subscription and management, enabling responsive applications that can react to changes in device state.
With additional support for specific device profiles like Internet Gateway Devices (IGD), DLNA, and printers, this library is versatile enough for a variety of UPnP-related projects. Note that full UPnP spec compliance is not claimed, and the library may have occasional bugs or incomplete features.
其他與 python3-async-upnp-client 有關的套件
|
|
|
|
-
- 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-defusedxml
- XML bomb protection for Python stdlib modules (for Python 3)
-
- dep: python3-didl-lite
- Python tools for handling DIDL-Lite XML data
-
- dep: python3-voluptuous
- Python 3 library to validate data