File: control

package info (click to toggle)
flask-jwt-simple 0.0.3-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 256 kB
  • sloc: python: 763; makefile: 194; sh: 6
file content (33 lines) | stat: -rw-r--r-- 1,259 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
31
32
33
Source: flask-jwt-simple
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Emmanuel Arias <eamanu@yaerobi.com>,
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-coverage,
               python3-cryptography,
               python3-flask,
               python3-jwt,
               python3-pytest,
               python3-setuptools,
               tox,
Standards-Version: 4.6.0.1
Homepage: https://github.com/vimalloc/flask-jwt-simple
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-jwt-simple
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-jwt-simple.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-flask-jwt-simple
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
#Suggests: python-flask-jwt-simple-doc,
Description: Protecting flask endpoints with JSON Web Tokens (Python 3)
 Flask-JWT-Simple adds barebones support for protecting flask endpoints
 with JSON Web Tokens. It is particularly good for fast prototyping or
 consuming/producing JWTs that work with other providers and consumers.
 .
 This package installs the library for Python 3.