API Reference
esp_parser
parse_esp
esp_parser.group
esp_parser.records
esp_parser.subrecords
esp_parser.types
esp_parser.utils
Contributing
Links
Parser and unparser for Bethesda ESP files.
Functions:
parse_esp(raw_bytes)
Recursively parse an ESP file.
raw_bytes (BytesIO)
BytesIO
Iterator[Union[RecordType, Group]]
Iterator
Union
RecordType
Group