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.12.tar.gz
(16.7 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
ctraceback-1.12-py3-none-any.whl
(21.7 kB
view details)
File details
Details for the file ctraceback-1.12.tar.gz.
File metadata
- Download URL: ctraceback-1.12.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
673d86eb19b04cee05f656e0921d6ce5ffb6f0e4a4828f6693ae174a06567270
|
|
| MD5 |
771e256acee7a5799f50c51a729ed4ee
|
|
| BLAKE2b-256 |
f2c7929020efc78a7f09516d50b47bf82cd84d5ecce99c287e47257d122fb208
|
File details
Details for the file ctraceback-1.12-py3-none-any.whl.
File metadata
- Download URL: ctraceback-1.12-py3-none-any.whl
- Upload date:
- Size: 21.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 |
d939f0eaeeda84da6a228aadb95a1503877c07c3bbd16a058a44329e940b9281
|
|
| MD5 |
8d28c23f59c63ee5d20c80f4583b11f7
|
|
| BLAKE2b-256 |
2a7161de5778784c7e66a955b88018baa78d035752b3d253c268c1216b06e2fe
|