Skip to content

MuhannadAlghamdi/netrange

Repository files navigation

NetRange

A simple package for reading and ranging IPs and ports.

PyPI Travis (.org) PyPI - Downloads GitHub PyPI - Python Version PyPI - Wheel

Installation

Run the following to install:

pip install netrange

Usage

From CLI

$ netrange --help
usage: IP Range [-h] [--version] [--verbose] {ip,port} ...

A simple package for reading and ranging IPs and ports.

positional arguments:
  {ip,port}   choose one option

optional arguments:
  -h, --help  show this help message and exit
  --version   show program's version number and exit
  --verbose

From Module

import netrange


ips = ip.load(from_file=file)
ranged_ips = ip.dump(ips)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages