Metadata-Version: 1.0
Name: netaddr
Version: 0.6.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 Python library for representing and manipulating network addresses.
        
        It takes the hassle out of dealing with a variety of common layer 2 and
        layer 3 network addressing formats and operations performed on them,
        presented in a consistent, easy to use and extensible Pythonic API.
        
        The netaddr library allows you to work with :-
        
        - IPv4 and IPv6 addresses and subnets (including CIDR notation)
        
        - MAC (Media Access Control) addresses (and its many variant formats)
        
        - IEEE OUI, IAB, EUI-48 and EUI-64 identifiers
        
        - arbitary IP address ranges and user-friendly glob style IP ranges
        
        Included are routines for :-
        
        - generating, sorting, summarizing and excluding IP addresses and
        ranges
        
        - converting IP addresses and ranges from one notation to another
        
        - querying OUI and IAB organisational information published by the
        IEEE
        
        - querying information on IP standards published by IANA
        
        
        Online resources :-
        
        - Examples and tutorials
        
        http://code.google.com/p/netaddr/wiki/NetAddrExamples
        
        - API documentation
        
        http://packages.python.org/netaddr/
        
        - Changes and updates for all previous and current releases
        
        http://code.google.com/p/netaddr/wiki/CHANGELOG
        
        
        
Keywords: Networking,Systems Administration,IANA,IEEE,CIDR,IPv4,IPv6,CIDR,EUI,MAC,MAC-48,EUI-48,EUI-64
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
