Metadata-Version: 1.0
Name: hostlists
Version: 0.5.10
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: Description
        Hostlists is a python module and command line utility that handles
        getting lists of hosts from various systems.  Hostlists
        supports plugins allowing additional backend support to be added.
        
        hostlists has 2 components:
          hostlists - This module handles hostlist expansion
          hostlists_plugins - This module contains plugins that can be used
                              by hostlists to obtain lists of hosts. 
        
        Dependencies
          django - This provides the template engine used by some plugins.
                   Django is provided under the BSD license.
        
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
