Last week i needed to do many code reviews that included time measurement. Tried to use the timeit module (built-in) but it wasn’t fitting my needs.
So i’ve created this small package called timy, it’s a simple and flexible way to measure code time.
Please tell me if you think about any feature that can be added to it, or do it yourself and send me a pull request, i will love it.