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

Package: python3-passlib
Architecture: all
Description: Comprehensive password hashing framework
 Passlib is a password hashing library for Python 3, which provides
 cross-platform implementations of over 30 password hashing algorithms,
 as well as a framework for managing existing password hashes. It's
 designed to be useful for a wide range of tasks, from verifying a hash
 found in /etc/shadow, to providing full-strength password hashing for
 multi-user application.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
