Metadata-Version: 2.1 Name: logmuse Version: 0.2.6 Summary: Logging setup Home-page: https://github.com/databio/logmuse/ Author: Vince Reuter, Nathan Sheffield License: BSD-2-Clause Keywords: logging,workflow,logger,logs Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: License :: OSI Approved :: BSD License Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Description-Content-Type: text/markdown # logmuse [![Build Status](https://travis-ci.org/databio/logmuse.svg?branch=master)](https://travis-ci.org/databio/logmuse) [![Coverage Status](https://coveralls.io/repos/github/vreuter/logmuse/badge.svg?branch=master)](https://coveralls.io/github/vreuter/logmuse?branch=master) Logmuse is a small logging setup package. The point of logmuse is to make it super simple to add CLI-control of logging to your python CLI tool. It just provides a simple interface so that standard arguments can be passed on to the logger. It is only useful for CLI tools.