Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 905 Bytes

README.rst

File metadata and controls

36 lines (23 loc) · 905 Bytes

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 [email protected]:portier/portier-python.git
cd portier-python
pip install -e .