|
AddrFormatError
An Exception indicating a network address is not correctly
formatted.
|
|
AddrConversionError
An Exception indicating a failure to convert between address types
or notations.
|
|
NotRegisteredError
An Exception indicating that an OUI or IAB was not found in the
IEEE Registry.
|
|
Subscriber
An abstract class defining the interface expected by a Publisher.
|
|
PrettyPrinter
A concrete Subscriber that employs the pprint in the standard
library to format all data from updates received, writing them to a
file-like object.
|
|
Publisher
A 'push' Publisher that maintains a list of Subscriber objects
notifying them of state changes by passing them update data when it
encounter events of interest.
|
|
DictDotLookup
Creates objects that behave much like a dictionaries, but allow
nested key access using object '.' (dot) lookups.
|