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.1.tar.gz
(9.3 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.1-py3-none-any.whl
(11.5 kB
view details)
File details
Details for the file ctraceback-1.1.tar.gz.
File metadata
- Download URL: ctraceback-1.1.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abb6b294c75f6dd8261db62f1c3c388c034aff0fdf89de2a742d10c53d93ce68
|
|
| MD5 |
1960bf6a0644fca498f05a8bc4cd999a
|
|
| BLAKE2b-256 |
7330c765bd6c24480cb082dba94d06f092aeda01fc90442640f142b1ce2d43db
|
File details
Details for the file ctraceback-1.1-py3-none-any.whl.
File metadata
- Download URL: ctraceback-1.1-py3-none-any.whl
- Upload date:
- Size: 11.5 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 |
bf74f67aa43e82b5cb79a942f91a13dde97d271f26bf54c9aacc9220a4de5a9f
|
|
| MD5 |
00361f07688720e6331c7ec4f1104097
|
|
| BLAKE2b-256 |
b75bd3155a2bd57800eecde347ddefb5a00dc70e643930d6546f34bb904ebcdf
|