Metadata-Version: 1.1
Name: loglab
Version: 0.1
Summary: Components for parsing and filtering webserver logs
Home-page: http://code.google.com/p/python-loglab/
Author: Daniel Pope
Author-email: lord.mauve@gmail.com
License: UNKNOWN
Description: 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.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: System :: Logging
