mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-18 05:01:00 -05:00
[PR #1696] Added timelogging to the list
#1474
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1696
Author: @tbrodbeck
Created: 12/18/2020
Status: 🔄 Open
Base:
master← Head:patch-1📝 Commits (1)
37abcf0Addedtimeloggingto the list📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
The
logfunction oftimeloggingis designed to be a drop-in replacement forprintand 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
logginglibrary 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.