pypcalc

Simple command-line tool for analyzing network addresses


Keywords
networking
License
ISC
Install
pip install pypcalc==0.2

Documentation

PyPCalc is a command-line program similar to the venerable ipcalc for analyzing IP addresses and netmasks.

This software works out-of-the-box with Python 3.3+, or on Python 2.7+ with the ipaddress backport module. Installation with setup.py will Do The Right Thing based on the interpreter version you install with.

Installation

Install with python setup.py install from source, or by running pip install pypcalc.

License

This software is licensed under the ISC License, the text of which can be found in LICENSE.txt.