A python client for SAML/ECP authentication


Keywords
cilogon
License
CNRI-Python-GPL-Compatible
Install
pip install ciecplib==0.8.0

Documentation

CI ECP for Python

This python package provides a native Python client to access SAML/ECP-authenticated content over HTTP with CILogon.

Release status

PyPI version Conda version
DOI License Supported Python versions

Development status

Build status Codecov Maintainability Documentation

Installation

See https://ciecplib.readthedocs.io/en/latest/#installation for installation instructions.

Basic usage

>>> from ciecplib import request
>>> response = request('https://somewhere.org/mywebpage/')