Google Authentication Middleware
================================

Provides means to restrict access to WSGI application by specified list of
Google accounts.

Instalation
-----------

Prerequisites:

 * werkzeug >=0.6.2
 * python-openid

Using easy_install::

 $ easy_install authgoogle_middleware

Using pip::

 $ pip install authgoogle_middleware

or from source::

 $ python setup.py install

Usage
-----

See example.py for basic use case.
