Metadata-Version: 2.1
Name: supress
Version: 1.2.0
Summary: A simple utility to supress output
Home-page: https://github.com/vcokltfre/Supress
Author: vcokltfre
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.4
Description-Content-Type: text/markdown

# vcokltfre/Supress

## A simple utility to supress output

Usage:
```py
from supress import supressed

with supressed():
    print("This output is supressed!")

print("This output isn't!")
```

### This package exists as a result of certain libraries that force printing output when it's unwanted

