{ "info": { "author": "Renzo Carbonara", "author_email": "gnuk0001@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Debuggers" ], "description": "**WTF** is a Python post-mortem debug handler.\n\nAfter an exception, a Pdb debugger will be started in the frame and line where\nthe exception was raised. The `IPython `_ debugger\nwill be used by default if available, Otherwise Python's own ``pdb.Pdb``.\n\nSee the accompanying ``LICENSE`` file for the licensing terms.\n\nUsage\n=====\n\nIf ``with`` statement block support is available (default since 2.6), then **WTF**\ncan be used as::\n\n from wtf import WTF\n\n with WTF:\n ... do something ...\n\nIf an exception is raised inside the ``with`` block, then a Pdb debugger will be\nstarted on the conflicting line.\n\n**WTF** can be used as a function call also, with the same results.::\n\n from wtf import WTF\n\n try:\n ... do something ...\n except:\n WTF()\n\nFor more info, check the ``wtf.WTFHandler`` class.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/k0001/wtf", "keywords": "pdb debug", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "wtf", "package_url": "https://pypi.org/project/wtf/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wtf/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/k0001/wtf" }, "release_url": "https://pypi.org/project/wtf/0.1/", "requires_dist": null, "requires_python": null, "summary": "Post-mortem PDB handler", "version": "0.1" }, "last_serial": 801769, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7b35c2d6c178af78d62fd55e3e966f1c", "sha256": "49b44a4f1ca6cc4b39e5ae7d0bfc53681d04117a503513dc8ee2014004d8a62d" }, "downloads": -1, "filename": "wtf-0.1.tar.gz", "has_sig": true, "md5_digest": "7b35c2d6c178af78d62fd55e3e966f1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3214, "upload_time": "2010-10-26T22:14:10", "url": "https://files.pythonhosted.org/packages/41/a6/ebdb36bf9caefdf96f1b2382ae1bfc5b1d32d3b404a7cdffb5d5a24f84f5/wtf-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7b35c2d6c178af78d62fd55e3e966f1c", "sha256": "49b44a4f1ca6cc4b39e5ae7d0bfc53681d04117a503513dc8ee2014004d8a62d" }, "downloads": -1, "filename": "wtf-0.1.tar.gz", "has_sig": true, "md5_digest": "7b35c2d6c178af78d62fd55e3e966f1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3214, "upload_time": "2010-10-26T22:14:10", "url": "https://files.pythonhosted.org/packages/41/a6/ebdb36bf9caefdf96f1b2382ae1bfc5b1d32d3b404a7cdffb5d5a24f84f5/wtf-0.1.tar.gz" } ] }