File: control

package info (click to toggle)
python3-simpleobsws 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: python: 489; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 846 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
Source: python3-simpleobsws
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org> 
Uploaders: Jonathan Carter <jcc@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.7.2
Homepage: https://github.com/IRLToolkit/simpleobsws
Vcs-Browser: https://salsa.debian.org/python-team/packages/python3-simpleobsws
Vcs-Git: https://salsa.debian.org/python-team/packages/python3-simpleobsws.git

Package: python3-simpleobsws
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: simple obs-websocket library in Python for people who just want JSON output 
 Allows you to control OBS via it's websocket API from Python.
 .
 This library does so asynchronously.