muffle

silence output from external process


License
Other
Install
pip install muffle==1.0.0

Documentation

muffle

Simple module for silencing all output from external process. Really, all. Based on this post.

install

pip install muffle

use

import muffle

with muffle.on():
  # do noisy stuff