Metadata-Version: 2.1
Name: smartutils
Version: 1.0.2
Summary: Smart collection of utilities for your code
Home-page: UNKNOWN
Author: Arockia Arulnathan
Author-email: arockia@scriptinghub.com
License: UNKNOWN
Description: <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>
        
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
