sjames-au / python-scim

A python interface to produce and consume System for Cross-domain Identity Management (SCIM) messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-scim

Build Status Coverage Status PyPi Version PyPi Downloads

A python interface to produce and consume System for Cross-domain Identity Management (SCIM) messages.

Features

SCIM conformance

python-scim conforms to the latest SCIM (v1.1) standards.

Environment agnostic

python-scim may be used to produce and consume SCIM messages regardless of the environment (terminal, WSGI, django) used to call it.

Installation

Automated

  1. python-scim is listed on PyPI and can be installed by running the following command:

    pip install scim

License

Unless otherwise noted, all files contained within this project are liensed under the MIT opensource license. See the included file LICENSE or visit opensource.org for more information.

About

A python interface to produce and consume System for Cross-domain Identity Management (SCIM) messages.

License:MIT License


Languages

Language:Python 100.0%