Skip to content

siebenmann/python-netblock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== What it is:

netblock.py implements sets of IP address ranges, supporting various
notation including CIDR. It does not require contiguous IP address
ranges.

ranges.py implements (integer) ranges, hopefully efficiently. It is used
by netblock.py.

nbcalc.py is a netblock calculator. See the comments at its start for
usage information, for now.

=== Bugs:

- nbcalc.py needs a manpage

=== Copyright:

GPL v3 for now.

About

A module that implements sets of IP address ranges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages