Metadata-Version: 2.1
Name: IPMerge
Version: 0.1.0
Summary: Merge CIDR blocks of IPv4 and IPv6 addresses
Author-Email: =?utf-8?q?Vojt=C4=9Bch_Kursa?= <it.vojtechkursa@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# IPMerge

A Python tool for merging CIDR blocks of IPv4 and IPv6 addresses.

## Features

- Merge identical, adjacent or overlapping CIDR blocks
  - Firewall table optimization
- Support for dual notation of IPv6 addresses (both input and output)
  - Output is modifiable by CLI options
- Easily extensible/modifiable to any address type that can be written in CIDR notation

## License

Project is licensed under the MIT License (see [LICENSE](./LICENSE))
