Metadata-Version: 2.0
Name: mondrian
Version: 0.6.1
Summary: Logging with pretty coloured squares all over the place.
Home-page: https://github.com/hartym/mondrian
Author: Romain Dorgueil
Author-email: romain@dorgueil.net
License: Apache License, Version 2.0
Platform: UNKNOWN
Requires-Dist: colorama (~=0.3.9)
Provides-Extra: dev
Requires-Dist: coverage (<5.0,>=4.4); extra == 'dev'
Requires-Dist: pytest (<4.0,>=3.1); extra == 'dev'
Requires-Dist: pytest-cov (<3.0,>=2.5); extra == 'dev'
Requires-Dist: sphinx (<2.0,>=1.6); extra == 'dev'
Requires-Dist: yapf; extra == 'dev'

mondrian
========

Mondrian helps you paint your standard python logger.

.. image:: https://raw.githubusercontent.com/hartym/mondrian/master/demo.png
  :alt: Mondrian in action
  :width: 100%
  :align: center

Enabling mondrian is simple and straightforward:

.. code-block:: python

    import logging
    import mondrian

    logger = mondrian.getLogger()
    logger.setLevel(logging.INFO)



