diff options
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 |
commit | 1d1777986081f7b33fc06b15afcb4088bbf2fcba (patch) | |
tree | d5b40f8c54fcc1798c97f94a1046dbc68b21067b /python/python-ipcalc/slack-desc | |
parent | 5478ab5ff11028583e2abc9468720e9931b9bb51 (diff) | |
download | slackbuilds-1d1777986081f7b33fc06b15afcb4088bbf2fcba.tar.gz |
python/python-ipcalc: Added (IP subnet calculation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-ipcalc/slack-desc')
-rw-r--r-- | python/python-ipcalc/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-ipcalc/slack-desc b/python/python-ipcalc/slack-desc new file mode 100644 index 0000000000..da02a70575 --- /dev/null +++ b/python/python-ipcalc/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-ipcalc: python-ipcalc (Python binding for IP subnet calculations) +python-ipcalc: +python-ipcalc: This module allows you to perform IP subnet calculations, there +python-ipcalc: is support for both IPv4 and IPv6 CIDR notation. +python-ipcalc: +python-ipcalc: Homepage: https://github.com/tehmaze/ipcalc/ +python-ipcalc: +python-ipcalc: +python-ipcalc: +python-ipcalc: +python-ipcalc: |