A comprehensive Python function debugger with colors and caller detection
Project description
Debugger Decorator
A simple Python decorator for debugging functions.
Installation
pip install debugger-decorator
Usage
from debugger_decorator import show_information
@show_information()
def my_function(a, b):
return a + b
my_function(1, 2)
This will print information about the function call, its arguments, return value, and execution time.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file debugger_decorator-0.1.3.tar.gz.
File metadata
- Download URL: debugger_decorator-0.1.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b436d91adbf95ce8bcf6e7cfd3141289e80f13bc45a8515de83f792ae907746
|
|
| MD5 |
bf1f64d8a1fcf73390cefd4b9d51d2d2
|
|
| BLAKE2b-256 |
ff5fdf3ccc12dd6eee338e0644aa3c5b58297bf62d248b1f3e8f9e4a9cea9256
|
File details
Details for the file debugger_decorator-0.1.3-py3-none-any.whl.
File metadata
- Download URL: debugger_decorator-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a855e67df778da9ebed0f674bac852c21a62c6bb3c35bb5d0e01f585d6ec69fd
|
|
| MD5 |
135f57e27a6ca900d43fa6a868640817
|
|
| BLAKE2b-256 |
966158b84c41c2b2f225dfdfd6a083b0d644a0c7152cd7e07239eaf79ee79745
|