# 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)
[![Buy Me a Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/cumulus13)
[![Donate via Ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](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/03/11/f645398a82cbf0ca29433f5204b2165062e2d512872d555990cf765cd933/ctraceback-1.3.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[![Buy Me a Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/cumulus13)\r\n[![Donate via Ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](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.3",
"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": "f0c27a1caa3752277431e62cdabd9b2f6d03dd964abb929a718381d639ada824",
"md5": "10c96945adb39378d599b877cf9f7636",
"sha256": "1bd23c6e1258f808a682a4cf02386cda76c774927998520b66b5686521c8ab4f"
},
"downloads": -1,
"filename": "ctraceback-1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "10c96945adb39378d599b877cf9f7636",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 11743,
"upload_time": "2024-12-18T02:41:00",
"upload_time_iso_8601": "2024-12-18T02:41:00.148636Z",
"url": "https://files.pythonhosted.org/packages/f0/c2/7a1caa3752277431e62cdabd9b2f6d03dd964abb929a718381d639ada824/ctraceback-1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0311f645398a82cbf0ca29433f5204b2165062e2d512872d555990cf765cd933",
"md5": "7d07cd02880fad24bd1e1a450b7f11b4",
"sha256": "c00bf7f85b1336c0d3878f6dff7136b8c682d2352cd66a3221f786e183d4398c"
},
"downloads": -1,
"filename": "ctraceback-1.3.tar.gz",
"has_sig": false,
"md5_digest": "7d07cd02880fad24bd1e1a450b7f11b4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 9345,
"upload_time": "2024-12-18T02:41:04",
"upload_time_iso_8601": "2024-12-18T02:41:04.671504Z",
"url": "https://files.pythonhosted.org/packages/03/11/f645398a82cbf0ca29433f5204b2165062e2d512872d555990cf765cd933/ctraceback-1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-18 02:41:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cumulus13",
"github_project": "ctraceback",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ctraceback"
}