File: control

package info (click to toggle)
python-authlib 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,016 kB
  • sloc: python: 26,998; makefile: 53; sh: 14
file content (55 lines) | stat: -rw-r--r-- 2,029 bytes parent folder | download | duplicates (2)
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
45
46
47
48
49
50
51
52
53
54
55
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 (= 13),
 dh-python,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-anyio <!nocheck>,
 python3-cachelib <!nocheck>,
 python3-cryptography <!nocheck> <!nodoc>,
 python3-django <!nocheck> <!nodoc>,
 python3-flask <!nocheck> <!nodoc>,
 python3-flask-sqlalchemy <!nocheck> <!nodoc>,
 python3-httpx <!nocheck> <!nodoc>,
 python3-itsdangerous <!nocheck>,
 python3-pycryptodome <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-django <!nocheck>,
 python3-requests <!nocheck>,
 python3-setuptools,
 python3-starlette <!nocheck> <!nodoc>,
 python3-sphinx <!nodoc>,
 python3-sphinx-copybutton <!nodoc>,
 python3-sphinx-design <!nodoc>,
 python3-werkzeug <!nocheck> <!nodoc>
Standards-Version: 4.7.2
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: python3-pycryptodome, ${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}
Multi-Arch: foreign
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.