ipCalc-cli
IP address calculator — subnets, CIDR, ranges, conversions, and network info from the command line.
Install
pip install ipcalc-cli
Usage
# Network info
ipcalc info 192.168.1.0/24
# Convert IP formats
ipcalc convert 192.168.1.1
# Subnet division
ipcalc subnet 10.0.0.0/16 -p 24
# Check if IP is in network
ipcalc contains 192.168.1.0/24 192.168.1.50
# IP range to CIDR
ipcalc range-to-cidr 192.168.0.0 192.168.3.255
# Merge overlapping CIDRs
ipcalc merge 192.168.0.0/25 192.168.0.128/25
# List hosts
ipcalc list 192.168.1.0/28
All commands support --json for machine-readable output.
For AI Agents
See SKILL.md for agent-optimized documentation.
License
MIT
Release files for ipCalc-cli 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ipcalc_cli-0.1.0.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ipcalc_cli-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.4 kB
Release files / ipcalc_cli-0.1.0.tar.gz
| Download URL | ipcalc_cli-0.1.0.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
56e38248349e233d760de03e6806de7ebf8653761e0c595a52f29f5568ec934b
|
|
BLAKE2b-256 checksum How to use checksums |
89d08c7b7a36892eb11d4dd06688a317f560adf2bc7ce23ee010a2093d292b26
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|
Release files / ipcalc_cli-0.1.0-py3-none-any.whl
| Download URL | ipcalc_cli-0.1.0-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8db248947c8dd52e7d81b9e446f46c293094497810e36f8e9cc1e04e3a0a3696
|
|
BLAKE2b-256 checksum How to use checksums |
5ade1830d0d7fb144a4fea0552c7ccee96216f39f10e54928dae6e53f88920c3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|