Metadata-Version: 2.1
Name: pycidr
Version: 0.0.0
Summary: A simple IP subnetting calculator
Author: jmillana
Author-email: jordi@marimon.tech
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: rich (>=13.3.4,<14.0.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Requires-Dist: typer-cloup (>=0.11.0,<0.12.0)
Description-Content-Type: text/markdown

# ip_calculator
[![CI](https://github.com/jmillana/pycidr/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/jmillana/pycidr/actions/workflows/ci.yml)

A cli utility to get detailed IP information
         
         IP Address Information for: 172.14.15.16/21    
|||
|---------------------|-------------------------------------|
| Class               | B                                   |
| CIDR block          | /21                                 |
| IP Address          | 172.14.15.16                        |
| Network Mask        | 255.255.248.0                       |
| Network ID          | 172.14.8.0                          |
| Broadcast Address   | 172.14.15.255                       |
| Total Addresses     | 2048                                |
| Usable hosts        | 2046                                |
| Binary IP           | 10101100.00001110.00001111.00010000 |
| Binary Network Mask | 11111111.11111111.11111000.00000000 |

