A Python library for programmatically interfacing with Windows Event Log. Version 0.0.11; low release cadence.
pip install winevtNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Query Windows Security event log and print event IDs.
Only use on Windows systems or Windows compatibility layers like Wine.
Run 'pip install pywin32' if you encounter ImportError for win32api.
Use 'with log.open():' or call 'log.close()' explicitly.
No dependency data recorded yet.