Source: python-pampy Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Mike Gabriel Build-Depends: debhelper-compat (= 13), python3-all, python3-setuptools, python3-six, python3-pytest, dh-python, pybuild-plugin-pyproject, Standards-Version: 4.6.0 Rules-Requires-Root: no Homepage: https://github.com/FirefighterBlu3/python-pam Vcs-Git: https://salsa.debian.org/python-team/packages/python-pampy.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pampy Package: python3-pampy Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Python module for simple PAM authentications (Python 3) Provide an authenticate() function that will allow the caller to authenticate a user against the Pluggable Authentication Modules (PAM) on the system. . The module pam.py is a single file, implemented using ctypes, so no compilation is necessary. This package provides the pam.py module for Python 3.