Metadata-Version: 2.1
Name: supertimer
Version: 0.3.0
Summary: Contextmanager to print or log execution time of code blocks
License: MIT
Author: Marius Helf
Author-email: helfsmarius@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# supertimer

Contextmanager to print or log execution time of code blocks

Original url: https://github.com/mariushelf/supertimer


# Etymology

This package provides a timer. But the name `timer` was already taken.
So I needed a new name. Inspired by my recently freshly flamed up
love for the good old Super Nintendo, I thought that this timer could
as well be *super*.

# License

[MIT](LICENSE)


# Changelog

## v0.3.0
* convenience classes `print_timer`, `debug_timer` and `info_timer`
* make timer function configurable

## v0.2.0
* mention success or error after execution

## v0.1.0
* First release


# Author

Marius Helf ([helfsmarius@gmail.com](mailto:helfsmarius@gmail.com))

