Source: flask-jwt-simple
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-flask,
               python3-jwt,
               python3-all,
               python3-setuptools
Standards-Version: 4.4.0
Homepage: https://github.com/vimalloc/flask-jwt-simple
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-flask-jwt-simple
Vcs-Git: https://salsa.debian.org/python-team/modules/python-flask-jwt-simple.git
Testsuite: autopkgtest-pkg-python

Package: python3-flask-jwt-simple
Architecture: all
Depends: ${python3:Depends}, ${misc: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.
