Metadata-Version: 2.1
Name: waduh
Version: 0.2.0
Summary: A multifunction library for python.
Home-page: https://github.com/indra87g/waduh
Author: indra87g
Author-email: noeldycreator@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Waduh

'Waduh' is a multifunction library for python.

## Getting Started

- Install it
```sh
pip install waduh
```

- Import it
```py
from waduh.utils import get_time
```

- Ready to use
```py
result = get_time('hour')
print(result) 
```
