<div dir="ltr">Hi guys!<div><br></div><div>I wanted to show you a small project I just released: logzero - a Python package to simplify logging with Python 2 and 3:</div><div><ul><li><a href="https://www.metachris.com/2017/06/logzero---simplified-logging-for-python-2-and-3">https://www.metachris.com/2017/06/logzero---simplified-logging-for-python-2-and-3</a><br></li><li><a href="https://logzero.readthedocs.io">https://logzero.readthedocs.io</a><br></li><li><a href="https://github.com/metachris/logzero">https://github.com/metachris/logzero</a><br></li></ul><div>Features:</div></div><div><div><ul><li>Easy logging to console and/or file.<br></li><li>Pretty formatting, including level-specific colors in the console.<br></li><li>Robust against str/bytes encoding problems, works well with all kinds of character encodings and special characters.<br></li><li>Compatible with Python 2 and 3.<br></li><li>All contained in a <a href="https://github.com/metachris/logzero/blob/master/logzero/__init__.py">single file</a>.<br></li><li>Licensed under the MIT license.<br></li></ul><div>Happy about feedback and ideas!</div></div></div><div><br></div><div>Cheers,</div><div>Chris</div></div>