File: control

package info (click to toggle)
python-openid 2.2.5-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,724 kB
  • sloc: python: 16,741; xml: 234; sh: 31; makefile: 8
file content (37 lines) | stat: -rw-r--r-- 1,440 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
35
36
37
Source: python-openid
Section: python
Priority: optional
Maintainer: Mikhail Gusarov <dottedmag@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 11~), python (>= 2.6.6-3~), python-epydoc
Build-Depends-Indep: dh-python
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/python-team/modules/python-openid.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-openid
Homepage: https://github.com/openid/python-openid

Package: python-openid
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: OpenID support for servers and consumers
 Set of Python packages to support use of the OpenID decentralized
 identity system in your application, both server- and client-side,
 including:
  - OpenID 1.0, 1.1 and 2.0 support,
  - SReg support,
  - several storage implementations for stateful OpenID authentication.

Package: python-openid-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: python-openid
Description: OpenID support for servers and consumers -- documentation
 Set of Python packages to support use of the OpenID decentralized
 identity system in your application, both server- and client-side,
 including:
  - OpenID 1.0, 1.1 and 2.0 support,
  - SReg support,
  - several storage implementations for stateful OpenID authentication.
 .
 This package contains API documentation and examples.