File: control

package info (click to toggle)
social-auth-core 4.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,144 kB
  • sloc: python: 22,808; sh: 22; makefile: 7
file content (42 lines) | stat: -rw-r--r-- 1,491 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
Source: social-auth-core
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andre Bianchi <drebs@riseup.net>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-oauthlib <!nocheck>,
 python3-openid <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-requests <!nocheck>,
 python3-requests-oauthlib <!nocheck>,
 python3-responses <!nocheck>,
 python3-setuptools,
Standards-Version: 4.7.3
Homepage: https://github.com/python-social-auth/social-core/
Vcs-Git: https://salsa.debian.org/python-team/packages/social-auth-core.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/social-auth-core

Package: python3-social-auth-core
Architecture: all
Multi-Arch: foreign
Depends:
 python3-jwt (>= 2.11.0),
 ${misc:Depends},
 ${python3:Depends},
Description: Core component of the python-social-auth ecosystem (Python3)
 Python Social Auth aims to be an easy to setup social authentication and
 authorization mechanism for Python projects supporting protocols like OAuth
 (1 and 2), OpenID and others with support for several frameworks and auth
 providers.
 .
 This is the core component of the python-social-auth ecosystem, it
 implements the common interface to define new authentication backends to
 third parties services, implement integrations with web frameworks and
 storage solutions.
 .
 This package contains the Python 3 version of the library.