File: control

package info (click to toggle)
pykodi 0.2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: python: 341; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,211 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
Source: pykodi
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/OnFreund/PyKodi
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pykodi
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pykodi.git

Package: python3-pykodi
Architecture: all
Depends:
 python3-jsonrpc-websocket,
 python3-jsonrpc-async,
 ${misc:Depends},
 ${python3:Depends},
Description: Async interface to interact with Kodi over JSON-RPC
 This library provides a robust async interface to interact with a Kodi
 multimedia system using JSON-RPC. Users can control various aspects of Kodi,
 such as playback, volume, and application properties. The connection can be
 established over HTTP or WebSocket, supporting both secured (SSL) and standard
 connections. This library is designed to integrate with systems requiring Kodi
 control, offering functions like play, pause, volume adjustment, and property
 retrieval.