[PR #1696] Added timelogging to the list #1474

Open
opened 2025-11-06 13:16:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1696
Author: @tbrodbeck
Created: 12/18/2020
Status: 🔄 Open

Base: masterHead: patch-1


📝 Commits (1)

  • 37abcf0 Added timelogging to the list

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1696 **Author:** [@tbrodbeck](https://github.com/tbrodbeck) **Created:** 12/18/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`37abcf0`](https://github.com/vinta/awesome-python/commit/37abcf02ac108f0c16f0297b028c41233ade698e) Added `timelogging` to the list ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:16:59 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1474