Metadata-Version: 2.1
Name: smartutils
Version: 1.0.0
Summary: Smart collection of utilities for your code
Home-page: UNKNOWN
Author: Arockia Arulnathan
Author-email: arockia@scriptinghub.com
License: UNKNOWN
Description: Simple and light weight module to measure the function execution time in Python.
        
        Usage:
        
        from smartutils.util import get_exec_time
        
        @get_exec_time
        def sample():
            print("hi")
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
