软件包:python3-plexwebsocket(0.0.14-2)
python3-plexwebsocket 的相关链接
Debian 的资源:
下载源码包 python-plexwebsocket:
- [python-plexwebsocket_0.0.14-2.dsc]
- [python-plexwebsocket_0.0.14.orig.tar.gz]
- [python-plexwebsocket_0.0.14-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Library for handling events from Plex WebSockets
This library offers support for handling events communicated over Plex WebSockets, enabling applications to take action based on media server updates. It listens for specific events such as 'playing' and 'status', allowing real-time monitoring of a Plex Media Server. This facilitates triggered responses to playback actions and state changes within a Plex ecosystem, providing developers with the ability to build reactive applications that integrate seamlessly with ongoing media activities. Connections are established via the Plex API, and the library can be configured to observe a variety of event types, helping users to gain insights and control based on live data from their Plex Media Server.
其他与 python3-plexwebsocket 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-aiohttp
- http client/server for asyncio