blob: 2714ec4704faa81796c1534cf5dee7fccbace9d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
|