python-vxi11 uses xdrlib:
|
class Packer(xdrlib.Packer): |
|
class Unpacker(xdrlib.Unpacker): |
The xdrlib module documentation in the Python standard library reads:
Deprecated since version 3.11, will be removed in version 3.13: The xdrlib module is deprecated (see PEP 594 for details).
Python 3.13 is expected on 2024-10-07.