Metadata-Version: 2.1
Name: python-evtx
Version: 0.7.4
Summary: Pure Python parser for recent Windows event log files (.evtx).
Home-page: https://github.com/williballenthin/python-evtx
Author: Willi Ballenthin
Author-email: willi.ballenthin@gmail.com
License: Apache 2.0 License
Platform: UNKNOWN
Provides-Extra: test
License-File: LICENSE.TXT

python-evtx is a pure Python parser for Windows Event Log files (those with the file extension ".evtx"). The module provides programmatic access to the File and Chunk headers, record templates, and event entries. For example, you can use python-evtx to review the event logs of Windows 7 systems from a Mac or Linux workstation. The structure definitions and parsing strategies were heavily inspired by the work of Andreas Schuster and his Perl implementation "Parse-Evtx".

