Metadata-Version: 1.1
Name: executiontime
Version: 0.1.1
Summary: Utilities to show execution time during development of a module
Home-page: https://github.com/Timokasse/executiontime
Author: Pierre Cart-Grandjean
Author-email: timok@free.fr
License: MIT
Download-URL: https://github.com/Timokasse/executiontime/tarball/0.1
Description: # executiontime
        
        Python module to show execution times during development phase
        
        ## printexecutiontime
        
        Simple function decorator that will print the execution time of the function on the console.
        
Keywords: testing,logging,time
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
