Colorized logging with traceback dumping
Project description
PrintVerbose
A small logging helper with colored output and traceback dumping.
Dependencies:
- colorama (BSD License)
pip install colorama
Install:
pip install printverbose
Usage:
from PrintVerbose import get_logger, write_traceback_to_file
log = get_logger("app")
log.info("Hello")
try:
oneplusone = 1 + 1
except:
write_traceback_to_file() # works only inside a except block
log.critical("Error doing math!")
Changelog
[1.1.1] - 1/20/2026
Fixed
- Fixed minor spelling mistake in README.md
[1.1.0] - 1/20/2026
Added
- Error when using print_traceback_to_file() outside of an except block.
- Added changelog
Full changelog in CHANGELOG.md
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
printverbose-1.1.1.tar.gz
(3.0 kB
view details)
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 printverbose-1.1.1.tar.gz.
File metadata
- Download URL: printverbose-1.1.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
007011d991df61a160cfce33d78a9952ca696ac00200cfd3b6277eca42cbcae4
|
|
| MD5 |
25a6b39edc2d1f107a2ade36f28ff2b7
|
|
| BLAKE2b-256 |
4cb33f8dc4df9fde29745062495e88e8fbb2b5b69b6abf512ee67486ef916f4e
|
File details
Details for the file printverbose-1.1.1-py3-none-any.whl.
File metadata
- Download URL: printverbose-1.1.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97940768c67dfcf67555579c71872bc54741ff5bacd2d01dd9e8e04ec435e803
|
|
| MD5 |
43ded8482496b072b7d2d38ed233508f
|
|
| BLAKE2b-256 |
10e1b08e84af5897d91c1f645f73480a5419ca9c0cefe963114d789ef3cca614
|