Metadata-Version: 1.0
Name: NetCIDR
Version: 0.0.3
Summary: Object representations, operations and logic for hosts, networks, and collections of networks.
Home-page: http://projects.adytum.us/tracs/NetCIDR
Author: Duncan McGreggor
Author-email: duncan@adytum.us
License: BSD
Description: There are five major chunks of functionality to this library:
        * create CIDR addresses for hosts and net blocks
        * get node counts for any given netblock
        * get ranges of addresses for net blocks
        * create collections of networks (list subclass)
        * determine if a CIDR address is in a given network or set of networks (__contains__ override)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Internet
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
