portier-python is a set of helpers that you can use to authenticate your user with the Portier Identity Provider.
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 .