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.10.tar.gz
(15.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
ctraceback-1.10-py3-none-any.whl
(20.2 kB
view details)
File details
Details for the file ctraceback-1.10.tar.gz.
File metadata
- Download URL: ctraceback-1.10.tar.gz
- Upload date:
- Size: 15.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 |
890aa2704235bc89fe6e9b3ff1c535b2844abd119ec1a7ee8cec7e85a819735d
|
|
| MD5 |
19ded19c639161af1747181b78cf4047
|
|
| BLAKE2b-256 |
4a7780fdd939ddb0ebcb43ffde0aa1b5bca7bb092df713adb460dfa63ab9baac
|
File details
Details for the file ctraceback-1.10-py3-none-any.whl.
File metadata
- Download URL: ctraceback-1.10-py3-none-any.whl
- Upload date:
- Size: 20.2 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 |
132cad3f2a2ce5b0cc536f56b3c57369390af6475bfa99c396b0ed829cb32887
|
|
| MD5 |
46c36dbedaaa6b67afab6669f6c5fe10
|
|
| BLAKE2b-256 |
7b647911fac5a192b78a41f4cb824f63efb044905e3b0d03c14c753a9a5b960a
|