An open API service indexing awesome lists of open source software.

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`)

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/reutsharabani/ip-range.svg?branch=master)](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