freebsd-ports/net/py-netaddr/pkg-descr
Pav Lucistnik 6307bfa0c3 - Update to 0.7.5
PR:		ports/158437
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	maintainer timeout (yzlin; 1 month)
2011-08-08 19:10:30 +00:00

16 lines
549 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: https://github.com/drkjam/netaddr