Metadata-Version: 2.0
Name: mondrian
Version: 0.6.4
Summary: Logging with pretty coloured squares all over the place.
Home-page: https://python-mondrian.github.io/
Author: Romain Dorgueil
Author-email: romain@dorgueil.net
License: Apache License, Version 2.0
Download-URL: https://github.com/python-mondrian/mondrian/archive/0.6.4.tar.gz
Platform: UNKNOWN
Requires-Dist: colorama (~=0.3.7)
Provides-Extra: dev
Requires-Dist: coverage (~=4.4); extra == 'dev'
Requires-Dist: pytest (~=3.4); extra == 'dev'
Requires-Dist: pytest-cov (~=2.5); extra == 'dev'
Requires-Dist: pytest-sugar (~=0.9.1); extra == 'dev'
Requires-Dist: sphinx (~=1.7); extra == 'dev'
Requires-Dist: yapf; extra == 'dev'

mondrian
========

.. image:: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fpython-mondrian%2Fmondrian.svg?type=shield
    :target: https://app.fossa.io/projects/git%2Bgithub.com%2Fpython-mondrian%2Fmondrian?ref=badge_shield
    :alt: License Status

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 = logging.getLogger()

    if __name__ == '__main__':
        mondrian.setup(excepthook=True)
        logger.setLevel(logging.INFO)

        logger.info('Hello, world.')


License
=======

.. image:: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fpython-mondrian%2Fmondrian.svg?type=large
    :target: https://app.fossa.io/projects/git%2Bgithub.com%2Fpython-mondrian%2Fmondrian?ref=badge_large
    :alt: License Status



