Metadata-Version: 2.1
Name: ip2d-py
Version: 0.1.0
Summary: Convert IP addresses to integers on cli
Home-page: https://github.com/0xflotus/ip2d-py
Author: 0xflotus
Author-email: 0xflotus+pypi@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

## ip2d-py

A CLI to convert IP addresses to integers and vice versa

### Install

`pip install ip2d-py`
### Usage

`ip2dpy ::3 --hex`

`ip2dpy 8.8.8.8`

`ip2dpy -i 51092 --hex -c`

`ip2dpy ff:fe20::67 --hex -o oct`

