Metadata-Version: 1.1
Name: WinLogReader
Version: 1.0
Author: Stefan Christensen
Author-email: stefan christensen at uit no
Maintainer: Stefan Christensen
Maintainer-email: stefan christensen at uit no
Summary: A module to import Windows logfiles.
Description: |The module imports the logfile into a list, with each entry as a tuple.
        |It currently has the following features:
        |  * sorting by diffrent fields
        |  * filters, can be a function or a statement
Requires: struct
Requires: time
Requires: os.path
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Topic :: Security
Classifier: Topic :: System :: Logging
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Operating System

