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
|
Source: flask-openid
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Emmanuel Arias <eamanu@yaerobi.com>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-flask,
python3-openid,
python3-setuptools,
python3-sphinx,
Standards-Version: 4.6.0.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-openid
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-openid.git
Homepage: https://github.com/mitsuhiko/flask-openid
Testsuite: autopkgtest-pkg-python
Package: python3-flask-openid
Architecture: all
Depends:
python3-flask,
python3-openid,
${misc:Depends},
${python3:Depends},
Suggests:
python-flask-openid-doc,
Description: OpenID support for Flask applications (Python 3)
Flask-OpenID is an extension to Flask to add OpenID based authentication. It
supports OpenID 2.x and has basic support for the Simple Registration (SReg)
and Attribute Exchange (AX) extensions.
.
This package contains the module for Python 3.
Package: python-flask-openid-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: OpenID support for Flask applications (documentation)
Flask-OpenID is an extension to Flask to add OpenID based authentication. It
supports OpenID 2.x and has basic support for the Simple Registration (SReg)
and Attribute Exchange (AX) extensions.
.
This package contains the documentation.
|