freebsd-ports/net/py-netaddr/pkg-descr
Li-Wen Hsu 67f9042e89 Add py-netaddr 0.5.2, a python library for the manipulation of network
address manipulation.

PR:		ports/128090
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
2008-10-14 18:49:13 +00:00

16 lines
550 B
Text

netaddr is a Python library for the manipulation of various common
network address notations and representations.
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 validate, convert, categorise, iterate, generate,
slice (and dice):
* IP version 4
* IP version 6
* CIDR (Classless Inter-Domain Routing)
* MAC (Media Access Control)
* IEEE EUI-48 and EUI-64
WWW: http://code.google.com/p/netaddr/