File: control

package info (click to toggle)
flask-basicauth 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: python: 217; makefile: 140
file content (26 lines) | stat: -rw-r--r-- 972 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
24
25
26
Source: flask-basicauth
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-flask,
               python3-setuptools,
               python3-sphinx,
Standards-Version: 4.6.1.1
Homepage: https://github.com/jpvanhal/flask-basicauth
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-basicauth.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-basicauth

Package: python3-flask-basicauth
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Recommends: ${python3:Recommends},
Suggests: ${python3:Suggests},
Description: HTTP basic access authentication for Flask
 Flask-BasicAuth is a Flask extension that provides an easy way to protect
 certain views or your whole application with HTTP basic access
 authentication.