Metadata-Version: 1.1
Name: chromalog
Version: 0.0.3
Summary: A non-intrusive way to use colors in your logs and generic output.
Home-page: http://chromalog.readthedocs.org/en/latest/index.html
Author: Julien Kauffmann
Author-email: julien.kauffmann@freelan.org
License: MIT
Description: Chromalog integrates seemlessly in any Python project and allows the use of
        colors in log messages and generic output easily. It is based on colorama and
        so works on both Windows and *NIX platforms. Chromalog is able to detect
        without any configuration if the associated output stream has color
        capabilities and can fall back to the default monochromatic logging.
        
        Chromalog also offer helpers to easily highlight some important parts of a log
        message.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
