Metadata-Version: 1.0
Name: netaddr
Version: 0.6.2
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: netaddr is a Python library for the representation and manipulation
        of various common network address formats and notations.
        
        It takes the hassle out of fiddling with innumerable variations of
        network addresses, presenting a consistent, extensible, easy-to-use
        and above all Pythonic API.
        
        With it you can represent, validate, convert, categorize, iterate,
        generate, slice (and dice) :-
        
        * IP version 4
        * IP version 6
        * CIDR (Classless Inter-Domain Routing) both IPv4 and IPv6
        * MAC (Media Access Control) and IEEE EUI-48 and EUI-64
        * Support for arbitrary IP address ranges with CIDR interoperability
        * User friendly alternative IPv4 range syntax using netaddr's
        glob-style Wildcard addresses
        
        For examples see the project wiki :-
        
        http://code.google.com/p/netaddr/wiki/NetAddrExamples
        
        API documentation (auto-generated with epydoc) :-
        
        http://packages.python.org/netaddr/
        
        For details on latest changes and updates in the current and previous
        releases see the CHANGELOG :-
        
        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
