netaddr 0.5
Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
Latest Version: 0.7.3
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 represents an individual address or address range and behaves as you would expect when treated like standard Python types. For example :-
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
|
netaddr-0.5.win32.exe
(md5)
netaddr release 0.5 (MS Windows Installer) |
MS Windows installer | 2.4 | 2008-09-20 00:49:06 | 81KB | 52 |
|
netaddr-0.5.zip
(md5)
netaddr release 0.5 (zip archive) |
Source | 2008-09-20 00:50:24 | 206KB | 63 | |
|
netaddr-0.5.tar.gz
(md5)
netaddr release 0.5 (tarball) |
Source | 2008-09-20 00:49:44 | 153KB | 92 | |
- Author: David P. D. Moss <drkjam at gmail com>
- Home Page: http://code.google.com/p/netaddr/
- Download URL: http://code.google.com/p/netaddr/downloads/list
- License: BSD License
- Platform: OS Independent
-
Categories
- Development Status :: 4 - Beta
- Environment :: Console
- Environment :: Plugins
- Intended Audience :: Developers
- Intended Audience :: Education
- Intended Audience :: Information Technology
- Intended Audience :: Science/Research
- Intended Audience :: System Administrators
- Intended Audience :: Telecommunications Industry
- License :: OSI Approved :: BSD License
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Education :: Testing
- Topic :: Home Automation
- Topic :: Internet
- Topic :: Internet :: Log Analysis
- Topic :: Internet :: Name Service (DNS)
- Topic :: Software Development
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: System :: Networking
- Topic :: System :: Networking :: Firewalls
- Topic :: System :: Networking :: Monitoring
- Topic :: System :: Operating System
- Topic :: System :: Shells
- Topic :: System :: Systems Administration
- Topic :: Utilities
- Package Index Owner: drkjam
- DOAP record: netaddr-0.5.xml
Log in to rate this package.
