Installation ============ You can install ``simple_openid_connect`` from `PyPi `_:: $ pip install simple_openid_connect Alternatively, installing the latest development version from source can also be done:: $ pip install git+https://github.com/fsinfuhh/py_simple_openid_connect.git Additional features ------------------- This library also has some extra features which can be enabled by also installing the relevant package extra. .. note:: Package extras can usually be installed by appending ``[$extra]`` to the package name e.g.:: $ pip install simple_openid_connect[django] .. list-table:: :header-rows: 1 * - Name - Package Feature - Integration Docs - Supported Versions * - `Django `_ - ``django`` - `Django Integration Docs `_ - ``v3.2``, ``v4.0``, ``v4.1`` * - `Django-Rest-Framework `_ - ``djangorestframework`` - `DRF Integration Docs `_ - ``v3.13``, ``v3.14``