summaryrefslogtreecommitdiffstats
path: root/python/python-ipcalc/README
diff options
context:
space:
mode:
author Marcel Saegebarth <marc@mos6581.de>2015-01-20 06:44:04 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-20 06:44:04 +0700
commit1d1777986081f7b33fc06b15afcb4088bbf2fcba (patch)
treed5b40f8c54fcc1798c97f94a1046dbc68b21067b /python/python-ipcalc/README
parent5478ab5ff11028583e2abc9468720e9931b9bb51 (diff)
downloadslackbuilds-1d1777986081f7b33fc06b15afcb4088bbf2fcba.tar.gz
slackbuilds-1d1777986081f7b33fc06b15afcb4088bbf2fcba.tar.xz
python/python-ipcalc: Added (IP subnet calculation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-ipcalc/README')
-rw-r--r--python/python-ipcalc/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python-ipcalc/README b/python/python-ipcalc/README
new file mode 100644
index 0000000000..d203da119d
--- /dev/null
+++ b/python/python-ipcalc/README
@@ -0,0 +1,2 @@
+This module allows you to perform IP subnet calculations, there
+is support for both IPv4 and IPv6 CIDR notation.