Metadata-Version: 1.0
Name: netaddr
Version: 0.7
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 pure Python network address representation and manipulation library.
        
        netaddr provides a Pythonic way to work with :-
        
        - IPv4 and IPv6 addresses and subnet (including CIDR notation)
        - MAC (Media Access Control) addresses in multiple formats
        - IEEE EUI-64, OUI and IAB identifiers
        - a user friendly IP glob-style format
        
        Included are routines for :-
        
        - generating, sorting and summarizing IP addresses
        - converting IP addresses and ranges between various different formats
        - arbitrary IP address range calculations and conversions
        - querying IEEE OUI and IAB organisational information
        - querying of IP standards related data from key IANA data sources
        
        For examples please visit the example wiki pages :-
        
        http://code.google.com/p/netaddr/wiki/NetAddrExamples
        
        Complete API documentation for the latest release is available online :-
        
        http://packages.python.org/netaddr/
        
        For details on history changes and updates see the CHANGELOG :-
        
        http://code.google.com/p/netaddr/wiki/CHANGELOG
        
Keywords: Networking,Systems Administration,IANA,IEEE,CIDR,IP,IPv4,IPv6,CIDR,EUI,MAC,MAC-48,EUI-48,EUI-64
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
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: License :: OSI Approved :: MIT 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
