Home | Trees | Indices | Help |
|
---|
|
network address manipulation, done Pythonically
Version: 0.6
Submodules | |
|
Classes | |
AddrFormatError An Exception indicating that a network address format is not recognised. |
|
AddrConversionError An Exception indicating a failure to convert between address types or notations. |
|
IP Represents individual IPv4 and IPv6 addresses. |
|
IPRange Represents arbitrary contiguous blocks of IPv4 and IPv6 addresses using only a lower and upper bound IP address. |
|
IPRangeSet *EXPERIMENTAL* A customised Python set class that deals with collections of IPRange class and subclass instances. |
|
CIDR Represents blocks of IPv4 and IPv6 addresses using CIDR (Classless Inter-Domain Routing) notation. |
|
Wildcard Represents blocks of IPv4 addresses using a wildcard or glob style syntax. |
|
EUI Represents an IEEE EUI (Extended Unique Identifier) indentifier. |
|
OUI Represents an individual IEEE OUI (Organisationally Unique Identifier) identifier. |
|
IAB Represents an individual IEEE IAB (Individual Address Block) identifier. |
|
NotRegisteredError An Exception indicating that an OUI or IAB was not found in the IEEE Registry. |
Functions | |||
|
Function Details |
An xrange work alike generator that produces sequences of IP addresses based on start and stop addresses, in intervals of step size.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jan 21 23:41:05 2009 | http://epydoc.sourceforge.net |