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.6.tar.gz
(9.4 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.6-py3-none-any.whl
(11.8 kB
view details)
File details
Details for the file ctraceback-1.6.tar.gz.
File metadata
- Download URL: ctraceback-1.6.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f51d56136afb572153af4f750c4bed2656c4cf189b9e67ce679f7a3230e20a0
|
|
| MD5 |
ee19ab14a6d79d6c893a2f4ebbd35038
|
|
| BLAKE2b-256 |
74f1f6147f77606eb48b493d272a135e7ed8d07fc01cc3a186c4478ba0579e48
|
File details
Details for the file ctraceback-1.6-py3-none-any.whl.
File metadata
- Download URL: ctraceback-1.6-py3-none-any.whl
- Upload date:
- Size: 11.8 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 |
9005445ee828879ae6894eac28c327df429edffd2d223f7e3d4cf4efffb60d92
|
|
| MD5 |
3d4f8eca7ace5b1d8d34ecb7970bb084
|
|
| BLAKE2b-256 |
13597b27cb666b51f2ed76d0d89d4f151ae5b0142589219f5fe83f0dfd7f3ad9
|