qyet 0.1.2

Creator: railscoder56

Last updated:

Add to Cart

Description:

qyet 0.1.2

Qyet

Python package with tools for suppressing output.

shhh... please be qyet

Installation
pip install qyet

Usage
For now, there is only one decorator, shhh, which suppresses the output of a function.
from qyet import shhh

@shhh
def foo():
print("Hello, world!")

foo() # No output

License
MIT
Thanks to
@dunossauro for a great content (in pt_BR) on how to create a Python package.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.