File: control

package info (click to toggle)
python-flask-httpauth 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 284 kB
  • ctags: 218
  • sloc: python: 1,047; makefile: 152
file content (23 lines) | stat: -rw-r--r-- 944 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
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.