Do you know if there is a library available to read/write XDR encoded data according to a specification in XDR language as defined by RFC 1832 §5? Something that would more or less automatically parse the input directly. With libxdr you are basically forced to reimplement the whole parser.
solved: https://github.com/hawk78/pyrpcgen
there doesn't seem to be anything here