Metadata-Version: 1.0
Name: netaddr
Version: 0.4
Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
Home-page: http://code.google.com/p/netaddr/
Author: David P. D. Moss
Author-email: drkjam@gmail.com
License: BSD License
Download-URL: http://code.google.com/p/netaddr/downloads/list
Description: 
        a library providing Pythonic manipulation, validation and classification of
        common networking address notations, including :-
        
        - IPv4
        - IPv6
        - CIDR (Classless Inter-Domain Routing)
        - IEEE EUI-48, EUI-64 and MAC (Media Access Control)
        
        Each object representing an individual address or address ranges behaves as
        you would expect when treated like standard Python types.
        
        If you call list() on a CIDR object, it provides an iterator yielding IP
        addresses. Calling len() returns the number of addresses found within the
        range. Indexing and/or slicing returns the addresses you'd expect. int() and
        hex() return the numerical value of an address in network byte order in the
        respective formats.
        
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Education :: Testing
Classifier: Topic :: Home Automation
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: Log Analysis
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Networking :: Firewalls
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Topic :: System :: Operating System
Classifier: Topic :: System :: Shells
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
