https://github.com/waveform-computing/ipaddr
Fork of ipaddr for py3.2 compatibility (used by lars)
https://github.com/waveform-computing/ipaddr
Last synced: 4 months ago
JSON representation
Fork of ipaddr for py3.2 compatibility (used by lars)
- Host: GitHub
- URL: https://github.com/waveform-computing/ipaddr
- Owner: waveform-computing
- License: apache-2.0
- Created: 2014-09-01T10:58:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T20:13:30.000Z (almost 7 years ago)
- Last Synced: 2024-12-30T07:08:15.340Z (6 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6.
It was developed by Google for internal use, and is now open source.Project home page: http://code.google.com/p/ipaddr-py/
This is a fork of the ipaddr project purely for the purposes of providing a
version compatible with python 3.2; in python 2.7 the original works fine,
while python 3.3 and above include a version of ipaddr called ipaddress.
Unfortunately python 3.2 is still quite a prevalent version - it's included
in Ubuntu 12.04 LTS and in Raspbian on the Raspberry Pi.