Source: python-passlib
XB-Private-Mcp-Spec-Sha: e75893f089c14501c856fa57985992ecb072cb02
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python-nose,
               python3-all,
               python3-setuptools,
               python3-nose,
Standards-Version: 3.9.8
Homepage: https://bitbucket.org/ecollins/passlib/wiki/Home
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-passlib.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-passlib.git

Package: python-passlib
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends}
Description: comprehensive password hashing framework
 Password hashing library for Python 2, which provides cross-platform
 implementations of over 20 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 applications.

Package: python3-passlib
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends}
Description: comprehensive password hashing framework
 Password hashing library for Python 3, which provides cross-platform
 implementations of over 20 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 applications.
