File: control

package info (click to toggle)
authres 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: python: 887; makefile: 14; sh: 4
file content (34 lines) | stat: -rw-r--r-- 1,509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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 (>= 9), dh-python, python-all (>= 2.6.5-2~), python-setuptools, python3-all (>= 3.1.2-10~), python3-setuptools
Standards-Version: 4.2.1
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 7601 Authentication Results Header manipulation for Python
 Python module to create and parse RFC 7601 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 7601 types.
 .
 http://tools.ietf.org/rfc/rfc7601.txt

Package: python3-authres
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: RFC 7601 Authentication Results Header manipulation for Python3
 Python3 module to create and parse RFC 7601 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 7601 types.
 .
 http://tools.ietf.org/rfc/rfc7601.txt