Metadata-Version: 2.0
Name: mondrian
Version: 0.4.0
Summary: Logging with pretty coloured squares all over the place.
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache License, Version 2.0
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Requires-Dist: colorama (<0.4,>=0.3)
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)



