Metadata-Version: 2.4
Name: libexe-python
Version: 20260524
Summary: Python bindings for libexe
Maintainer-email: Joachim Metz <joachim.metz@gmail.com>
License-Expression: LGPL-3.0-or-later
Project-URL: Documentation, https://github.com/libyal/libexe/wiki/Home
Project-URL: Homepage, https://github.com/libyal/libexe
Project-URL: Repository, https://github.com/libyal/libexe
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: COPYING
License-File: COPYING.LESSER
Dynamic: license-file

libexe is a library to access the executable (EXE) format.

At the moment the goal of this project is to provide functionality to parse EXE (PE/COFF) and the resources stored in them using libwrc.
This functionality is used in libevt and libevx to parse EventLog messages from PE/COFF message files.

Project information:

* Status: experimental
* Licence: LGPL-3.0-or-later

Planned:

* Multi-threading support

For more information see:

* Project documentation: https://github.com/libyal/libexe/wiki/Home
* How to build from source: https://github.com/libyal/libexe/wiki/Building

