https://github.com/reutsharabani/ip-range
ipv4 ranges implementation for python (compatible with `ipaddress`)
https://github.com/reutsharabani/ip-range
ip ipaddress iprange ipranges ipv4 netblocks python python-library python3
Last synced: 3 months ago
JSON representation
ipv4 ranges implementation for python (compatible with `ipaddress`)
- Host: GitHub
- URL: https://github.com/reutsharabani/ip-range
- Owner: reutsharabani
- Created: 2018-08-15T11:50:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T22:02:12.000Z (almost 8 years ago)
- Last Synced: 2025-12-17T03:21:58.903Z (6 months ago)
- Topics: ip, ipaddress, iprange, ipranges, ipv4, netblocks, python, python-library, python3
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.com/reutsharabani/ip-range)
Demo implementation of an IPv4Range based on python's standard `range` function the `ipaddress` module.
Only a partial, yet often sufficient, implementation is provided.
On PYPI: https://pypi.org/project/ip-range/
On GitHub: https://github.com/reutsharabani/ip-range
Installation:
pip install ip-range