/ciecplib

Mirror of official CIECPLib repository

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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/')