1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: python-flask-httpauth
Maintainer: MartÃn Ferrari <tincho@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3),
python-docutils,
python-setuptools (>= 0.6b3),
python-sphinx (>= 1.0.7+dfsg-1~),
Standards-Version: 3.9.8
Homepage: https://github.com/miguelgrinberg/flask-httpauth/
Vcs-Browser: https://anonscm.debian.org/cgit/users/tincho/python-flask-httpauth.git
Vcs-Git: https://anonscm.debian.org/git/users/tincho/python-flask-httpauth.git
Package: python-flask-httpauth
Architecture: all
Depends: ${sphinxdoc:Depends}, ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: Basic and Digest HTTP authentication for Flask routes
Flask-HTTPAuth is a simple extension that provides Basic and Digest HTTP
authentication for Flask routes.
|