pe-parse
pe-parse copied to clipboard
Add Rich header/entry support to pepy
pe-parse has had Rich header support for a while now, but that hasn't been ported into pepy.
An interface like this would be good (and consistent with the others):
pe.get_rich_header()
pe.get_rich_entries()
Filling in some more concrete implementation requirements for this:
pepywill need at least two new type objects:rich_headerandrich_entryget_rich_headerandget_rich_entrieswill need to be added topepy_parsed_methods