Metadata-Version: 1.1
Name: python-color-logger
Version: 0.3.5
Summary: Logging utilities
Home-page: https://github.com/gnulnx/python-color-logger
Author: Vinay Sajip (author of logutils), John Furr (Maintainer of python-color-logger fork)
Author-email: john.furr@gmail.com
License: Copyright (C) 2010-2013 by Vinay Sajip. All Rights Reserved. See LICENSE.txt for license.
Description: The python-color-logger packages is a fork of logutils 0.3.3.
        The original author of logutils is Vinay Sajip and his project 
        can be found at:  http://code.google.com/p/logutils/
        
        The logutils package provides a set of handlers for the Python standard
        library's logging package.
        
        The python-color-logger fork extends logutils to provide custom log 
        coloring via sublcassing ColorizingStreamHandler.
        
        
        Some of these handlers are out-of-scope for the standard library, and
        so they are packaged here. Others are updated versions which have
        appeared in recent Python releases, but are usable with older versions
        of Python and so are packaged here.
        
        The latest version of python-color-logger can be found at:
        
            https://github.com/gnulnx/python-color-logger
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
