File: control

package info (click to toggle)
python3-simpleobsws 1.3.1%2Bgit20220914-8e5b58d-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 112 kB
  • sloc: python: 475; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 849 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.6.1
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.