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.13.tar.gz
(17.8 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.13-py3-none-any.whl
(22.9 kB
view details)
File details
Details for the file ctraceback-1.13.tar.gz.
File metadata
- Download URL: ctraceback-1.13.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7feb39f654827308ce24435f2ac79eb30c88a197e183f4e8bbf6cb59fbac2f1
|
|
| MD5 |
a710bac851f6af34c467c4064712d3d1
|
|
| BLAKE2b-256 |
026b731104280e24faa24e4d21543ec06d6b7e67d8bcab4c2839dd36f12ebebe
|
File details
Details for the file ctraceback-1.13-py3-none-any.whl.
File metadata
- Download URL: ctraceback-1.13-py3-none-any.whl
- Upload date:
- Size: 22.9 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 |
8d0b2c4d4af528369b709cf7ccbbb2b440203be867618e12e40e0f9ab8154b29
|
|
| MD5 |
7e9ae82ae3503895059d1e0ccdab7f2b
|
|
| BLAKE2b-256 |
f0935b6d2471ffbcc5671aff1e1ecf2e44a29d921d2916953aabef22bbb5c4e8
|