File: control

package info (click to toggle)
python-twitchapi 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,736 kB
  • sloc: python: 6,929; makefile: 15; javascript: 13
file content (37 lines) | stat: -rw-r--r-- 1,428 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
35
36
37
Source: python-twitchapi
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,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-dateutil <!nocheck>,
 python3-enum-tools <!nocheck>,
 python3-typing-extensions <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/Teekeks/pyTwitchAPI
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-twitchapi
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-twitchapi.git

Package: python3-twitchapi
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python library for interacting with various Twitch APIs
 Provides a comprehensive implementation of the Twitch Helix API, PubSub,
 EventSub, and Chat functionalities. Designed to facilitate integration with
 Twitch services, this library supports features such as user authentication,
 event subscriptions, and chat bot capabilities. It allows for both app and
 user authentication, enabling better rate limits and access to user-specific
 data. PubSub topics and EventSub subscriptions are easily managed, while the
 chat component can monitor and respond to messages and user actions within
 Twitch channels.