File: control

package info (click to toggle)
python-flask-jwt-extended 3.24.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 540 kB
  • sloc: python: 3,999; makefile: 193
file content (30 lines) | stat: -rw-r--r-- 1,270 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
27
28
29
30
Source: python-flask-jwt-extended
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Emmanuel Arias <emmanuelarias30@gmail.com>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-cryptography,
               python3-dateutil,
               python3-flask,
               python3-jwt,
               python3-pytest,
               python3-setuptools
Standards-Version: 4.5.0
Homepage: https://github.com/vimalloc/flask-jwt-extended
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-flask-jwt-extended
Vcs-Git: https://salsa.debian.org/python-team/modules/python-flask-jwt-extended.git
Testsuite: autopkgtest-pkg-python

Package: python3-python-flask-jwt-extended
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-python-flask-jwt-extended-doc
Description: Open source Flask extension that provides JWT support (Python 3)
 Flask-JWT-Extended not only adds support for using JSON Web Tokens (JWT)
 to Flask for protecting views, but also many helpful (and optional) features
 built in to make working with JSON Web Tokens easier.
 .
 This package installs the library for Python 3.