diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-29 16:24:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-29 16:24:39 +0000 |
commit | 2e931a984534f8a4e58b81d1a5e1dfdddb0c7909 (patch) | |
tree | d094bc613e01223e5a9dc672eed6f7bbe0ab36dd /net/py-IP/DESCR | |
parent | e0b42f726464dc71ced289fc2658d2429feb009e (diff) | |
download | pkgsrc-2e931a984534f8a4e58b81d1a5e1dfdddb0c7909.tar.gz |
initial import of py-IP-0.4, a python module to handle IPv4 and IPv6 address,
submitted by Shell Hung per PR pkg/15144
Diffstat (limited to 'net/py-IP/DESCR')
-rw-r--r-- | net/py-IP/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/py-IP/DESCR b/net/py-IP/DESCR new file mode 100644 index 00000000000..d37afe24936 --- /dev/null +++ b/net/py-IP/DESCR @@ -0,0 +1,4 @@ +IPy is a Python module for handling IPv4 and IPv6 -Addresses and +Networks in a fashion similar to perl's Net::IP and friends. The +IP class allows a comfortable parsing and handling for most notations +in use for IPv4 and IPv6 Addresses and Networks. |