{ "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`` *and* ``ipdb`` module. It is a fork\nof the `Products.enablesettrace\n`_ package.\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.Ienablesettrace`` in the ``eggs`` section::\n\n [buildout]\n ...\n eggs =\n ...\n Products.Ienablesettrace\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\n\nChangelog\n=========\n\n1.0 (2010-05-30)\n----------------\n\n- Forked Products.enablesettrace version 0.2 and changed name to\n Products.Ienablesettrace since the former will have the added inclusion\n of ipdb removed in the next release. [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.Ienablesettrace", "keywords": "", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "Products.Ienablesettrace", "package_url": "https://pypi.org/project/Products.Ienablesettrace/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.Ienablesettrace/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/markvl/Products.Ienablesettrace" }, "release_url": "https://pypi.org/project/Products.Ienablesettrace/1.0/", "requires_dist": null, "requires_python": null, "summary": "Fork of Products.enablesettrace which also allows import of ipdb in restricted code.", "version": "1.0" }, "last_serial": 753783, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "1b9d62daadff4a6fab08c3f1e8c86dd9", "sha256": "a08600b499d8b8c96c896f5b187b2e560f762dd8e4e522401491374ab1348978" }, "downloads": -1, "filename": "Products.Ienablesettrace-1.0.tar.gz", "has_sig": false, "md5_digest": "1b9d62daadff4a6fab08c3f1e8c86dd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3777, "upload_time": "2010-05-30T16:38:07", "url": "https://files.pythonhosted.org/packages/36/ea/8bc520a89f6351f984e719aaf2ce4d1664b8a45f58cb4610900b744430ef/Products.Ienablesettrace-1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "98f02523f9781b02f7fb8327c5c248fd", "sha256": "65779dc985893f2b363dfec57f0db86ec09c1f54604428026b39a2ec3add8709" }, "downloads": -1, "filename": "Products.Ienablesettrace-1.0.zip", "has_sig": false, "md5_digest": "98f02523f9781b02f7fb8327c5c248fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8382, "upload_time": "2010-05-30T16:38:43", "url": "https://files.pythonhosted.org/packages/66/5c/c62dd4bd0c279728e762f61e363c682bc6a679d1c5852931c7d0d957d0f5/Products.Ienablesettrace-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1b9d62daadff4a6fab08c3f1e8c86dd9", "sha256": "a08600b499d8b8c96c896f5b187b2e560f762dd8e4e522401491374ab1348978" }, "downloads": -1, "filename": "Products.Ienablesettrace-1.0.tar.gz", "has_sig": false, "md5_digest": "1b9d62daadff4a6fab08c3f1e8c86dd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3777, "upload_time": "2010-05-30T16:38:07", "url": "https://files.pythonhosted.org/packages/36/ea/8bc520a89f6351f984e719aaf2ce4d1664b8a45f58cb4610900b744430ef/Products.Ienablesettrace-1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "98f02523f9781b02f7fb8327c5c248fd", "sha256": "65779dc985893f2b363dfec57f0db86ec09c1f54604428026b39a2ec3add8709" }, "downloads": -1, "filename": "Products.Ienablesettrace-1.0.zip", "has_sig": false, "md5_digest": "98f02523f9781b02f7fb8327c5c248fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8382, "upload_time": "2010-05-30T16:38:43", "url": "https://files.pythonhosted.org/packages/66/5c/c62dd4bd0c279728e762f61e363c682bc6a679d1c5852931c7d0d957d0f5/Products.Ienablesettrace-1.0.zip" } ] }