SHUTUP - Stop python warnings, no matter what!
Sometimes you just can't mute python warnings. Use this library to solve this.
Installation
pip install shutup
Using
On the beggining of your code (before you import other things), add this line:
import shutup; shutup.please()
That's it. Enjoy the silence :)
Contributions
If your warnings were not silenced, please open an issue. PRs, ideas and other contributions are also welcome.