File: control

package info (click to toggle)
python-plexwebsocket 0.0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 92 kB
  • sloc: python: 188; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: python-plexwebsocket
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/jjlawren/python-plexwebsocket
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-plexwebsocket
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-plexwebsocket.git

Package: python3-plexwebsocket
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: 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.