Metadata-Version: 2.1
Name: timerdecor
Version: 0.1.2
Summary: Timer Decorator for Python
Home-page: https://github.com/alpheay/TimerDecor
Author: Sagnik Nandi
Author-email: nik.nandi.1@gmail.com
License: MIT
Keywords: arrays
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.txt

Allows the measurement of time required for python functions.
Uses the @timer decorator.

