File: control

package info (click to toggle)
python-plexauth 0.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 72 kB
  • sloc: python: 91; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,269 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
Source: python-plexauth
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.2
Homepage: https://github.com/jjlawren/python-plexauth
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-plexauth
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-plexauth.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-plexauth
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Handles authorization flow for obtaining tokens from Plex.tv
 This library manages the process of obtaining authentication tokens from the
 Plex.tv service through external redirection. It connects to the Plex API to
 initiate a secure authorization process. Users can retrieve an access token
 that permits interaction with Plex services by handling HTTP redirections. By
 using asynchronous operations, the library ensures efficient communication
 with Plex.tv, enabling secure and straightforward authorization management for
 different Plex products and devices.