File: control

package info (click to toggle)
python-social-auth 1%3A0.2.21%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,936 kB
  • ctags: 4,202
  • sloc: python: 17,131; makefile: 129; sh: 3
file content (65 lines) | stat: -rw-r--r-- 2,563 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: python-social-auth
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: KURASHIKI Satoru <lurdan@gmail.com>,
           W. Martin Borgert <debacle@debian.org>,
           Tiago Ilieve <tiago.myhro@gmail.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-doc,
               python3-setuptools,
               python3-sphinx
Standards-Version: 3.9.8
Homepage: http://psa.matiasaguirre.net
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-social-auth.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-social-auth.git

Package: python-social-auth
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Suggests: python-social-auth-doc
Description: Python social authentication made simple (Python 2)
 Python Social Auth is an easy-to-setup social authentication/registration
 mechanism with support for several frameworks and auth providers.
 .
 Crafted using base code from django-social-auth, it implements a common
 interface to define new authentication providers from third parties,
 and to bring support for more frameworks and ORMs.
 .
 This package provides the Python 2.x module.

Package: python3-social-auth
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-social-auth-doc
Description: Python social authentication made simple (Python 3)
 Python Social Auth is an easy-to-setup social authentication/registration
 mechanism with support for several frameworks and auth providers.
 .
 Crafted using base code from django-social-auth, it implements a common
 interface to define new authentication providers from third parties,
 and to bring support for more frameworks and ORMs.
 .
 This package provides the Python 3.x module.

Package: python-social-auth-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: Python social authentication made simple (Documentation)
 Python Social Auth is an easy-to-setup social authentication/registration
 mechanism with support for several frameworks and auth providers.
 .
 Crafted using base code from django-social-auth, it implements a common
 interface to define new authentication providers from third parties,
 and to bring support for more frameworks and ORMs.
 .
 This package provides the HTML documentation.