Given a list of IPv4 subnets, this module computes the smallest IPv4 subnet that contains all given subnets.
Provides functionality to represent CIDRs, subnets and perform prefix aggregation (supernetting)
Python 2.7
Module for prefix aggregation of subnets with IPV4 addresses in CIDR notation
Python