Metadata-Version: 2.1
Name: ciecplib
Version: 0.4.3
Summary: A python client for SAML/ECP authentication
Home-page: https://pypi.org/project/ciecplib
Author: Duncan Macleod
Author-email: duncan.macleod@ligo.org
License: GPL-3.0-or-later
Project-URL: Bug Tracker, https://github.com/duncanmmacleod/ciecplib/issues
Project-URL: Documentation, https://ciecplib.readthedocs.io/
Project-URL: Source Code, https://github.com/duncanmmacleod/ciecplib/
Description: # CI ECP for Python
        
        This python package provides a native Python client to access
        SAML/ECP-authenticated content over HTTP with
        [CILogon](https://cilogon.org).
        
        ## Release status
        
        [![PyPI version](https://img.shields.io/pypi/v/ciecplib.svg)](https://pypi.python.org/pypi/ciecplib)
        [![Conda version](https://img.shields.io/conda/vn/conda-forge/ciecplib.svg)](https://anaconda.org/conda-forge/ciecplib/)  
        [![DOI](https://zenodo.org/badge/33156275.svg)](https://zenodo.org/badge/latestdoi/33156275)
        [![License](https://img.shields.io/pypi/l/ciecplib.svg)](https://choosealicense.com/licenses/gpl-3.0/)
        ![Supported Python versions](https://img.shields.io/pypi/pyversions/ciecplib.svg)
        
        ## Development status
        
        [![Build status](https://github.com/duncanmmacleod/ciecplib/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/duncanmmacleod/ciecplib/actions/workflows/build.yml)
        [![Codecov](https://img.shields.io/codecov/c/gh/duncanmmacleod/ciecplib?logo=codecov)](https://codecov.io/gh/duncanmmacleod/ciecplib)
        [![Maintainability](https://api.codeclimate.com/v1/badges/9e777f5fe160d1e3e7b6/maintainability)](https://codeclimate.com/github/duncanmmacleod/ciecplib/maintainability)
        [![Documentation](https://readthedocs.org/projects/ciecplib/badge/?version=latest)](https://ciecplib.readthedocs.io/en/latest/?badge=latest)
        
        ## Installation
        
        See https://ciecplib.readthedocs.io/en/latest/#installation for installation instructions.
        
        ## Basic usage
        
        ```python
        >>> from ciecplib import request
        >>> response = request('https://somewhere.org/mywebpage/')
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: tests
