12 个不稳定版本 (4 个重大更改)

0.5.0 2024年1月14日
0.4.2 2024年1月12日
0.3.0 2022年2月17日
0.2.0 2022年1月14日
0.1.3 2021年1月3日

#1477命令行工具

Download history 3/week @ 2024-03-10 62/week @ 2024-03-31

每月71次下载

MIT 许可证

5KB
85 代码行

ip2d

IPv4 地址转换器。

用法

A converter for IPv4 Addresses

Usage: ip2d [OPTIONS] [ip]

Arguments:
  [ip]  Converts an IPv4 Address to an integer

Options:
  -r, --reverse <number>  Converts an integer to an IPv4 Address
  -x, --hex               Converts an IPv4 Address to a hex number
  -h, --help              Print help
  -V, --version           Print version

示例

> ip2d 127.0.0.1
2130706433

> ip2d -r 230451
0.3.132.51

> ip2d -x 127.0.2.2
0x7f000202

依赖项

~1MB
~15K SLoC