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

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

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

Prerequisites:

 * tornado >=2.2

Using easy_install::

 $ easy_install webtail

Using pip::

 $ pip install webtail

or from source::

 $ python setup.py install

Usage
-----

 $ webtail --port=8000 --files=/var/log/nginx/error.log,/var/log/nginx/access.log --logging=warn
 
