summaryrefslogtreecommitdiff
path: root/net/py-netaddr/DESCR
diff options
context:
space:
mode:
authorhe <he>2014-09-02 13:48:13 +0000
committerhe <he>2014-09-02 13:48:13 +0000
commit8eedfa9b7f5438651aa9a2c22a430d1af3c42a75 (patch)
tree3e5330ddbd3dc3db8ab9a2b0c4fc6723b36b111d /net/py-netaddr/DESCR
parent71c64aaa44f1aea9ad1ec5596ee98d7d008df0e1 (diff)
downloadpkgsrc-8eedfa9b7f5438651aa9a2c22a430d1af3c42a75.tar.gz
py-netaddr is a Python library for representing and manipulating
network addresses. It support the ability to work and interact with the following: - 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
Diffstat (limited to 'net/py-netaddr/DESCR')
-rw-r--r--net/py-netaddr/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/py-netaddr/DESCR b/net/py-netaddr/DESCR
new file mode 100644
index 00000000000..f2c9ad8dda4
--- /dev/null
+++ b/net/py-netaddr/DESCR
@@ -0,0 +1,8 @@
+netaddr is a Python library for representing and manipulating
+network addresses.
+
+It support the ability to work and interact with the following:
+ - 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