evtx-0.6.7 has been yanked.
pyevtx-rs
Python bindings for https://github.com/omerbenamram/evtx/.
Installation
Available on PyPi - https://pypi.org/project/evtx/.
To install from PyPi - pip install evtx
Wheels
Wheels are currently automatically built for python3.6 python3.7 for all 64-bit platforms (Windows, macOS, and manylinux).
Installation from sources
Installation is possible for other platforms by installing from sources, this requires a nightly rust compiler and setuptools-rust.
Run python setup.py install
Usage
The API surface is currently fairly limited (only yields events as XML/JSON documents), but is planned to be expanded in the future.
This will print each record as an XML string.
=
And this will print each record as a JSON string.
=
File-like objects are also supported.
=
# io.BytesIO is also supported.
=