[PR #1544] [CLOSED] Add pydebug #1343

Closed
opened 2025-11-06 13:14:21 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1544
Author: @benmezger
Created: 5/16/2020
Status: Closed

Base: masterHead: feat/pydebug


📝 Commits (1)

  • faacb9b Add pydebug to list of debugging libraries

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

A set of utilities which makes it easier to debug Python code. Pydebug respects Django's config. It checks if the decorator is running within a Django project and DEBUG is set to True. If it's set to False, it simply returns the function.

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

  • Allows the debug decorators to be deployed in a Django application
  • No need to import pdb on every function, as the decorator takes care of it
  • Support for pdb and ipdb if installed.

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/1544 **Author:** [@benmezger](https://github.com/benmezger) **Created:** 5/16/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/pydebug` --- ### 📝 Commits (1) - [`faacb9b`](https://github.com/vinta/awesome-python/commit/faacb9b3f5744155092e89b6cefeac9b040b1120) Add pydebug to list of debugging libraries ### 📊 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? A set of utilities which makes it easier to debug Python code. Pydebug respects Django's config. It checks if the decorator is running within a Django project and DEBUG is set to True. If it's set to False, it simply returns the function. ## What's the difference between this Python project and similar ones? - Allows the debug decorators to be deployed in a Django application - No need to import pdb on every function, as the decorator takes care of it - Support for `pdb` and `ipdb` if installed. -- 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:14:21 -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#1343