awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Added `timelogging` to the list

Open tbrodbeck opened this issue 3 years ago • 1 comments

What is this Python project?

The log function of timelogging is designed to be a drop-in replacement for print and it enables a clean output of either the time, time and day, or a fully customizable timestamp.

It is designed to allow logging to be as minimalistic as possible and it aspires to be as customizable as possible as well.

What's the difference between this Python project and similar ones?

It is a wrapper around the builtin logging library with way less overhead. This allows quicker prototyping, especially for data science tasks where the tracking of run durations of code blocks in a script is very important.

Through this log function the time can be easily tracked with just one line of code of importing it. I find it very useful and I use it all the time.

--

Anyone who agrees with this pull request could submit an Approve review to it.

tbrodbeck avatar Dec 18 '20 12:12 tbrodbeck