Metadata-Version: 1.1
Name: hostlists
Version: 0.6.9
Summary: A python library to obtain lists of hosts from various systems
Home-page: https://github.com/yahoo/hostlists
Author: Dwight Hubbard
Author-email: dhubbard@yahoo-inc.com
License: LICENSE.txt
Description: hostlists
        =========
        Python module to generate lists of hosts from various sources that is extensible
        via plugins.
        
        
        Components
        ----------
        hostlists has 2 components:
        
          * hostlists - This module handles hostlist expansion
          * hostlists_plugins - This module contains plugins that allow hostlists to get lists of hosts from various backend systems.
        
        
        Dependencies
        ------------
          * dnspython (BSD License)
            This python module is used for the dns plugins to perform host expansion
            based on dns.
        
        
        Usage
        -----
        The hostlists module provides a python module to do host expansion within python
        programs.  It also provides a command line utility to allow usage from the
        command line.
        
        
        Creating Hostlists backend plugins
        ----------------------------------
        TBD
        
        
        Command Line Examples
        ---------------------
        $ hostlists
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires: dnspython3
