I was checking this library, very useful because of its simplicity to decode sflow packets, but then I was checking the code and found this PEP:
https://peps.python.org/pep-0594/#xdrlib
which states that xdrlib will be deprecated for 3.11 and newer version.
so my question is, if you plan to rewrite this lib using something else? or maybe require the xdrlib as dependency, not sure if someone will make xrdlib as a stand alone lib for those versions.