99 lines
4.5 KiB
Plaintext
99 lines
4.5 KiB
Plaintext
|
Metadata-Version: 1.0
|
||
|
Name: netaddr
|
||
|
Version: 0.7.10
|
||
|
Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
|
||
|
Home-page: http://github.com/drkjam/netaddr/
|
||
|
Author: David P. D. Moss
|
||
|
Author-email: drkjam@gmail.com
|
||
|
License: BSD License
|
||
|
Download-URL: http://github.com/drkjam/netaddr/downloads
|
||
|
Description:
|
||
|
A pure Python network address representation and manipulation library.
|
||
|
|
||
|
netaddr provides a Pythonic way of working with :-
|
||
|
|
||
|
- IPv4 and IPv6 addresses and subnets
|
||
|
- MAC addresses, OUI and IAB identifiers, IEEE EUI-64 identifiers
|
||
|
- arbitrary (non-aligned) IP address ranges and IP address sets
|
||
|
- various non-CIDR IP range formats such as nmap and glob-style formats
|
||
|
|
||
|
Included are routines for :-
|
||
|
|
||
|
- generating, sorting and summarizing IP addresses and networks
|
||
|
- performing easy conversions between address notations and formats
|
||
|
- detecting, parsing and formatting network address representations
|
||
|
- performing set-based operations on groups of IP addresses and subnets
|
||
|
- working with arbitrary IP address ranges and formats
|
||
|
- accessing OUI and IAB organisational information published by IEEE
|
||
|
- accessing IP address and block information published by IANA
|
||
|
|
||
|
For details on the latest updates and changes, see :-
|
||
|
|
||
|
http://github.com/drkjam/netaddr/blob/rel-0.7.x/CHANGELOG
|
||
|
|
||
|
API documentation for the latest release is available here :-
|
||
|
|
||
|
http://packages.python.org/netaddr/
|
||
|
|
||
|
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: 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: Programming Language :: Python :: 2
|
||
|
Classifier: Programming Language :: Python :: 2.4
|
||
|
Classifier: Programming Language :: Python :: 2.5
|
||
|
Classifier: Programming Language :: Python :: 2.6
|
||
|
Classifier: Programming Language :: Python :: 2.7
|
||
|
Classifier: Programming Language :: Python :: 3
|
||
|
Classifier: Programming Language :: Python :: 3.0
|
||
|
Classifier: Programming Language :: Python :: 3.1
|
||
|
Classifier: Programming Language :: Python :: 3.2
|
||
|
Classifier: Topic :: Communications
|
||
|
Classifier: Topic :: Documentation
|
||
|
Classifier: Topic :: Education
|
||
|
Classifier: Topic :: Education :: Testing
|
||
|
Classifier: Topic :: Home Automation
|
||
|
Classifier: Topic :: Internet
|
||
|
Classifier: Topic :: Internet :: Log Analysis
|
||
|
Classifier: Topic :: Internet :: Name Service (DNS)
|
||
|
Classifier: Topic :: Internet :: Proxy Servers
|
||
|
Classifier: Topic :: Internet :: WWW/HTTP
|
||
|
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
|
||
|
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
|
||
|
Classifier: Topic :: Security
|
||
|
Classifier: Topic :: Software Development
|
||
|
Classifier: Topic :: Software Development :: Libraries
|
||
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||
|
Classifier: Topic :: Software Development :: Quality Assurance
|
||
|
Classifier: Topic :: Software Development :: Testing
|
||
|
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
|
||
|
Classifier: Topic :: System :: Benchmark
|
||
|
Classifier: Topic :: System :: Clustering
|
||
|
Classifier: Topic :: System :: Distributed Computing
|
||
|
Classifier: Topic :: System :: Installation/Setup
|
||
|
Classifier: Topic :: System :: Logging
|
||
|
Classifier: Topic :: System :: Monitoring
|
||
|
Classifier: Topic :: System :: Networking
|
||
|
Classifier: Topic :: System :: Networking :: Firewalls
|
||
|
Classifier: Topic :: System :: Networking :: Monitoring
|
||
|
Classifier: Topic :: System :: Networking :: Time Synchronization
|
||
|
Classifier: Topic :: System :: Recovery Tools
|
||
|
Classifier: Topic :: System :: Shells
|
||
|
Classifier: Topic :: System :: Software Distribution
|
||
|
Classifier: Topic :: System :: Systems Administration
|
||
|
Classifier: Topic :: System :: System Shells
|
||
|
Classifier: Topic :: Text Processing
|
||
|
Classifier: Topic :: Text Processing :: Filters
|
||
|
Classifier: Topic :: Utilities
|