The current version of genieutils-py is missing support for LangFile, which was present in the original C++ implementation of genieutils. This functionality is essential for parsing and interacting with the AoE-style language string files (*.txt, like language_x1.txt) used in Genie Engine games.
The C++ implementation of genieutils handles this in LangFile.cpp
Lang files are integral to localizing content for mods using the Genie Engine.
Reimplementing this functionality in Python would bring feature parity with the C++ version.