Metadata-Version: 2.3
Name: ipsetcalc
Version: 0.1.0
Summary: 
Author: laixintao
Author-email: laixintaoo@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.8,<9.0.0)
Requires-Dist: netaddr (>=1.3.0,<2.0.0)
Description-Content-Type: text/markdown

# CIDR Calculator

## Usage

```
$ ipsetcalc 10.10.9.0/23 - 10.10.9.128/26
10.10.8.0/24
10.10.9.0/25
10.10.9.192/26
```

