Skip to content

portier/portier-python

Repository files navigation

Portier authentication Python helpers

travis Coverage

portier-python is a set of helpers that you can use to authenticate your user with the Portier Identity Provider.

Installation

Install the Python package:

pip install portier-python

Install from the source code:

source <your-venv>/bin/activate
git clone git@github.com:portier/portier-python.git
cd portier-python
pip install -e .