File: control

package info (click to toggle)
python-authlib 0.15.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,408 kB
  • sloc: python: 18,626; makefile: 47; javascript: 37; sh: 10
file content (44 lines) | stat: -rw-r--r-- 1,497 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
38
39
40
41
42
43
44
Source: python-authlib
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-cryptography,
 python3-django,
 python3-flask,
 python3-flask-sqlalchemy,
 python3-itsdangerous,
 python3-mock,
 python3-pytest,
 python3-pytest-django,
 python3-requests,
 python3-setuptools,
 python3-sphinx
Standards-Version: 4.5.1
Homepage: https://authlib.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-authlib.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-authlib
Rules-Requires-Root: no

Package: python3-authlib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python library for OAuth and OpenID Connect servers
 The ultimate Python library in building OAuth and OpenID Connect servers. It
 is designed from low level specifications implementations to high level
 frameworks integrations, to meet the needs of everyone.

Package: python-authlib-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python library for OAuth and OpenID Connect servers (docs)
 The ultimate Python library in building OAuth and OpenID Connect servers. It
 is designed from low level specifications implementations to high level
 frameworks integrations, to meet the needs of everyone.
 .
 This package contains the documentation for python3-authlib.