Metadata-Version: 2.1
Name: executiontime
Version: 0.2.0
Summary: Utilities to show execution time during development of a module
Home-page: https://github.com/Timokasse/executiontime
Author: Timokasse
Author-email: Timokasse@users.noreply.github.com
License: MIT
Download-URL: https://github.com/Timokasse/executiontime/tarball/0.1
Keywords: testing,logging,time,performance,execution
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
Description-Content-Type: text/markdown

# 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.


