Loglab
======

Loglab is a Python library for generator-based log processing; supported logs
currently include Combined log format and Amazon S3 logs.

Installation
------------

Loglab is provided with a setuptools install script. Run ::

    $ python setup.py install

to install the library. Refer to ::

    $ python setup.py --help

for help with setuptools.

Usage
-----

The library currently has some documentation in the form of Python docstrings.

In a Python shell, try

    >>> help('loglab')

for module documentation.

License
-------

This software is licensed under the GNU GPL version 3 or later. See the
``LICENSE`` file for a copy of this license.

History
-------

Developed for the UK Department for Education by Capita National Strategies.
