debuglater


Namedebuglater JSON
Version 1.4.4 PyPI version JSON
download
home_pagehttps://github.com/ploomber/debuglater
SummaryPost-mortem debugging for Python programs
upload_time2023-01-07 18:53:17
maintainer
docs_urlNone
authorPloomber
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
debuglater allows post-mortem debugging for Python programs.

It writes the traceback of an exception into a file and can later load
it in a Python debugger.

Works with the built-in pdb and with other popular debuggers
(pudb, ipdb and pdbpp).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ploomber/debuglater",
    "name": "debuglater",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ploomber",
    "author_email": "contact@plooomber.io",
    "download_url": "https://files.pythonhosted.org/packages/49/91/decbf070c8cce5f204714a1421f389ace0b25072b8727de70886261eba64/debuglater-1.4.4.tar.gz",
    "platform": null,
    "description": "\ndebuglater allows post-mortem debugging for Python programs.\n\nIt writes the traceback of an exception into a file and can later load\nit in a Python debugger.\n\nWorks with the built-in pdb and with other popular debuggers\n(pudb, ipdb and pdbpp).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Post-mortem debugging for Python programs",
    "version": "1.4.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36264c1fc3111ecf1e40034af3434c8a1dbb33c48d476299e989fda82ce64322",
                "md5": "2d4bca6552528a41497b59858e91abe2",
                "sha256": "8d1b0faa931ecf4201be5dd71d4e37226ab746c0ea2df14fa772da6d4bec444b"
            },
            "downloads": -1,
            "filename": "debuglater-1.4.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d4bca6552528a41497b59858e91abe2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8511,
            "upload_time": "2023-01-07T18:53:16",
            "upload_time_iso_8601": "2023-01-07T18:53:16.233242Z",
            "url": "https://files.pythonhosted.org/packages/36/26/4c1fc3111ecf1e40034af3434c8a1dbb33c48d476299e989fda82ce64322/debuglater-1.4.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4991decbf070c8cce5f204714a1421f389ace0b25072b8727de70886261eba64",
                "md5": "f23548fd4f18596db5ddde9655ee9558",
                "sha256": "f3a388acff38006774ad775f191edfa34268b6d5d92dcfa0a9b2cc1f771dfb1e"
            },
            "downloads": -1,
            "filename": "debuglater-1.4.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f23548fd4f18596db5ddde9655ee9558",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9567,
            "upload_time": "2023-01-07T18:53:17",
            "upload_time_iso_8601": "2023-01-07T18:53:17.495731Z",
            "url": "https://files.pythonhosted.org/packages/49/91/decbf070c8cce5f204714a1421f389ace0b25072b8727de70886261eba64/debuglater-1.4.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-07 18:53:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ploomber",
    "github_project": "debuglater",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "debuglater"
}
        
Elapsed time: 0.06893s