Source: authres
Section: python
Priority: optional
Maintainer: Scott Kitterman <scott@kitterman.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 9), dh-python, python-all (>= 2.6.5-2~), python-setuptools, python3-all (>= 3.1.2-10~), python3-setuptools
Standards-Version: 4.4.0
Homepage: https://launchpad.net/authentication-results-python
Vcs-Git: https://salsa.debian.org/python-team/modules/authres.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/authres

Package: python-authres
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: RFC 8601 Authentication Results Header manipulation for Python
 Python module to create and parse RFC 8601 Authentication Results headers.
 .
 The module provides a class for creating and parsing RFC compliant headers
 for use in Python applications. It supports all currently registered
 extensions in addition to the core RFC 8601 types.
 .
 https://tools.ietf.org/rfc/rfc8601.txt

Package: python3-authres
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: RFC 8601 Authentication Results Header manipulation for Python3
 Python3 module to create and parse RFC 8601 Authentication Results headers.
 .
 The module provides a class for creating and parsing RFC compliant headers
 for use in Python3 applications. It supports all currently registered
 extensions in addition to the core RFC 8601 types.
 .
 https://tools.ietf.org/rfc/rfc8601.txt
