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

Package: python3-itsdangerous
Architecture: all
Description: Safely pass data to untrusted environments and back
 Various helpers to pass data to untrusted environments and to get it
 back safe and sound. Data is cryptographically signed to ensure that a
 token has not been tampered with.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
