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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
Source: python-pysaml2
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper (>= 10),
dh-python,
openstack-pkg-tools,
python-all,
python-setuptools,
python-sphinx,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python-alabaster,
python-betamax,
python-crypto,
python-dateutil,
python-decorator,
python-defusedxml,
python-future,
python-mako,
python-memcache,
python-mock,
python-openssl,
python-paste,
python-pyasn1,
python-pymongo,
python-pytest,
python-repoze.who,
python-requests,
python-responses,
python-tz,
python-zope.interface,
python3-betamax,
python3-crypto,
python3-dateutil,
python3-decorator,
python3-defusedxml,
python3-future,
python3-mako,
python3-memcache,
python3-mock,
python3-openssl,
python3-paste,
python3-pyasn1,
python3-pymongo,
python3-pytest,
python3-repoze.who,
python3-requests,
python3-responses,
python3-tz,
python3-zope.interface,
xmlsec1,
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-pysaml2
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-pysaml2.git
Homepage: https://github.com/rohe/pysaml2
Package: python-pysaml2
Architecture: all
Depends:
python-defusedxml,
python-future,
python-mako,
python-memcache,
python-pyasn1,
python-repoze.who,
python-responses,
xmlsec1,
${misc:Depends},
${python:Depends},
Description: SAML Version 2 to be used in a WSGI environment - Python 2.x
This package provides a Python implementation of SAML Version 2 to be used in
a WSGI environment.
.
From wikipedia: Security Assertion Markup Language 2.0 (SAML 2.0) is a version
of the SAML standard for exchanging authentication and authorization data
between security domains. SAML 2.0 is an XML-based protocol that uses security
tokens containing assertions to pass information about a principal (usually an
end user) between a SAML authority, that is, an identity provider, and a SAML
consumer, that is, a service provider. SAML 2.0 enables web-based
authentication and authorization scenarios including cross-domain single
sign-on (SSO), which helps reduce the administrative overhead of distributing
multiple authentication tokens to the user.
.
This package contains the Python 2.x module.
Package: python-pysaml2-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: SAML Version 2 to be used in a WSGI environment - doc
This package provides a Python implementation of SAML Version 2 to be used in
a WSGI environment.
.
From wikipedia: Security Assertion Markup Language 2.0 (SAML 2.0) is a version
of the SAML standard for exchanging authentication and authorization data
between security domains. SAML 2.0 is an XML-based protocol that uses security
tokens containing assertions to pass information about a principal (usually an
end user) between a SAML authority, that is, an identity provider, and a SAML
consumer, that is, a service provider. SAML 2.0 enables web-based
authentication and authorization scenarios including cross-domain single
sign-on (SSO), which helps reduce the administrative overhead of distributing
multiple authentication tokens to the user.
.
This package contains the documentation.
Package: python3-pysaml2
Architecture: all
Depends:
python3-defusedxml,
python3-future,
python3-mako,
python3-memcache,
python3-pyasn1,
python3-repoze.who,
python3-responses,
xmlsec1,
${misc:Depends},
${python3:Depends},
Description: SAML Version 2 to be used in a WSGI environment - Python 3.x
This package provides a Python implementation of SAML Version 2 to be used in
a WSGI environment.
.
From wikipedia: Security Assertion Markup Language 2.0 (SAML 2.0) is a version
of the SAML standard for exchanging authentication and authorization data
between security domains. SAML 2.0 is an XML-based protocol that uses security
tokens containing assertions to pass information about a principal (usually an
end user) between a SAML authority, that is, an identity provider, and a SAML
consumer, that is, a service provider. SAML 2.0 enables web-based
authentication and authorization scenarios including cross-domain single
sign-on (SSO), which helps reduce the administrative overhead of distributing
multiple authentication tokens to the user.
.
This package contains the Python 3.x module.
|