Custom traceback
Project description
ctraceback
Custom traceback
Installing
Install and update using pip:
$ pip install ctraceback
ctraceback supports Python 3 and newer.
Example
from ctraceback import CTraceback
sys.excepthook = CTraceback
...
try:
...
except:
CTraceback(*sys.exc_info())
...
you can run ctraceback server to receive all traceback messages:
$ ctraceback serve
# use -h for help
default port is 7000 and can be change in config file traceback.ini
Links
- License: GPL
- Code: https://github.com/cumulus13/ctraceback
- Issue tracker: https://github.com/cumulus13/ctraceback/issues
Author
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
ctraceback-1.16.2.tar.gz
(18.5 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 ctraceback-1.16.2.tar.gz.
File metadata
- Download URL: ctraceback-1.16.2.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b5cde6ae1810ead9093afa8df6c7e427bcd2fe5a074f3d0f5726b3090ffe214
|
|
| MD5 |
68722f95c1f190076449d511a79a57be
|
|
| BLAKE2b-256 |
f59918939f9fada0071a4aa9cd1dd65c93f03c7842cdf11b5ad1bc8844ef7b34
|
File details
Details for the file ctraceback-1.16.2-py3-none-any.whl.
File metadata
- Download URL: ctraceback-1.16.2-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddc9625107bbf21cfdc110a969dabb22b4b2e03e6b36c11fa28f9b64f8d9a0f7
|
|
| MD5 |
d4d7bc6396aa65316150026b4dec6983
|
|
| BLAKE2b-256 |
02fe6335258dff25d7db863c087c76a65b7c3dd90c0906709ef62b7c46bd7c05
|