# ctraceback
Custom traceback
## Installing
Install and update using [pip](https://pip.pypa.io/en/stable/quickstart/):
$ pip install ctraceback
ctraceback supports Python 3 and newer.
## Example
```python
from ctraceback import CTraceback
sys.excepthook = CTraceback
...
try:
...
except:
CTraceback(*sys.exc_info())
...
```
you can run ctraceback server to receive all traceback messages:
```bash
$ ctraceback serve
# use -h for help
```
default port is 7000 and can be change in config file `traceback.ini`
## Links
- License: [GPL](https://github.com/cumulus13/ctraceback/blob/master/LICENSE.rst)
- Code: [https://github.com/cumulus13/ctraceback](https://github.com/cumulus13/ctraceback)
- Issue tracker: [https://github.com/cumulus13/ctraceback/issues](https://github.com/cumulus13/ctraceback/issues)
## Author
[Hadi Cahyadi](mailto:cumulus13@gmail.com)
[](https://www.buymeacoffee.com/cumulus13)
[](https://ko-fi.com/cumulus13)
[Support me on Patreon](https://www.patreon.com/cumulus13)
Raw data
{
"_id": null,
"home_page": "https://github.com/cumulus13/ctraceback",
"name": "ctraceback",
"maintainer": "cumulus13 Team",
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": "cumulus13@gmail.com",
"keywords": null,
"author": "Hadi Cahyadi LD",
"author_email": "cumulus13@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d0/23/ba2249bd3f5fe89c4ce17a1961ac4db5788a05faaa874f043e974c06b97d/ctraceback-1.14.tar.gz",
"platform": null,
"description": "# ctraceback\r\n\r\nCustom traceback\r\n\r\n## Installing\r\n\r\nInstall and update using [pip](https://pip.pypa.io/en/stable/quickstart/):\r\n\r\n$ pip install ctraceback\r\n\r\nctraceback supports Python 3 and newer.\r\n\r\n## Example\r\n\r\n```python\r\nfrom ctraceback import CTraceback\r\nsys.excepthook = CTraceback\r\n...\r\ntry:\r\n ...\r\nexcept:\r\n CTraceback(*sys.exc_info())\r\n...\r\n```\r\n\r\nyou can run ctraceback server to receive all traceback messages:\r\n```bash\r\n$ ctraceback serve\r\n# use -h for help\r\n```\r\n\r\ndefault port is 7000 and can be change in config file `traceback.ini`\r\n\r\n## Links\r\n\r\n- License: [GPL](https://github.com/cumulus13/ctraceback/blob/master/LICENSE.rst)\r\n- Code: [https://github.com/cumulus13/ctraceback](https://github.com/cumulus13/ctraceback)\r\n- Issue tracker: [https://github.com/cumulus13/ctraceback/issues](https://github.com/cumulus13/ctraceback/issues)\r\n\r\n## Author\r\n[Hadi Cahyadi](mailto:cumulus13@gmail.com)\r\n\r\n[](https://www.buymeacoffee.com/cumulus13)\r\n[](https://ko-fi.com/cumulus13)\r\n [Support me on Patreon](https://www.patreon.com/cumulus13)\r\n",
"bugtrack_url": null,
"license": "GPL",
"summary": "Custom traceback",
"version": "1.14",
"project_urls": {
"Code": "https://github.com/cumulus13/ctraceback",
"Documentation": "https://github.com/cumulus13/ctraceback",
"Homepage": "https://github.com/cumulus13/ctraceback"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "209e23adbeb14215760b277b5129adf90e08d10067a47d26463d333c840e8cbf",
"md5": "4fd88ebe5e089c1ee76c803b49772a27",
"sha256": "b4fc477963f5d7685025d696997e86e737ce49a341aea7abdea613234dc29f62"
},
"downloads": -1,
"filename": "ctraceback-1.14-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4fd88ebe5e089c1ee76c803b49772a27",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 21867,
"upload_time": "2025-02-03T18:21:12",
"upload_time_iso_8601": "2025-02-03T18:21:12.306160Z",
"url": "https://files.pythonhosted.org/packages/20/9e/23adbeb14215760b277b5129adf90e08d10067a47d26463d333c840e8cbf/ctraceback-1.14-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d023ba2249bd3f5fe89c4ce17a1961ac4db5788a05faaa874f043e974c06b97d",
"md5": "d140b286d1e98fd035b390972b40ceba",
"sha256": "6eaa787e0326332cc26b1bb43d8615fcc1ef838fabfc6d223ea3ccc18862a712"
},
"downloads": -1,
"filename": "ctraceback-1.14.tar.gz",
"has_sig": false,
"md5_digest": "d140b286d1e98fd035b390972b40ceba",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 16617,
"upload_time": "2025-02-03T18:21:14",
"upload_time_iso_8601": "2025-02-03T18:21:14.928062Z",
"url": "https://files.pythonhosted.org/packages/d0/23/ba2249bd3f5fe89c4ce17a1961ac4db5788a05faaa874f043e974c06b97d/ctraceback-1.14.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-03 18:21:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cumulus13",
"github_project": "ctraceback",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ctraceback"
}