Flask-SSO is a Flask extension permitting to set up Shibboleth Single-Sign-On authentication in Flask based web applications.
Flask-SSO is on PyPI so all you need is:
pip install Flask-SSO
Documentation is readable at http://flask-sso.readthedocs.io or can be built using Sphinx:
python setup.py build_sphinx
Running the test suite is as simple as:
python setup.py test
or, to also test documentation and packaging:
./run-tests.sh