Metadata-Version: 2.1
Name: smartutils
Version: 1.0.3
Summary: Smart collection of utilities for your code
Home-page: UNKNOWN
Author: Arockia Arulnathan
Author-email: arockia@scriptinghub.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

<b>Description</b>
Smart collection of Python utility functions.

<b>Author:</b> Arockia Arulnathan A

<b>Sample Usage:</b>

<pre>
from smartutils.timeutil import get_exec_time
@get_exec_time
def sample():
    print("hi")
</pre>


