Metadata-Version: 1.1
Name: consolemsg
Version: 0.2
Summary: Simple semantic functions for colorfull console messages
Home-page: https://github.com/GuifiBaix/python-consolemsg
Author: David Garcia Garzon
Author-email: voki@canvoki.net
License: GNU General Public License v3 or later (GPLv3+)
Description-Content-Type: UNKNOWN
Description: consolemsg
        ==========
        
        Semantically colorifies console output messages with ANSI codes.
        
        The goal of the module is to centralize how console messages are printed
        depending on the intent. Instead of ``print()`` you can use:
        
        -  ``step()``
        -  ``error()``
        -  ``warn()``
        -  ``success()``
        
        Also ``fail()`` prints an error and exits.
        
        All consolemsg functions outputs to ``sys.stderr``, so they will be
        separated from your ``stdout`` when you use piping.
        
        For serious logging you should use the ``logging`` standard module. This
        is a quick and simple solution make the user aware of the relevance of
        the outputs.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
