Source: pykerberos Section: python Priority: optional Maintainer: Guido Günther Uploaders: Dr. Torge Szczepanek , Build-Depends: debhelper (>= 9), dh-python, libkrb5-dev, python3-all-dev, python3-setuptools Standards-Version: 4.4.0 Homepage: https://pypi.python.org/pypi/pykerberos Vcs-Git: https://salsa.debian.org/agx/pykerberos.git Vcs-Browser: https://salsa.debian.org/agx/pykerberos Package: python3-kerberos Architecture: any Depends: lsb-release, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Provides: ${python3:Provides} Description: GSSAPI interface module - Python 3.x This Python package is a high-level wrapper for Kerberos (GSSAPI) operations. The goal is to avoid having to build a module that wraps the entire Kerberos.framework, and instead offer a limited set of functions that do what is needed for client/server Kerberos authentication based on . . Much of the C-code here is adapted from Apache's mod_auth_kerb-5.0rc7. . This package contains the Python 3.x module.