The pysnmp.proto.cli.ucd package implements a UCD/Net-SNMP-style command-line arguments parser, used to initialize SNMP message objects, as a set of mix-in classes complementary to their SNMP protocol objects.
To make use of this CLI to SNMP protocol objects, user needs to "import" the pysnmp.proto.cli.ucd package into his application -- importing this package causes all its components to be mixed-into corresponding low-level SNMP protocol classes (such as v1.GetRequest, v1.Trap etc).
Once mixed-in, the CLI classes define a few new methods to be used for SNMP protocol objects initialization from command-line.
This package contains the following modules: