Metadata-Version: |
2.1 |
Name: |
flask-sso-saml |
Version: |
0.2.0 |
Summary: |
Flask extension that provides SSO SAML integration. |
Author: |
Esteban J. G. Gabancho |
Author-Email: |
egabancho[at]gmail.com |
Home-Page: |
https://github.com/egabancho/flask-sso-saml |
License: |
MIT |
Keywords: |
Flask SSO SAML |
Classifier: |
Environment :: Web Environment |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Dynamic Content |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Development Status :: 1 - Planning |
Platform: |
any |
Requires-Dist: |
Flask (>=1.0) |
Requires-Dist: |
python3-saml (>=1.5.0) |
Requires-Dist: |
Sphinx (>=1.5.1); extra == "all" |
Requires-Dist: |
check-manifest (>=0.25); extra == "all" |
Requires-Dist: |
coverage (>=4.0); extra == "all" |
Requires-Dist: |
isort (>=4.3.3); extra == "all" |
Requires-Dist: |
mock (>=2.0.0); extra == "all" |
Requires-Dist: |
pydocstyle (>=2.0.0); extra == "all" |
Requires-Dist: |
pytest-cov (>=2.5.1); extra == "all" |
Requires-Dist: |
pytest-freezegun (>=0.2.0); extra == "all" |
Requires-Dist: |
pytest-pep8 (>=1.0.6); extra == "all" |
Requires-Dist: |
pytest (>=3.8.2); extra == "all" |
Requires-Dist: |
Sphinx (>=1.5.1); extra == "docs" |
Requires-Dist: |
check-manifest (>=0.25); extra == "tests" |
Requires-Dist: |
coverage (>=4.0); extra == "tests" |
Requires-Dist: |
isort (>=4.3.3); extra == "tests" |
Requires-Dist: |
mock (>=2.0.0); extra == "tests" |
Requires-Dist: |
pydocstyle (>=2.0.0); extra == "tests" |
Requires-Dist: |
pytest-cov (>=2.5.1); extra == "tests" |
Requires-Dist: |
pytest-freezegun (>=0.2.0); extra == "tests" |
Requires-Dist: |
pytest-pep8 (>=1.0.6); extra == "tests" |
Requires-Dist: |
pytest (>=3.8.2); extra == "tests" |
Provides-Extra: |
all |
Provides-Extra: |
docs |
Provides-Extra: |
tests |
License-File: |
LICENSE |
License-File: |
AUTHORS.rst |