Source: python-jwt
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/jpadilla/pyjwt/tags
Vcs-Browser: https://github.com/alvistack/jpadilla-pyjwt
Vcs-Git: https://github.com/alvistack/jpadilla-pyjwt.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-jwt
Architecture: all
Description: JSON Web Token implementation in Python
 A Python implementation of JSON Web Token draft 01. This library
 provides a means of representing signed content using JSON data
 structures, including claims to be transferred between two parties
 encoded as digitally signed and encrypted JSON objects.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-cryptography (>= 3.3.1),
