Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
contego / home / tvault / .virtenv / lib / python2.7 / site-packages / ipaddress.pyc
Size: Mime:
ó
֍EYc@sdZddlmZddlZddlZdZefZyeefZWne	k
r`nXy
e
ZWn)e	k
r–eZe
eks“t‚nXdddkr³d„Zn	d„Zy
ejZWnek
råd	„ZnXd
„Zeedƒr
d„Zn	d
„Zdd„Zdefd„ƒYZdZdZdefd„ƒYZdefd„ƒYZd„Zed„Z d„Z!d„Z"d„Z#d„Z$d„Z%d„Z&d „Z'd!„Z(d"„Z)d#„Z*d$efd%„ƒYZ+d&e+fd'„ƒYZ,d(e+fd)„ƒYZ-d*efd+„ƒYZ.d,e.e,fd-„ƒYZ/d.e/fd/„ƒYZ0d0e.e-fd1„ƒYZ1d2efd3„ƒYZ2e2e/_3d4efd5„ƒYZ4d6e4e,fd7„ƒYZ5d8e5fd9„ƒYZ6d:e4e-fd;„ƒYZ7d<efd=„ƒYZ8e8e5_3dS(>u•A fast, lightweight IPv4/IPv6 manipulation library in Python.

This library is used to create/poke/manipulate IPv4 and IPv6 addresses
and networks.

iÿÿÿÿ(tunicode_literalsNu1.0.18ticCs|S(N((tbyt((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_compat_bytes_to_byte_valsscCs'g|D]}tjd|ƒd^qS(Ns!Bi(tstructtunpack(Rtb((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR"scCsP|dkst‚d}x1|D])}t|tƒs:t‚|d>|}qW|S(Nubigii(tAssertionErrort
isinstancet_compat_int_types(tbytvalst	endianesstrestbv((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_compat_int_from_byte_vals's
cCsËt|tƒst‚|dks't‚|dkrm|dksK|dkr]tjdƒ‚ntjd|ƒS|dkr¾|dks‘|dkr£tjd
ƒ‚ntjd|d?|d
@ƒStƒ‚dS(Nubigiiii u(integer out of range for 'I' format codes!Iii€u)integer out of range for 'QQ' format codes!QQi@lÿÿÿÿIl	(RR	RRterrortpacktNotImplementedError(tintvaltlengthR((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_compat_to_bytes0su
bit_lengthcCs
|jƒS(N(t
bit_length(ti((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_compat_bit_lengthAscCs/x(tjƒD]}||?dkr
|Sq
WdS(Ni(t	itertoolstcount(RR((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRDsiccs>|dkst‚|}x||kr9|V||7}qWdS(Ni(R(tstarttendtstepR((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt
_compat_rangeJs
t_TotalOrderingMixincBsDeZdZd„Zd„Zd„Zd„Zd„Zd„ZRS(cCs
t‚dS(N(R(tselftother((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__eq__YscCs$|j|ƒ}|tkrtS|S(N(R!tNotImplemented(RR tequal((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__ne__\scCs
t‚dS(N(R(RR ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__lt__bscCs3|j|ƒ}|tks"|r/|j|ƒS|S(N(R%R"R!(RR tless((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__le__es
cCsI|j|ƒ}|tkrtS|j|ƒ}|tkr>tS|pG|S(N(R%R"R!(RR R&R#((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__gt__kscCs$|j|ƒ}|tkrtS|S(N(R%R"(RR R&((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__ge__ts((	t__name__t
__module__t	__slots__R!R$R%R'R(R)(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRRs						i i€tAddressValueErrorcBseZdZRS(u%A Value Error related to the address.(R*R+t__doc__(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR-stNetmaskValueErrorcBseZdZRS(u%A Value Error related to the netmask.(R*R+R.(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR/ƒscCs†yt|ƒSWnttfk
r'nXyt|ƒSWnttfk
rOnXt|tƒrrtd|ƒ‚ntd|ƒ‚dS(u®Take an IP string/int and return an object of the correct type.

    Args:
        address: A string or integer, the IP address.  Either IPv4 or
          IPv6 addresses may be supplied; integers less than 2**32 will
          be considered to be IPv4 by default.

    Returns:
        An IPv4Address or IPv6Address object.

    Raises:
        ValueError: if the *address* passed isn't either a v4 or a v6
          address

    ux%r does not appear to be an IPv4 or IPv6 address. Did you pass in a bytes (str in Python 2) instead of a unicode object?u0%r does not appear to be an IPv4 or IPv6 addressN(tIPv4AddressR-R/tIPv6AddressRtbytest
ValueError(taddress((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt
ip_address‡s
cCsŒyt||ƒSWnttfk
r*nXyt||ƒSWnttfk
rUnXt|tƒrxtd|ƒ‚ntd|ƒ‚dS(uÐTake an IP string/int and return an object of the correct type.

    Args:
        address: A string or integer, the IP network.  Either IPv4 or
          IPv6 networks may be supplied; integers less than 2**32 will
          be considered to be IPv4 by default.

    Returns:
        An IPv4Network or IPv6Network object.

    Raises:
        ValueError: if the string passed isn't either a v4 or a v6
          address. Or if the network has host bits set.

    ux%r does not appear to be an IPv4 or IPv6 network. Did you pass in a bytes (str in Python 2) instead of a unicode object?u0%r does not appear to be an IPv4 or IPv6 networkN(tIPv4NetworkR-R/tIPv6NetworkRR2R3(R4tstrict((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt
ip_network«s
cCsdyt|ƒSWnttfk
r'nXyt|ƒSWnttfk
rOnXtd|ƒ‚dS(ugTake an IP string/int and return an object of the correct type.

    Args:
        address: A string or integer, the IP address.  Either IPv4 or
          IPv6 addresses may be supplied; integers less than 2**32 will
          be considered to be IPv4 by default.

    Returns:
        An IPv4Interface or IPv6Interface object.

    Raises:
        ValueError: if the string passed isn't either a v4 or a v6
          address.

    Notes:
        The IPv?Interface classes describe an Address on a particular
        Network, so they're basically a combination of both the Address
        and Network classes.

    u2%r does not appear to be an IPv4 or IPv6 interfaceN(t
IPv4InterfaceR-R/t
IPv6InterfaceR3(R4((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytip_interfaceÏscCsAyt|ddƒSWn&tjtfk
r<tdƒ‚nXdS(u`Represent an address as 4 packed bytes in network (big-endian) order.

    Args:
        address: An integer representation of an IPv4 IP address.

    Returns:
        The integer address packed as 4 bytes in network (big-endian) order.

    Raises:
        ValueError: If the integer is negative or too large to be an
          IPv4 IP address.

    iubigu&Address negative or too large for IPv4N(RRRt
OverflowErrorR3(R4((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytv4_int_to_packedòscCsAyt|ddƒSWn&tjtfk
r<tdƒ‚nXdS(uõRepresent an address as 16 packed bytes in network (big-endian) order.

    Args:
        address: An integer representation of an IPv6 IP address.

    Returns:
        The integer address packed as 16 bytes in network (big-endian) order.

    iubigu&Address negative or too large for IPv6N(RRRR=R3(R4((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytv6_int_to_packeds
cCs>t|ƒjdƒ}t|ƒdkr:td|ƒ‚n|S(uAHelper to split the netmask and raise AddressValueError if neededu/iuOnly one '/' permitted in %r(t_compat_strtsplittlenR-(R4taddr((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_split_optional_netmasksccslt|ƒ}t|ƒ}}x>|D]6}|j|jdkrS||fV|}n|}q#W||fVdS(uÏFind a sequence of sorted deduplicated IPv#Address.

    Args:
        addresses: a list of IPv#Address objects.

    Yields:
        A tuple containing the first and last IP addresses in the sequence.

    iN(titertnextt_ip(t	addressestittfirsttlasttip((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_find_address_ranges

	
cCs,|dkr|St|t||d@ƒƒS(uåCount the number of zero bits on the right hand side.

    Args:
        number: an integer.
        bits: maximum number of bits to count.

    Returns:
        The number of zero bits on the right hand side of the number.

    ii(tminR(tnumbertbits((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_count_righthand_zero_bits2sccsKt|tƒot|tƒs-tdƒ‚n|j|jkrXtd||fƒ‚n||krstdƒ‚n|jdkr‹t}n$|jdkr£t}ntdƒ‚|j}|j}|j}xz||krFt	t
||ƒt||dƒdƒ}||||fƒ}|V|d|>7}|d|jkrÍPqÍqÍWdS(	u¤Summarize a network range given the first and last IP addresses.

    Example:
        >>> list(summarize_address_range(IPv4Address('192.0.2.0'),
        ...                              IPv4Address('192.0.2.130')))
        ...                                #doctest: +NORMALIZE_WHITESPACE
        [IPv4Network('192.0.2.0/25'), IPv4Network('192.0.2.128/31'),
         IPv4Network('192.0.2.130/32')]

    Args:
        first: the first IPv4Address or IPv6Address in the range.
        last: the last IPv4Address or IPv6Address in the range.

    Returns:
        An iterator of the summarized IPv(4|6) network objects.

    Raise:
        TypeError:
            If the first and last objects are not IP addresses.
            If the first and last objects are not the same version.
        ValueError:
            If the last object is not greater than the first.
            If the version of the first address is not 4 or 6.

    u1first and last must be IP addresses, not networksu%%s and %s are not of the same versionu*last IP address must be greater than firstiiuunknown IP versioniN(
Rt_BaseAddresst	TypeErrortversionR3R6R7t_max_prefixlenRGRNRQRt	_ALL_ONES(RJRKRLtip_bitst	first_inttlast_inttnbitstnet((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytsummarize_address_rangeBs0					ccsÛt|ƒ}i}xm|r|jƒ}|jƒ}|j|ƒ}|dkr[|||<q||kr||=|j|ƒqqWd}xLt|jƒƒD]8}|dk	rÈ|j|jkrÈq›qÈn|V|}q›WdS(uuLoops through the addresses, collapsing concurrent netblocks.

    Example:

        ip1 = IPv4Network('192.0.2.0/26')
        ip2 = IPv4Network('192.0.2.64/26')
        ip3 = IPv4Network('192.0.2.128/26')
        ip4 = IPv4Network('192.0.2.192/26')

        _collapse_addresses_internal([ip1, ip2, ip3, ip4]) ->
          [IPv4Network('192.0.2.0/24')]

        This shouldn't be called directly; it is called via
          collapse_addresses([]).

    Args:
        addresses: A list of IPv4Network's or IPv6Network's

    Returns:
        A list of IPv4Network's or IPv6Network's depending on what we were
        passed.

    N(	tlisttpoptsupernettgettNonetappendtsortedtvaluestbroadcast_address(RHtto_mergetsubnetsR[R_texistingRK((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_collapse_addresses_internalys$	
	cCs£g}g}g}x2|D]*}t|tƒrw|rg|dj|jkrgtd||dfƒ‚n|j|ƒq|j|jkrý|rÂ|dj|jkrÂtd||dfƒ‚ny|j|jƒWqCtk
rù|j|j	ƒqCXq|r6|dj|jkr6td||dfƒ‚n|j|ƒqWt
t|ƒƒ}|r•x3t|ƒD]"\}}|j
t||ƒƒqlWnt||ƒS(uËCollapse a list of IP objects.

    Example:
        collapse_addresses([IPv4Network('192.0.2.0/25'),
                            IPv4Network('192.0.2.128/25')]) ->
                           [IPv4Network('192.0.2.0/24')]

    Args:
        addresses: An iterator of IPv4Network or IPv6Network objects.

    Returns:
        An iterator of the collapsed IPv(4|6)Network objects.

    Raises:
        TypeError: If passed a list of mixed version objects.

    iÿÿÿÿu%%s and %s are not of the same version(RRRt_versionRSRbt
_prefixlenRURLtAttributeErrortnetwork_addressRctsetRMtextendR\Ri(RHtaddrstipstnetsRLRJRK((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytcollapse_addressesªs4

cCs6t|tƒr|jƒSt|tƒr2|jƒStS(u2Return a key suitable for sorting between networks and addresses.

    Address and Network objects are not sortable by default; they're
    fundamentally different so the expression

        IPv4Address('192.0.2.0') <= IPv4Network('192.0.2.0/24')

    doesn't make any sense.  There are some times however, where you may wish
    to have ipaddress sort these for you anyway. If you need to do this, you
    can use this function as the key= argument to sorted().

    Args:
      obj: either a Network or Address object.
    Returns:
      appropriate key.

    (Rt_BaseNetworkt_get_networks_keyRRt_get_address_keyR"(tobj((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytget_mixed_type_keyàs


t_IPAddressBasecBs¶eZdZd
Zed„ƒZed„ƒZed„ƒZed„ƒZd„Z	d„Z
ed„ƒZed„ƒZ
ed	„ƒZed
„ƒZed„ƒZd„ZRS(uThe mother class.cCs
|jƒS(u:Return the longhand version of the IP address as a string.(t_explode_shorthand_ip_string(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytexplodedÿscCs
t|ƒS(u;Return the shorthand version of the IP address as a string.(R@(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt
compressedscCs
|jƒS(uIThe name of the reverse DNS pointer for the IP address, e.g.:
            >>> ipaddress.ip_address("127.0.0.1").reverse_pointer
            '1.0.0.127.in-addr.arpa'
            >>> ipaddress.ip_address("2001:db8::1").reverse_pointer
            '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa'

        (t_reverse_pointer(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytreverse_pointer	s	cCs#dt|ƒf}t|ƒ‚dS(Nu%200s has no version specified(ttypeR(Rtmsg((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRTscCsi|dkr.d}t|||jfƒ‚n||jkred}t|||j|jfƒ‚ndS(Niu-%d (< 0) is not permitted as an IPv%d addressu2%d (>= 2**%d) is not permitted as an IPv%d address(R-RjRVRU(RR4R€((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_check_int_addressscCsDt|ƒ}||kr@d}t|||||jfƒ‚ndS(Nu~%r (len %d != %d) is not permitted as an IPv%d address. Did you pass in a bytes (str in Python 2) instead of a unicode object?(RBR-Rj(RR4texpected_lentaddress_lenR€((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_check_packed_address"s
cCs|j|j|?AS(u¦Turn the prefix length into a bitwise netmask

        Args:
            prefixlen: An integer, the prefix length.

        Returns:
            An integer.

        (RV(tclst	prefixlen((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_ip_int_from_prefix,sc	Cst||jƒ}|j|}||?}d|>d}||kr{|jd}t||dƒ}d}t||ƒ‚n|S(uReturn prefix length from the bitwise netmask.

        Args:
            ip_int: An integer, the netmask in expanded bitwise format

        Returns:
            An integer, the prefix length.

        Raises:
            ValueError: If the input intermingles zeroes & ones
        iiubigu&Netmask pattern %r mixes zeroes & ones(RQRURR3(	R…tip_intttrailing_zeroesR†tleading_onestall_onestbyteslentdetailsR€((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_prefix_from_ip_int9s



cCsd|}t|ƒ‚dS(Nu%r is not a valid netmask(R/(R…tnetmask_strR€((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_report_invalid_netmaskRs
cCs†tjj|ƒs"|j|ƒnyt|ƒ}Wntk
rR|j|ƒnXd|kom|jkns‚|j|ƒn|S(u	Return prefix length from a numeric string

        Args:
            prefixlen_str: The string to be converted

        Returns:
            An integer, the prefix length.

        Raises:
            NetmaskValueError: If the input is not a valid netmask
        i(t_BaseV4t_DECIMAL_DIGITSt
issupersetRtintR3RU(R…t
prefixlen_strR†((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_prefix_from_prefix_stringWs
cCsœy|j|ƒ}Wntk
r3|j|ƒnXy|j|ƒSWntk
rXnX||jN}y|j|ƒSWntk
r—|j|ƒnXdS(uTurn a netmask/hostmask string into a prefix length

        Args:
            ip_str: The netmask/hostmask to be converted

        Returns:
            An integer, the prefix length.

        Raises:
            NetmaskValueError: If the input is not a valid netmask/hostmask
        N(t_ip_int_from_stringR-RRŽR3RV(R…tip_strRˆ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_prefix_from_ip_stringps



cCs|jt|ƒffS(N(t	__class__R@(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt
__reduce__’s((R*R+R.R,tpropertyR{R|R~RTRR„tclassmethodR‡RŽRR–R™R›(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRyùs			

"RRcBsneZdZdZd„Zd„Zd„Zd„Zd„Zd„Z	d„Z
d„Zd	„Zd
„Z
RS(u€A generic IP object.

    This IP class contains the version independent methods which are
    used by single IP addresses.
    cCs|jS(N(RG(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__int__ scCs?y&|j|jko$|j|jkSWntk
r:tSXdS(N(RGRjRlR"(RR ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR!£s

cCsŒt|tƒstSt|tƒs;td||fƒ‚n|j|jkrftd||fƒ‚n|j|jkrˆ|j|jkStS(Nu"%s and %s are not of the same typeu%%s and %s are not of the same version(RRyR"RRRSRjRGtFalse(RR ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR%ªscCs*t|tƒstS|jt|ƒ|ƒS(N(RR	R"RšR”(RR ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__add__¹scCs*t|tƒstS|jt|ƒ|ƒS(N(RR	R"RšR”(RR ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__sub__¾scCsd|jjt|ƒfS(Nu%s(%r)(RšR*R@(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__repr__ÃscCst|j|jƒƒS(N(R@t_string_from_ip_intRG(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__str__ÆscCsttt|jƒƒƒS(N(thashthexR”RG(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__hash__ÉscCs
|j|fS(N(Rj(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRvÌscCs|j|jffS(N(RšRG(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR›Ïs((R*R+R.R,RžR!R%R R¡R¢R¤R§RvR›(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRR–s									RtcBseZdZd„Zd„Zd„Zd„Zd„Zd„Zd„Z	d„Z
d	„Zd
„Zd„Z
ed„ƒZed
„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZd„Zd„Zd„Zdd#d„Zdd#d„Zed„ƒZd„Zd„Zed„ƒZ ed„ƒZ!ed„ƒZ"ed „ƒZ#ed!„ƒZ$ed"„ƒZ%RS($u~A generic IP network object.

    This IP class contains the version independent methods which are
    used by networks.

    cCs
i|_dS(N(t_cache(RR4((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__init__ÛscCsd|jjt|ƒfS(Nu%s(%r)(RšR*R@(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR¢ÞscCsd|j|jfS(Nu%s/%d(RmR†(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR¤ásccsNt|jƒ}t|jƒ}x)t|d|ƒD]}|j|ƒVq2WdS(uŸGenerate Iterator over usable hosts in a network.

        This is like __iter__ except it doesn't return the network
        or broadcast addresses.

        iN(R”RmReRt_address_class(Rtnetworkt	broadcasttx((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pythostsäsccsNt|jƒ}t|jƒ}x)t||dƒD]}|j|ƒVq2WdS(Ni(R”RmReRRª(RR«R¬R­((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__iter__ðscCs˜t|jƒ}t|jƒ}|dkrZ|||krItdƒ‚n|j||ƒS|d7}|||krƒtdƒ‚n|j||ƒSdS(Niuaddress out of rangei(R”RmRet
IndexErrorRª(RtnR«R¬((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__getitem__ös
cCs®t|tƒstSt|tƒs;td||fƒ‚n|j|jkrftd||fƒ‚n|j|jkrˆ|j|jkS|j|jkrª|j|jkStS(Nu"%s and %s are not of the same typeu%%s and %s are not of the same version(	RRyR"RtRSRjRmtnetmaskRŸ(RR ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR%scCs]yD|j|jkoB|j|jkoBt|jƒt|jƒkSWntk
rXtSXdS(N(RjRmR”R³RlR"(RR ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR!s 
cCs tt|jƒt|jƒAƒS(N(R¥R”RmR³(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR§scCs`|j|jkrtSt|tƒr)tSt|jƒt|jƒkoYt|jƒkSSdS(N(RjRŸRRtR”RmRGRe(RR ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt__contains__s cCs:|j|kp9|j|kp9|j|kp9|j|kS(u*Tell if self is partly contained in other.(RmRe(RR ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytoverlaps*scCsW|jjdƒ}|dkrS|jt|jƒt|jƒBƒ}||jd<n|S(Nubroadcast_address(R¨R`RaRªR”Rmthostmask(RR­((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRe1scCsQ|jjdƒ}|dkrM|jt|jƒ|jAƒ}||jd<n|S(Nuhostmask(R¨R`RaRªR”R³RV(RR­((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR¶:s
cCsd|j|jfS(Nu%s/%d(RmRk(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytwith_prefixlenBscCsd|j|jfS(Nu%s/%s(RmR³(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytwith_netmaskFscCsd|j|jfS(Nu%s/%s(RmR¶(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt
with_hostmaskJscCst|jƒt|jƒdS(u&Number of hosts in the current subnet.i(R”ReRm(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt
num_addressesNscCs#dt|ƒf}t|ƒ‚dS(Nu%%200s has no associated address class(RR(RR€((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRªSscCs|jS(N(Rk(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR†[sccs…|j|jks+td||fƒ‚nt|tƒsMtd|ƒ‚n|j|ƒsutd||fƒ‚n||kr…dS|jd|j|jfƒ}|j	ƒ\}}x‡||kr?||kr?|j|ƒrú|V|j	ƒ\}}q¹|j|ƒr#|V|j	ƒ\}}q¹t
d|||fƒ‚q¹W||krT|Vn-||krh|Vnt
d|||fƒ‚dS(uºRemove an address from a larger block.

        For example:

            addr1 = ip_network('192.0.2.0/28')
            addr2 = ip_network('192.0.2.1/32')
            list(addr1.address_exclude(addr2)) =
                [IPv4Network('192.0.2.0/32'), IPv4Network('192.0.2.2/31'),
                 IPv4Network('192.0.2.4/30'), IPv4Network('192.0.2.8/29')]

        or IPv6:

            addr1 = ip_network('2001:db8::1/32')
            addr2 = ip_network('2001:db8::1/128')
            list(addr1.address_exclude(addr2)) =
                [ip_network('2001:db8::1/128'),
                 ip_network('2001:db8::2/127'),
                 ip_network('2001:db8::4/126'),
                 ip_network('2001:db8::8/125'),
                 ...
                 ip_network('2001:db8:8000::/33')]

        Args:
            other: An IPv4Network or IPv6Network object of the same type.

        Returns:
            An iterator of the IPv(4|6)Network objects which is self
            minus other.

        Raises:
            TypeError: If self and other are of differing address
              versions, or if other is not a network object.
            ValueError: If other is not completely contained by self.

        u%%s and %s are not of the same versionu%s is not a network objectu%s not contained in %sNu%s/%su3Error performing exclusion: s1: %s s2: %s other: %s(RjRSRRtt	subnet_ofR3RšRmR†RgR(RR ts1ts2((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytaddress_exclude_s6$cCs‡|j|jkr+td||fƒ‚n|j|jkrAdS|j|jkrWdS|j|jkrmdS|j|jkrƒdSdS(u¥Compare two IP objects.

        This is only concerned about the comparison of the integer
        representation of the network addresses.  This means that the
        host bits aren't considered at all in this method.  If you want
        to compare host bits, you can easily enough do a
        'HostA._ip < HostB._ip'

        Args:
            other: An IP object.

        Returns:
            If the IP versions of self and other are the same, returns:

            -1 if self < other:
              eg: IPv4Network('192.0.2.0/25') < IPv4Network('192.0.2.128/25')
              IPv6Network('2001:db8::1000/124') <
                  IPv6Network('2001:db8::2000/124')
            0 if self == other
              eg: IPv4Network('192.0.2.0/24') == IPv4Network('192.0.2.0/24')
              IPv6Network('2001:db8::1000/124') ==
                  IPv6Network('2001:db8::1000/124')
            1 if self > other
              eg: IPv4Network('192.0.2.128/25') > IPv4Network('192.0.2.0/25')
                  IPv6Network('2001:db8::2000/124') >
                      IPv6Network('2001:db8::1000/124')

          Raises:
              TypeError if the IP versions are different.

        u"%s and %s are not of the same typeiÿÿÿÿii(RjRSRmR³(RR ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytcompare_networksªs!cCs|j|j|jfS(uËNetwork-only key function.

        Returns an object that identifies this address' network and
        netmask. This function is a suitable "key" argument for sorted()
        and list.sort().

        (RjRmR³(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRuÚsic	cs4|j|jkr|VdS|dk	rp||jkrEtdƒ‚n|dkr`tdƒ‚n||j}n|dkr‹tdƒ‚n|j|}||jkrÀtd||fƒ‚nt|jƒ}t|jƒd}t|jƒd|?}x4t|||ƒD] }|j	||fƒ}|VqWdS(uÓThe subnets which join to make the current subnet.

        In the case that self contains only one IP
        (self._prefixlen == 32 for IPv4 or self._prefixlen == 128
        for IPv6), yield an iterator with just ourself.

        Args:
            prefixlen_diff: An integer, the amount the prefix length
              should be increased by. This should not be set if
              new_prefix is also set.
            new_prefix: The desired new prefix length. This must be a
              larger number (smaller prefix) than the existing prefix.
              This should not be set if prefixlen_diff is also set.

        Returns:
            An iterator of IPv(4|6) objects.

        Raises:
            ValueError: The prefixlen_diff is too small or too large.
                OR
            prefixlen_diff and new_prefix are both set or new_prefix
              is a smaller number than the current prefix (smaller
              number means a larger network)

        Nunew prefix must be longeriu(cannot set prefixlen_diff and new_prefixiuprefix length diff must be > 0u0prefix length diff %d is invalid for netblock %s(
RkRURaR3R”RmReR¶RRš(	Rtprefixlen_difft
new_prefixt
new_prefixlenRRRtnew_addrtcurrent((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRgäs,
cCsÊ|jdkr|S|dk	rh||jkr=tdƒ‚n|dkrXtdƒ‚n|j|}n|j|}|dkrtd|j|fƒ‚n|jt|jƒt|jƒ|>@|fƒS(uËThe supernet containing the current network.

        Args:
            prefixlen_diff: An integer, the amount the prefix length of
              the network should be decreased by.  For example, given a
              /24 network and a prefixlen_diff of 3, a supernet with a
              /21 netmask is returned.

        Returns:
            An IPv4 network object.

        Raises:
            ValueError: If self.prefixlen - prefixlen_diff < 0. I.e., you have
              a negative prefix length.
                OR
            If prefixlen_diff and new_prefix are both set or new_prefix is a
              larger number than the current prefix (larger number means a
              smaller network)

        iunew prefix must be shorteriu(cannot set prefixlen_diff and new_prefixu;current prefixlen is %d, cannot have a prefixlen_diff of %dN(RkRaR3R†RšR”RmR³(RRÀRÁRÂ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR_s 
cCs|jjo|jjS(u»Test if the address is reserved for multicast use.

        Returns:
            A boolean, True if the address is a multicast address.
            See RFC 2373 2.7 for details.

        (Rmtis_multicastRe(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÅAs	cCsp|j|jkrtSt|dƒrVt|dƒrV|j|jkoU|j|jkStdt|ƒƒ‚dS(Nunetwork_addressubroadcast_addressu9Unable to test subnet containment with element of type %s(RjRŸthasattrRmReRSR(RR ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR»MscCsp|j|jkrtSt|dƒrVt|dƒrV|j|jkoU|j|jkStdt|ƒƒ‚dS(Nunetwork_addressubroadcast_addressu9Unable to test subnet containment with element of type %s(RjRŸRÆRmReRSR(RR ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytsupernet_of[scCs|jjo|jjS(uµTest if the address is otherwise IETF reserved.

        Returns:
            A boolean, True if the address is within one of the
            reserved IPv6 Network ranges.

        (Rmtis_reservedRe(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÈis	cCs|jjo|jjS(uTest if the address is reserved for link-local.

        Returns:
            A boolean, True if the address is reserved per RFC 4291.

        (Rmt
is_link_localRe(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÉuscCs|jjo|jjS(uÔTest if this address is allocated for private networks.

        Returns:
            A boolean, True if the address is reserved per
            iana-ipv4-special-registry or iana-ipv6-special-registry.

        (Rmt
is_privateRe(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRʀs	cCs|jS(u×Test if this address is allocated for public networks.

        Returns:
            A boolean, True if the address is not reserved per
            iana-ipv4-special-registry or iana-ipv6-special-registry.

        (RÊ(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt	is_globalŒs	cCs|jjo|jjS(u¨Test if the address is unspecified.

        Returns:
            A boolean, True if this is the unspecified address as defined in
            RFC 2373 2.5.2.

        (Rmtis_unspecifiedRe(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR̗s	cCs|jjo|jjS(u±Test if the address is a loopback address.

        Returns:
            A boolean, True if the address is a loopback address as defined in
            RFC 2373 2.5.3.

        (Rmtis_loopbackRe(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÍ£s	N(&R*R+R.R©R¢R¤R®R¯R²R%R!R§R´RµRœReR¶R·R¸R¹RºRªR†R¾R¿RuRaRgR_RÅR»RÇRÈRÉRÊRËRÌRÍ(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRtÓsD						
				
			K	0	
5(		R‘c
BsÜeZdZdZdZdedZedƒZeddddd	d
ddd
g	ƒZ	eZ
iZd„Ze
d„ƒZe
d„ƒZe
d„ƒZe
d„ƒZd„Zd„Zed„ƒZed„ƒZRS(uyBase IPv4 object.

    The following methods are used by IPv4 objects in both single IP
    addresses and networks.

    iiiu
0123456789iÿiþiüiøiðiàiÀi€icCs
t|ƒS(N(R@(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRzÇscCs“||jkrˆt|tƒr'|}n6y|j|ƒ}Wn tk
r\|j|ƒ}nXt|j|ƒƒ}||f|j|<n|j|S(uMake a (netmask, prefix_len) tuple from the given argument.

        Argument can be:
        - an integer (the prefix length)
        - a string representing the prefix length (e.g. "24")
        - a string representing the prefix netmask (e.g. "255.255.255.0")
        (t_netmask_cacheRR	R–R/R™R0R‡(R…targR†R³((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt
_make_netmaskÊs		
cCs–|stdƒ‚n|jdƒ}t|ƒdkrItd|ƒ‚nytt|j|ƒdƒSWn)tk
r‘}td||fƒ‚nXdS(uTurn the given IP string into an integer for comparison.

        Args:
            ip_str: A string, the IP ip_str.

        Returns:
            The IP ip_str as an integer.

        Raises:
            AddressValueError: if ip_str isn't a valid IPv4 Address.

        uAddress cannot be emptyu.iuExpected 4 octets in %rubigu%s in %rN(R-RARBRtmapt_parse_octetR3(R…R˜toctetstexc((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR—âscCsÒ|stdƒ‚n|jj|ƒs@d}t||ƒ‚nt|ƒdkrkd}t||ƒ‚nt|dƒ}|dkr¯|ddkr¯d	}t||ƒ‚n|d
krÎtd|ƒ‚n|S(uConvert a decimal octet into an integer.

        Args:
            octet_str: A string, the number to parse.

        Returns:
            The octet as an integer.

        Raises:
            ValueError: if the octet isn't strictly a decimal from [0..255].

        uEmpty octet not permittedu#Only decimal digits permitted in %riu$At most 3 characters permitted in %ri
iiu0u3Ambiguous (octal/decimal) value in %r not permittediÿuOctet %d (> 255) not permitted(R3R’R“RBR”(R…t	octet_strR€t	octet_int((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÒýscCs#djd„t|ddƒDƒƒS(uÒTurns a 32-bit integer into dotted decimal notation.

        Args:
            ip_int: An integer, the IP address.

        Returns:
            The IP address as a string in dotted decimal notation.

        u.css@|]6}tt|tƒr1tjd|ƒdn|ƒVqdS(s!BiN(R@RR2RR(t.0R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pys	<genexpr>-siubig(tjoinR(R…Rˆ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR£"scCs‘|jdƒ}y5gtt|ƒD]}||jkr"|^q"}Wntk
rXtSXt|ƒt|ƒkrutS|d|dkrtStS(uÙTest if the IP string is a hostmask (rather than a netmask).

        Args:
            ip_str: A string, the potential hostmask.

        Returns:
            A boolean, True if the IP string is a hostmask.

        u.iiÿÿÿÿ(RARÑR”t_valid_mask_octetsR3RŸRBtTrue(RR˜RPR­tparts((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_is_hostmask2s
5
cCs3t|ƒjdƒddd…}dj|ƒdS(uReturn the reverse DNS pointer name for the IPv4 address.

        This implements the method described in RFC1035 3.5.

        u.Niÿÿÿÿu
.in-addr.arpa(R@RARØ(Rtreverse_octets((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR}Gs"cCs|jS(N(RU(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt
max_prefixlenPscCs|jS(N(Rj(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRTTs((R*R+R.R,Rjt
IPV4LENGTHRVt	frozensetR’RÙRURÎRzRRÐR—RÒR£RÜR}RœRÞRT(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR‘°s"'	%			R0cBs•eZdZdZd„Zed„ƒZed„ƒZed„ƒZed„ƒZ	ed„ƒZ
ed	„ƒZed
„ƒZed„ƒZ
RS(
u/Represent and manipulate single IPv4 Addresses.u_ipu__weakref__cCs«t|tƒr)|j|ƒ||_dSt|tƒrj|j|dƒt|ƒ}t|dƒ|_dSt|ƒ}d|kr•t	d|ƒ‚n|j
|ƒ|_dS(u±
        Args:
            address: A string or integer representing the IP

              Additionally, an integer can be passed, so
              IPv4Address('192.0.2.1') == IPv4Address(3221225985).
              or, more generally
              IPv4Address(int(IPv4Address('192.0.2.1'))) ==
                IPv4Address('192.0.2.1')

        Raises:
            AddressValueError: If ipaddress isn't a valid IPv4 address.

        Niubigu/uUnexpected '/' in %r(RR	RRGR2R„RRR@R-R—(RR4tbvstaddr_str((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR©_s
	cCs
t|jƒS(u*The binary representation of this address.(R>RG(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytpackedƒscCs||jjkS(u°Test if the address is otherwise IETF reserved.

         Returns:
             A boolean, True if the address is within the
             reserved IPv4 Network range.

        (t
_constantst_reserved_network(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRȈs	cs t‡fd†ˆjjDƒƒS(u¶Test if this address is allocated for private networks.

        Returns:
            A boolean, True if the address is reserved per
            iana-ipv4-special-registry.

        c3s|]}ˆ|kVqdS(N((R×R[(R(s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pys	<genexpr>œs(tanyRät_private_networks(R((Rs>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRʓs	cCs||jjko|jS(N(Rät_public_networkRÊ(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR˞scCs||jjkS(u­Test if the address is reserved for multicast use.

        Returns:
            A boolean, True if the address is multicast.
            See RFC 3171 for details.

        (Rät_multicast_network(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRŤs	cCs||jjkS(u¤Test if the address is unspecified.

        Returns:
            A boolean, True if this is the unspecified address as defined in
            RFC 5735 3.

        (Rät_unspecified_address(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR̯s	cCs||jjkS(uTest if the address is a loopback address.

        Returns:
            A boolean, True if the address is a loopback per RFC 3330.

        (Rät_loopback_network(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRͺscCs||jjkS(u’Test if the address is reserved for link-local.

        Returns:
            A boolean, True if the address is link-local per RFC 3927.

        (Rät_linklocal_network(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÉÄs(u_ipu__weakref__(R*R+R.R,R©RœRãRÈRÊRËRÅRÌRÍRÉ(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR0Ys	$
R:cBszeZd„Zd„Zd„Zd„Zd„ZejZe	d„ƒZ
e	d„ƒZe	d„ƒZe	d„ƒZ
RS(	cCs;t|ttfƒrGtj||ƒt|jƒ|_|j|_	dSt|t
ƒrÕtj||dƒt|ƒdkr’t|dƒ|_	n|j|_	t|dt
ƒ|_|jj|_|jj|_dSt|ƒ}tj||dƒt|dt
ƒ|_|jj	|_	|jj|_|jj|_dS(NiiR8(RR2R	R0R©R6RGR«RURkttupleRBR”RŸR³R¶RD(RR4RC((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR©Ñs(cCs d|j|jƒ|jjfS(Nu%s/%d(R£RGR«R†(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR¤íscCsVtj||ƒ}|s%|tkr)|Sy|j|jkSWntk
rQtSXdS(N(R0R!R"R«RlRŸ(RR t
address_equal((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR!ñs
cCsOtj||ƒ}|tkr"tSy|j|jkSWntk
rJtSXdS(N(R0R%R"R«RlRŸ(RR taddress_less((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR%ýs
cCs|j|jAt|jjƒAS(N(RGRkR”R«Rm(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR§scCs
t|jƒS(N(R0RG(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRL
scCsd|j|jƒ|jfS(Nu%s/%s(R£RGRk(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR·scCsd|j|jƒ|jfS(Nu%s/%s(R£RGR³(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR¸scCsd|j|jƒ|jfS(Nu%s/%s(R£RGR¶(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR¹s(R*R+R©R¤R!R%R§RyR›RœRLR·R¸R¹(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR:Ïs						R6cBs/eZdZeZed„Zed„ƒZRS(ueThis class represents and manipulates 32-bit IPv4 network + addresses..

    Attributes: [examples for IPv4Network('192.0.2.0/27')]
        .network_address: IPv4Address('192.0.2.0')
        .hostmask: IPv4Address('0.0.0.31')
        .broadcast_address: IPv4Address('192.0.2.32')
        .netmask: IPv4Address('255.255.255.224')
        .prefixlen: 27

    cCstj||ƒt|ttfƒrVt|ƒ|_|j|jƒ\|_	|_
dSt|tƒrt|ƒdkr„|d}n	|j}t|dƒ|_|j|ƒ\|_	|_
t
|jƒ}|t
|j	ƒ@|kr|rütd|ƒ‚qt|t
|j	ƒ@ƒ|_ndSt|ƒ}t|j|dƒƒ|_t|ƒdkrf|d}n	|j}|j|ƒ\|_	|_
|rÑtt
|jƒt
|j	ƒ@ƒ|jkrÑtd|ƒ‚qÑntt
|jƒt
|j	ƒ@ƒ|_|j
|jdkr|j|_ndS(uInstantiate a new IPv4 network object.

        Args:
            address: A string or integer representing the IP [& network].
              '192.0.2.0/24'
              '192.0.2.0/255.255.255.0'
              '192.0.0.2/0.0.0.255'
              are all functionally the same in IPv4. Similarly,
              '192.0.2.1'
              '192.0.2.1/255.255.255.255'
              '192.0.2.1/32'
              are also functionally equivalent. That is to say, failing to
              provide a subnetmask will create an object with a mask of /32.

              If the mask (portion after the / in the argument) is given in
              dotted quad form, it is treated as a netmask if it starts with a
              non-zero field (e.g. /255.0.0.0 == /8) and as a hostmask if it
              starts with a zero field (e.g. 0.255.255.255 == /8), with the
              single exception of an all-zero mask which is treated as a
              netmask == /0. If no mask is given, a default of /32 is used.

              Additionally, an integer can be passed, so
              IPv4Network('192.0.2.1') == IPv4Network(3221225985)
              or, more generally
              IPv4Interface(int(IPv4Interface('192.0.2.1'))) ==
                IPv4Interface('192.0.2.1')

        Raises:
            AddressValueError: If ipaddress isn't a valid IPv4 address.
            NetmaskValueError: If the netmask isn't valid for
              an IPv4 address.
            ValueError: If strict is True and a network address is not
              supplied.

        Niiu%s has host bits seti(RtR©RR	R2R0RmRÐRUR³RkRíRBR”R3RDR—R¯R®(RR4R8RÏRãRC((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR©0sB%
	
	cCs3|jtdƒko'|jtdƒko2|jS(u¹Test if this address is allocated for public networks.

        Returns:
            A boolean, True if the address is not reserved per
            iana-ipv4-special-registry.

        u
100.64.0.0/10(RmR6ReRÊ(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR˅s	(	R*R+R.R0RªRÚR©RœRË(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR6!sUt_IPv4ConstantscBsÔeZedƒZedƒZedƒZedƒZedƒedƒedƒedƒedƒedƒedƒed	ƒed
ƒedƒedƒed
ƒedƒedƒgZedƒZe	dƒZ
RS(u169.254.0.0/16u127.0.0.0/8u224.0.0.0/4u
100.64.0.0/10u	0.0.0.0/8u
10.0.0.0/8u
172.16.0.0/12u192.0.0.0/29u192.0.0.170/31u192.0.2.0/24u192.168.0.0/16u
198.18.0.0/15u198.51.100.0/24u203.0.113.0/24u240.0.0.0/4u255.255.255.255/32u0.0.0.0(R*R+R6RìRëRéRèRçRåR0Rê(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRð“s(													t_BaseV6cBsÄeZdZdZdZdedZdZedƒZ	eZ
iZed„ƒZ
ed„ƒZed„ƒZed	„ƒZedd
„ƒZd„Zd„Zed
„ƒZed„ƒZRS(uyBase IPv6 object.

    The following methods are used by IPv6 objects in both single IP
    addresses and networks.

    iiiiu0123456789ABCDEFabcdefcCsl||jkrat|tƒr'|}n|j|ƒ}t|j|ƒƒ}||f|j|<n|j|S(uMake a (netmask, prefix_len) tuple from the given argument.

        Argument can be:
        - an integer (the prefix length)
        - a string representing the prefix length (e.g. "24")
        - a string representing the prefix netmask (e.g. "255.255.255.0")
        (RÎRR	R–R1R‡(R…RÏR†R³((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÐÊs		cCs²|stdƒ‚n|jdƒ}d}t|ƒ|kr[d||f}t|ƒ‚nd|dkráyt|jƒƒj}Wn)tk
r¯}td||fƒ‚nX|jd|d	?d
@ƒ|jd|d
@ƒn|jd}t|ƒ|kr#d|d|f}t|ƒ‚nd}xYt	dt|ƒdƒD]>}	||	sC|dk	rxd
|}t|ƒ‚n|	}qCqCW|dk	r]|}
t|ƒ|d}|dsá|
d8}
|
rád}t||ƒ‚qán|ds|d8}|rd}t||ƒ‚qn|j|
|}|dkròd}t||jd|fƒ‚qòn•t|ƒ|jkr”d}t||j|fƒ‚n|ds·d}t||ƒ‚n|dsÚd}t||ƒ‚nt|ƒ}
d}d}yd}
x5t
|
ƒD]'}	|
d	K}
|
|j||	ƒO}
qW|
d	|K}
x9t
|dƒD]'}	|
d	K}
|
|j||	ƒO}
qRW|
SWn)tk
r­}td||fƒ‚nXdS(uùTurn an IPv6 ip_str into an integer.

        Args:
            ip_str: A string, the IPv6 ip_str.

        Returns:
            An int, the IPv6 address

        Raises:
            AddressValueError: if ip_str isn't a valid IPv6 Address.

        uAddress cannot be emptyu:iu At least %d parts expected in %ru.iÿÿÿÿu%s in %ru%xiiÿÿiu!At most %d colons permitted in %ru At most one '::' permitted in %riu0Leading ':' only permitted as part of '::' in %ru1Trailing ':' only permitted as part of '::' in %ru/Expected at most %d other parts with '::' in %ru,Exactly %d parts expected without '::' in %rN(
R-RARBR0R^RGRbt
_HEXTET_COUNTRaRtranget
_parse_hextetR3(R…R˜RÛt
_min_partsR€tipv4_intRÔt
_max_partst
skip_indexRtparts_hitparts_lot
parts_skippedRˆ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR—Üs†
 






#



cCs]|jj|ƒs%td|ƒ‚nt|ƒdkrPd}t||ƒ‚nt|dƒS(u&Convert an IPv6 hextet string into an integer.

        Args:
            hextet_str: A string, the number to parse.

        Returns:
            The hextet as an integer.

        Raises:
            ValueError: if the input isn't strictly a hex number from
              [0..FFFF].

        uOnly hex digits permitted in %riu$At most 4 characters permitted in %ri(t_HEX_DIGITSR“R3RBR”(R…t
hextet_strR€((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRôEsc	Csõd}d}d}d}xot|ƒD]a\}}|dkrz|d7}|dkr\|}n||kr†|}|}q†q%d}d}q%W|dkrñ||}|t|ƒkrÂ|dg7}ndg|||+|dkrñdg|}qñn|S(uäCompresses a list of hextets.

        Compresses a list of strings, replacing the longest continuous
        sequence of "0" in the list with "" and adding empty strings at
        the beginning or at the end of the string such that subsequently
        calling ":".join(hextets) will produce the compressed version of
        the IPv6 address.

        Args:
            hextets: A list of strings, the hextets to compress.

        Returns:
            A list of strings.

        iÿÿÿÿiu0iu(t	enumerateRB(	R…thextetstbest_doublecolon_starttbest_doublecolon_lentdoublecolon_starttdoublecolon_lentindexthextettbest_doublecolon_end((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt_compress_hextets_s.
	
cCsŸ|d	krt|jƒ}n||jkr<tdƒ‚nd|}gtdddƒD]$}dt|||d!dƒ^qY}|j|ƒ}dj|ƒS(
u,Turns a 128-bit integer into hexadecimal notation.

        Args:
            ip_int: An integer, the IP address.

        Returns:
            A string, the hexadecimal representation of the address.

        Raises:
            ValueError: The address is bigger than 128 bits of all ones.

        uIPv6 address is too largeu%032xii iu%xiu:N(RaR”RGRVR3RóRRØ(R…Rˆthex_strR­Rÿ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR£s
=cCsÓt|tƒr!t|jƒ}n-t|tƒrBt|jƒ}nt|ƒ}|j|ƒ}d|}gtdddƒD]}|||d!^qz}t|ttfƒrÆddj	|ƒ|j
fSdj	|ƒS(u¬Expand a shortened IPv6 address.

        Args:
            ip_str: A string, the IPv6 address.

        Returns:
            A string, the expanded IPv6 address.

        u%032xii iu%s/%du:(RR7R@RmR;RLR—RóRtRØRk(RR˜RˆRR­RÛ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRz©s

0cCs3|jddd…jddƒ}dj|ƒdS(uReturn the reverse DNS pointer name for the IPv6 address.

        This implements the method described in RFC3596 2.5.

        Niÿÿÿÿu:uu.u	.ip6.arpa(R{treplaceRØ(Rt
reverse_chars((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR}Ás"cCs|jS(N(RU(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÞÊscCs|jS(N(Rj(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRTÎs(N(R*R+R.R,Rjt
IPV6LENGTHRVRòRàRüRURÎRRÐR—RôRRaR£RzR}RœRÞRT(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRñ¶s$i0			R1cBsÑeZdZdZd„Zed„ƒZed„ƒZed„ƒZed„ƒZ	ed„ƒZ
ed	„ƒZed
„ƒZed„ƒZ
ed„ƒZed
„ƒZed„ƒZed„ƒZRS(u/Represent and manipulate single IPv6 Addresses.u_ipu__weakref__cCs«t|tƒr)|j|ƒ||_dSt|tƒrj|j|dƒt|ƒ}t|dƒ|_dSt|ƒ}d|kr•t	d|ƒ‚n|j
|ƒ|_dS(uInstantiate a new IPv6 address object.

        Args:
            address: A string or integer representing the IP

              Additionally, an integer can be passed, so
              IPv6Address('2001:db8::') ==
                IPv6Address(42540766411282592856903984951653826560)
              or, more generally
              IPv6Address(int(IPv6Address('2001:db8::'))) ==
                IPv6Address('2001:db8::')

        Raises:
            AddressValueError: If address isn't a valid IPv6 address.

        Niubigu/uUnexpected '/' in %r(RR	RRGR2R„RRR@R-R—(RR4RáRâ((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR©Ùs
	cCs
t|jƒS(u*The binary representation of this address.(R?RG(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRãþscCs||jjkS(u»Test if the address is reserved for multicast use.

        Returns:
            A boolean, True if the address is a multicast address.
            See RFC 2373 2.7 for details.

        (RäRé(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÅs	cs t‡fd†ˆjjDƒƒS(uµTest if the address is otherwise IETF reserved.

        Returns:
            A boolean, True if the address is within one of the
            reserved IPv6 Network ranges.

        c3s|]}ˆ|kVqdS(N((R×R­(R(s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pys	<genexpr>s(RæRät_reserved_networks(R((Rs>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÈs	cCs||jjkS(uTest if the address is reserved for link-local.

        Returns:
            A boolean, True if the address is reserved per RFC 4291.

        (RäRì(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÉscCs||jjkS(u`Test if the address is reserved for site-local.

        Note that the site-local address space has been deprecated by RFC 3879.
        Use is_private to test if this address is in the space of unique local
        addresses as defined by RFC 4193.

        Returns:
            A boolean, True if the address is reserved per RFC 3513 2.5.6.

        (Rät_sitelocal_network(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt
is_site_local#scs t‡fd†ˆjjDƒƒS(u¶Test if this address is allocated for private networks.

        Returns:
            A boolean, True if the address is reserved per
            iana-ipv6-special-registry.

        c3s|]}ˆ|kVqdS(N((R×R[(R(s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pys	<genexpr>:s(RæRäRç(R((Rs>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÊ1s	cCs|jS(u¹Test if this address is allocated for public networks.

        Returns:
            A boolean, true if the address is not reserved per
            iana-ipv6-special-registry.

        (RÊ(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRË<s	cCs
|jdkS(u¨Test if the address is unspecified.

        Returns:
            A boolean, True if this is the unspecified address as defined in
            RFC 2373 2.5.2.

        i(RG(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÌGs	cCs
|jdkS(u±Test if the address is a loopback address.

        Returns:
            A boolean, True if the address is a loopback address as defined in
            RFC 2373 2.5.3.

        i(RG(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÍRs	cCs(|jd?dkrdSt|jd@ƒS(u¶Return the IPv4 mapped address.

        Returns:
            If the IPv6 address is a v4 mapped address, return the
            IPv4 mapped address. Return None otherwise.

        i iÿÿIÿÿÿÿN(RGRaR0(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytipv4_mapped]s	cCs@|jd?dkrdSt|jd?d@ƒt|jd@ƒfS(uÛTuple of embedded teredo IPs.

        Returns:
            Tuple of the (server, client) IPs or None if the address
            doesn't appear to be a teredo address (doesn't start with
            2001::/32)

        i`i i@IÿÿÿÿN(RGRaR0(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pytteredojs
cCs,|jd?dkrdSt|jd?d@ƒS(uÎReturn the IPv4 6to4 embedded address.

        Returns:
            The IPv4 6to4-embedded address if present or None if the
            address doesn't appear to contain a 6to4 embedded address.

        ipi iPIÿÿÿÿN(RGRaR0(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt	sixtofourys	(u_ipu__weakref__(R*R+R.R,R©RœRãRÅRÈRÉRRÊRËRÌRÍRRR(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR1Ós	%

R;cBs˜eZd„Zd„Zd„Zd„Zd„ZejZe	d„ƒZ
e	d„ƒZe	d„ƒZe	d„ƒZ
e	d	„ƒZe	d
„ƒZRS(cCs;t|ttfƒrGtj||ƒt|jƒ|_|j|_	dSt|t
ƒrÕtj||dƒt|ƒdkr’t|dƒ|_	n|j|_	t|dt
ƒ|_|jj|_|jj|_dSt|ƒ}tj||dƒt|dt
ƒ|_|jj|_|jj	|_	|jj|_dS(NiiR8(RR2R	R1R©R7RGR«RURkRíRBR”RŸR³R¶RD(RR4RC((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR©‰s(cCs d|j|jƒ|jjfS(Nu%s/%d(R£RGR«R†(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR¤¡scCsVtj||ƒ}|s%|tkr)|Sy|j|jkSWntk
rQtSXdS(N(R1R!R"R«RlRŸ(RR Rî((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR!¥s
cCsOtj||ƒ}|tkr"tSy|j|jkSWntk
rJtSXdS(N(R1R%R"R«RlRŸ(RR Rï((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR%±s
cCs|j|jAt|jjƒAS(N(RGRkR”R«Rm(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR§¼scCs
t|jƒS(N(R1RG(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRLÁscCsd|j|jƒ|jfS(Nu%s/%s(R£RGRk(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR·ÅscCsd|j|jƒ|jfS(Nu%s/%s(R£RGR³(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR¸ÊscCsd|j|jƒ|jfS(Nu%s/%s(R£RGR¶(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR¹ÏscCs|jdko|jjS(Ni(RGR«RÌ(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÌÔscCs|jdko|jjS(Ni(RGR«RÍ(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRÍØs(R*R+R©R¤R!R%R§RyR›RœRLR·R¸R¹RÌRÍ(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR;‡s						R7cBs8eZdZeZed„Zd„Zed„ƒZ	RS(uvThis class represents and manipulates 128-bit IPv6 networks.

    Attributes: [examples for IPv6('2001:db8::1000/124')]
        .network_address: IPv6Address('2001:db8::1000')
        .hostmask: IPv6Address('::f')
        .broadcast_address: IPv6Address('2001:db8::100f')
        .netmask: IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff:ffff:fff0')
        .prefixlen: 124

    cCstj||ƒt|ttfƒrVt|ƒ|_|j|jƒ\|_	|_
dSt|tƒrt|ƒdkr„|d}n	|j}|j|ƒ\|_	|_
t|dƒ|_t
|jƒ}|t
|j	ƒ@|kr|rütd|ƒ‚qt|t
|j	ƒ@ƒ|_ndSt|ƒ}t|j|dƒƒ|_t|ƒdkrf|d}n	|j}|j|ƒ\|_	|_
|rÑtt
|jƒt
|j	ƒ@ƒ|jkrÑtd|ƒ‚qÑntt
|jƒt
|j	ƒ@ƒ|_|j
|jdkr|j|_ndS(uçInstantiate a new IPv6 Network object.

        Args:
            address: A string or integer representing the IPv6 network or the
              IP and prefix/netmask.
              '2001:db8::/128'
              '2001:db8:0000:0000:0000:0000:0000:0000/128'
              '2001:db8::'
              are all functionally the same in IPv6.  That is to say,
              failing to provide a subnetmask will create an object with
              a mask of /128.

              Additionally, an integer can be passed, so
              IPv6Network('2001:db8::') ==
                IPv6Network(42540766411282592856903984951653826560)
              or, more generally
              IPv6Network(int(IPv6Network('2001:db8::'))) ==
                IPv6Network('2001:db8::')

            strict: A boolean. If true, ensure that we have been passed
              A true network address, eg, 2001:db8::1000/124 and not an
              IP address on a network, eg, 2001:db8::1/124.

        Raises:
            AddressValueError: If address isn't a valid IPv6 address.
            NetmaskValueError: If the netmask isn't valid for
              an IPv6 address.
            ValueError: If strict was True and a network address was not
              supplied.

        Niiu%s has host bits seti(RtR©RR2R	R1RmRÐRUR³RkRíRBR”R3RDR—R¯R®(RR4R8RÏRãRC((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR©ísB 
	
	ccsRt|jƒ}t|jƒ}x-t|d|dƒD]}|j|ƒVq6WdS(u¢Generate Iterator over usable hosts in a network.

          This is like __iter__ except it doesn't return the
          Subnet-Router anycast address.

        iN(R”RmReRRª(RR«R¬R­((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR®<	scCs|jjo|jjS(u`Test if the address is reserved for site-local.

        Note that the site-local address space has been deprecated by RFC 3879.
        Use is_private to test if this address is in the space of unique local
        addresses as defined by RFC 4193.

        Returns:
            A boolean, True if the address is reserved per RFC 3513 2.5.6.

        (RmRRe(R((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRH	s(
R*R+R.R1RªRÚR©R®RœR(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyR7Ýs
O	t_IPv6ConstantscBseZedƒZedƒZedƒedƒedƒedƒedƒedƒedƒed	ƒed
ƒedƒg
Zedƒedƒed
ƒedƒedƒedƒedƒedƒedƒedƒedƒedƒedƒedƒedƒgZedƒZRS(u	fe80::/10uff00::/8u::1/128u::/128u
::ffff:0:0/96u100::/64u	2001::/23u2001:2::/48u
2001:db8::/32u2001:10::/28ufc00::/7u::/8u100::/8u200::/7u400::/6u800::/5u1000::/4u4000::/3u6000::/3u8000::/3uA000::/3uC000::/3uE000::/4uF000::/5uF800::/6uFE00::/9u	fec0::/10(R*R+R7RìRéRçRR
(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyRX	s*									(9R.t
__future__RRRt__version__R”R	tlongt	NameErrortunicodeR@tstrR2RRt
from_bytesRRlRRÆRRtobjectRRßRR3R-R/R5RÚR9R<R>R?RDRMRQR\RiRsRxRyRRRtR‘R0R:R6RðRäRñR1R;R7R(((s>/home/tvault/.virtenv/lib/python2.7/site-packages/ipaddress.pyt<module>	sx	


	


			)	$$	#						7	1	6	=ÿÞ©vRr 	ÿ´V{!