Added `timelogging` to the list #1696
Open
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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.