Metadata-Version: 2.1
Name: pysaml2
Version: 6.4.1
Summary: Python implementation of SAML Version 2 Standard
Home-page: https://idpy.org
Author: IdentityPython
Author-email: discuss@idpy.org
Maintainer: IdentityPython
Maintainer-email: discuss@idpy.org
License: Apache License Version 2.0
Project-URL: Bug Tracker, https://github.com/IdentityPython/pysaml2/issues
Project-URL: Documentation, https://pysaml2.readthedocs.io
Project-URL: Source Code, https://github.com/IdentityPython/pysaml2
Description: *************************
        PySAML2 - SAML2 in Python
        *************************
        
        :Version: see VERSION_
        :Documentation: https://pysaml2.readthedocs.io/
        
        .. image:: https://api.travis-ci.org/IdentityPython/pysaml2.png?branch=master
            :target: https://travis-ci.org/IdentityPython/pysaml2
        
        .. image:: https://img.shields.io/pypi/pyversions/pysaml2.svg
            :target: https://pypi.org/project/pysaml2/
        
        .. image:: https://img.shields.io/pypi/v/pysaml2.svg
            :target: https://pypi.org/project/pysaml2/
        
        
        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.
        
        Install
        =======
        You can install with `pip install pysaml2`
        
        Testing
        =======
        
        PySAML2 uses the pytest_ framework for testing. To run the tests on your
        system's version of python:
        
        1. Create and activate a virtualenv_
        2. Inside the virtualenv_, install the dependencies needed for testing
           :code:`pip install -r tests/test-requirements.txt`
        3. Run the tests :code:`py.test tests`
        
        To run tests in multiple python environments, you can use pyenv_ with tox_.
        
        
        Please contribute!
        ==================
        
        To help out, you could:
        
        1. Test and report any bugs or other difficulties.
        2. Implement missing features.
        3. Write more unit tests.
        
        **If you have the time and inclination I'm looking for Collaborators**
        
        
        .. _VERSION: VERSION
        .. _pytest: https://docs.pytest.org/en/latest/
        .. _virtualenv: https://virtualenv.pypa.io/en/stable/
        .. _pyenv: https://github.com/yyuu/pyenv
        .. _tox: https://tox.readthedocs.io/en/latest/
        
Keywords: saml,saml2,standard,federation,idpy,IdentityPython
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: <4,>=3.6
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: s2repoze
