Python bindings for aoe2rec, a Rust library for parsing Age of Empires 2 recorded game files. Currently at version 0.1.21, requires Python >=3.9, and is released alongside the core aoe2rec crate. Development is active via GitHub.
pip install aoe2rec-pyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses a recording file and prints map name and player count. Works directly with saved .aoe2record files.
Use `from aoe2rec_py import ...` (underscores).
Check the aoe2rec core crate for version support and open issues if a recording fails.
Stay updated; the import path and function name are likely to stabilize.
No dependency data recorded yet.