{ "info": { "author": "Mark van Lent", "author_email": "m.van.lent@zestsoftware.nl", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Zope2", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nTo make a long story short: sometimes you need to break into the debugger in the\nmiddle of a Script (Python). To prevent the frustrating ``Unauthorized: import\nof 'pdb' is unauthorized`` message, use this enablesettrace package.\n\nThis package supports importing the ``pdb`` module. It is a fork of the original\nProducts.enablesettrace package which still resides in the Zope Subversion\nRepository. The only change made was turning the package into an egg.\n\nIt also incorporates the monkeypatch from the ``zdb`` product from Chris\nWithers. \n\n\nInstallation\n============\n\nThe installation is as simple as making sure the package is located on the\nPython path. For example when you are using zc.buildout list\n``Products.enablesettrace`` in the ``eggs`` section::\n\n [buildout]\n ...\n eggs =\n ...\n Products.enablesettrace\n\n\nCredits\n=======\n\nThis code was originally contributed by Zach Bir and `committed by Jim Fulton\n`_.\nMark van Lent eggified the product.\n\nJean Jordaan snarfed Chris's code from https://github.com/Simplistix/zdb\nThere is more in ``zdb`` that may be worth porting.\n\nChangelog\n=========\n\n1.1 (2013-11-25)\n----------------\n\n- Incorporate zdb monkeypatch to load the line cache\n\n\n1.0 (2010-05-30)\n----------------\n\n- Revert changes made in version 0.2 so the egg contains the same code as the\n original in the Zope Subversion Repository. Moved the 'enhanced' code to\n Products.Ienablesettrace. [markvl]\n\n\n0.2 (2010-04-02)\n----------------\n\n- Also allow import of ipdb. [markvl]\n\n\n0.1 (2010-04-02)\n----------------\n\n- Initial release: eggified version of Products.enablesettrace as stored in the\n Zope Subversion Repository.", "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/markvl/Products.enablesettrace", "keywords": "", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "Products.enablesettrace", "package_url": "https://pypi.org/project/Products.enablesettrace/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.enablesettrace/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/markvl/Products.enablesettrace" }, "release_url": "https://pypi.org/project/Products.enablesettrace/1.1/", "requires_dist": null, "requires_python": null, "summary": "Allow import of pdb in restricted code.", "version": "1.1" }, "last_serial": 928492, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2d1a3718d7185eef01d555b607e0cef1", "sha256": "3cb1010115dc5a0d0093664924739f7a2d769af2075766502544359c348b130a" }, "downloads": -1, "filename": "Products.enablesettrace-0.1.tar.gz", "has_sig": false, "md5_digest": "2d1a3718d7185eef01d555b607e0cef1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3409, "upload_time": "2010-04-02T15:33:41", "url": "https://files.pythonhosted.org/packages/81/2c/dc476120e62b637fb2346d10b3bcea28f3c8287da4e40f76bc5843ba5811/Products.enablesettrace-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "4a1890abcbfb72d889326eb812615c73", "sha256": "5f565343eb158c6af4e5141ea48162dbf8a6bae274a08c3ea8e6973be78bedae" }, "downloads": -1, "filename": "Products.enablesettrace-0.2.tar.gz", "has_sig": false, "md5_digest": "4a1890abcbfb72d889326eb812615c73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3978, "upload_time": "2010-04-03T08:26:48", "url": "https://files.pythonhosted.org/packages/8c/67/4f4ebbaeddcd9410027c2ebee392b30bb38f2aa19f5f6d633f6c7f2f3aca/Products.enablesettrace-0.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "261099a9a54ccef6513ded608b9ef986", "sha256": "e81e12c0f88d0ec5b685b5af82b96fa83eadc695096e82128b604ce9537375c9" }, "downloads": -1, "filename": "Products.enablesettrace-0.2.zip", "has_sig": false, "md5_digest": "261099a9a54ccef6513ded608b9ef986", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7942, "upload_time": "2010-04-02T16:53:38", "url": "https://files.pythonhosted.org/packages/83/c4/785cf4223e14e59f072d4025c75b12e1c16c6789672eabb41b23a465b77d/Products.enablesettrace-0.2.zip" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "3ae9757a6e1004661e21a6944107a4cc", "sha256": "11cb7c46ea32c198c39f33df138eae02eb6dd7bfbbbd0ec3c89c7cec512b4852" }, "downloads": -1, "filename": "Products.enablesettrace-1.0.zip", "has_sig": false, "md5_digest": "3ae9757a6e1004661e21a6944107a4cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8379, "upload_time": "2010-05-30T16:43:25", "url": "https://files.pythonhosted.org/packages/c6/ff/efdfdc1eac0835afa59586c950874fbcc80e8a6aa217e21b6d5e73402ce7/Products.enablesettrace-1.0.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "af75c3f388b9d25e50184ced302d06dc", "sha256": "484957831912ca0859f37a1f2a913c34f9abcfa35e2173adb1fad3e8466ab4dc" }, "downloads": -1, "filename": "Products.enablesettrace-1.1.zip", "has_sig": false, "md5_digest": "af75c3f388b9d25e50184ced302d06dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10390, "upload_time": "2013-11-25T12:14:19", "url": "https://files.pythonhosted.org/packages/80/a7/baf9407f432343e129073c8251c03b67fcd76a4623295e08f6751fc8f767/Products.enablesettrace-1.1.zip" } ], "1.1dev": [] }, "urls": [ { "comment_text": "", "digests": { "md5": "af75c3f388b9d25e50184ced302d06dc", "sha256": "484957831912ca0859f37a1f2a913c34f9abcfa35e2173adb1fad3e8466ab4dc" }, "downloads": -1, "filename": "Products.enablesettrace-1.1.zip", "has_sig": false, "md5_digest": "af75c3f388b9d25e50184ced302d06dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10390, "upload_time": "2013-11-25T12:14:19", "url": "https://files.pythonhosted.org/packages/80/a7/baf9407f432343e129073c8251c03b67fcd76a4623295e08f6751fc8f767/Products.enablesettrace-1.1.zip" } ] }