Minimalist colorful debug logger
Project description
Advanced Debugger
Minimalist, colorful, configurable debug logger for Python.
Why Advanced Debugger?
- 👨💻 Simple console logging of actions.
- 🕐 Debug with time specifying for one minute
- 🗄️ Takes only few lines for much debugs.
Examples
Define debug category: dbgVar = AdvDBG.define('title of your debug')
Print something: dbgVar.info('Text to debug!') OR dbgVar('Text to debug!')
Available types:
WARN
INFO
ERROR
SUCCESS
Returns: Info - title of your debug (01.07.2026, 06:34:53) | Text to debug!
Configure existing category: dbgVar.cfg(title='REQUEST')
BEFORE: title of your debug AFTER: REQUEST
Change Log: v0.3.3
- Hotfix of 0.3.2
Requirements
- Python >3.6
LICENSE
This module licensed with MIT
Installation
pip install advdbg
Project details
Release history Release notifications | RSS feed
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 advdbg-0.3.3.tar.gz.
File metadata
- Download URL: advdbg-0.3.3.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c7fa0e84aab6d8bfa1392c1de2e30f3c418c10b293b96d1e6489707a88ded03
|
|
| MD5 |
8534322a752fad66c0221b02cc5fb1c3
|
|
| BLAKE2b-256 |
5f139f08d8387487d1888539c2c81f5079e52ce2c7aab00762dae43f03a5a998
|
File details
Details for the file advdbg-0.3.3-py3-none-any.whl.
File metadata
- Download URL: advdbg-0.3.3-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34eabec53af6933c3de72d769d85e28ab9807049ae85376ef328c190fcf47848
|
|
| MD5 |
dd5cd6073ac5f33408ab9064d6979b3c
|
|
| BLAKE2b-256 |
bf927b5d136c098c7992d65716ecd05291f0b1477d61129c5c8cc4e6761e4364
|