Source: flask-login
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Carl Suster <carl@contraflo.ws>
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python-sphinx,
 python3-all,
 python3-blinker,
 python3-flask,
 python3-mock,
 python3-nose,
 python3-setuptools,
 python3-werkzeug,
Standards-Version: 3.9.8
Homepage: https://github.com/maxcountryman/flask-login
X-Python3-Version: >= 3.3
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-login.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/flask-login.git

Package: python3-flask-login
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-flask-login-doc
Description: user session management for Flask -- Python 3 module
 Flask-Login provides user session management for Flask. It handles the
 common tasks of logging in, logging out, and remembering your users'
 sessions over extended periods of time.
 .
 Flask-Login is not bound to any particular database system or permissions
 model. The only requirement is that your user objects implement a few
 methods, and that you provide a callback to the extension capable of
 loading users from their ID.
 .
 This package provides the Python 3 module.

Package: python3-flask-login-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: python3-flask-login
Description: user session management for Flask -- documentation
 Flask-Login provides user session management for Flask. It handles the
 common tasks of logging in, logging out, and remembering your users'
 sessions over extended periods of time.
 .
 This package provides the documentation.
