Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.53 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.53 KB

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