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-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-coverage <!nocheck>,
 python3-cryptography <!nocheck>,
 python3-flask <!nocheck>,
 python3-jwt <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-wheel,
 tox,
Standards-Version: 4.6.2
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.
