mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-08 11:50:55 -04:00
20 lines
949 B
XML
20 lines
949 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<description>co-maintainers welcome</description>
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
PySAML2 is a pure python implementation of SAML Version 2 Standard. It contains all necessary pieces for building a SAML2 service provider or an identity provider. The distribution contains examples of both. Originally written to work in a WSGI environment there are extensions that allow you to use it with other frameworks.
|
|
</longdescription>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="pypi">pysaml2</remote-id>
|
|
<remote-id type="github">rohe/pysaml2</remote-id>
|
|
<bugs-to>https://github.com/IdentityPython/pysaml2/issues</bugs-to>
|
|
<doc>https://pysaml2.readthedocs.io</doc>
|
|
</upstream>
|
|
</pkgmetadata>
|