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
|
Source: python-social-auth
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
Priority: optional
Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 9), python3-all, python3-setuptools, dh-python, python-sphinx, python3-sphinx
Standards-Version: 3.9.6
Uploaders: KURASHIKI Satoru <lurdan@gmail.com>, W. Martin Borgert <debacle@debian.org>
Homepage: http://psa.matiasaguirre.net
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-social-auth.git
Vcs-Git: git://anonscm.debian.org/collab-maint/python-social-auth.git
Package: python-social-auth
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}
Description: Python social authentication made simple
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}, ${sphinxdoc:Depends}
Description: Python social authentication made simple
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.
|