1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: authres
Section: python
Priority: optional
Maintainer: Scott Kitterman <scott@kitterman.com>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools
Standards-Version: 4.4.1
Homepage: https://launchpad.net/authentication-results-python
Vcs-Git: https://salsa.debian.org/python-team/packages/authres.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/authres
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
|