Metadata-Version: 1.0
Name: logtools
Version: 0.3
Summary: Log analysis and filtering tools
Home-page: http://github.com/adamhadani/logtools
Author: Adam Ever-Hadani
Author-email: adamhadani@gmail.com
License: UNKNOWN
Description: A log files analysis / filtering framework.
        
        logtools encompasses of a few easy-to-use, easy to configure command-line
        tools, typically used in conjunction with Apache logs.
        
        The idea is to standardize log parsing and filtering using a coherent
        configuration methodology and UNIX command-line interface (STDIN input streaming, command-line piping etc.)
        so as to create a consistent environment for creating reports, charts and other such
        log mining artifacts that are typically employed in a Website context.
        
        This software is distributed under the Apache 2.0 license.
        
Keywords: logging,sampling,geoip,filter
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Topic :: Internet :: Log Analysis
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
