Metadata-Version: 2.1
Name: ipcidrtree
Version: 1.3.0
Summary: Represent IPv4 information in tree structures
Author-email: Steve Benson <steve@xelphene.net>
Project-URL: Homepage, https://github.com/xelphene/iptree
Project-URL: Bug Tracker, https://github.com/xelphene/iptree/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Overview

ipcidrtree is a python module which provides classes for representing IPv4
addresses and netmasks, particularly in tree structures organized by CIDR
hierarchy.  For more information, see the pydoc documentation.

