Metadata-Version: 2.0
Name: portier-python
Version: 0.1.1
Summary: Portier authentication Python helpers.
Home-page: https://github.com/portier/portier-python
Author: Mozilla Services
Author-email: services-dev@mozilla.com
License: Apache License (2.0)
Keywords: web services
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: PyJWT
Requires-Dist: cryptography
Requires-Dist: requests

Portier authentication Python helpers
=====================================

|travis| |master-coverage|

.. |travis| image:: https://travis-ci.org/portier/portier-python.svg?branch=master
    :target: https://travis-ci.org/portier/portier-python

.. |master-coverage| image::
    https://coveralls.io/repos/portier/portier-python/badge.png?branch=master
    :alt: Coverage
    :target: https://coveralls.io/r/portier/portier-python

*portier-python* is a set of helpers that you can use to authenticate
your user with `the Portier Identity Provider <https://portier.io/>`_.

* `Issue tracker <https://github.com/portier/portier-python/issues>`_


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 .


Changelog
=========

This document describes changes between each past release.


0.1.1 (2017-02-01)
------------------

- Moving to the ``portier`` Github organization.


0.1.0 (2017-02-01)
------------------

- Initial implementation with the portier helpers.


Contributors
============

* Dan Callahan <dan.callahan@gmail.com>
* Mathieu Leplatre <mathieu@mozilla.com>
* Rémy Hubscher <rhubscher@mozilla.com>


