{ "info": { "author": "Christopher Flynn", "author_email": "crf204@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "excoverflow\n===========\n\nThis package adds links to google and stackoverflow search results to the end\nof uncaught exceptions in Python. It should work with either Python 2 or 3.\n\nTo install:\n\n.. code-block:: shell\n\n pip install excoverflow\n\nTo use, simply import the package in any project file for which you want\ninternet results pages printed after the exception.\n\n.. code-block:: python\n\n import excoverflow\n\nUnhandled exception output will be appended with links to google and\nstackoverflow search results for python, the exception type, and the\nexception message; e.g.\n\n.. code-block:: shell\n\n Traceback (most recent call last):\n File \"test.py\", line 5, in \n val = 5 / 0\n ZeroDivisionError: division by zero\n\n https://www.google.com/search?q=python+ZeroDivisionError+division+by+zero\n https://stackoverflow.com/search?q=%5Bpython%5D+%22ZeroDivisionError+division+by+zero%22\n\n\nInspired by this reddit post\nhttps://www.reddit.com/r/ProgrammerHumor/comments/7z6x65/the_button_we_all_needed/\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/crflynn/excoverflow", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "excoverflow", "package_url": "https://pypi.org/project/excoverflow/", "platform": "", "project_url": "https://pypi.org/project/excoverflow/", "project_urls": { "Homepage": "https://github.com/crflynn/excoverflow" }, "release_url": "https://pypi.org/project/excoverflow/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Appends google/stackoverflow search links to unhandled exceptions", "version": "0.1.0" }, "last_serial": 3604109, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "85c5c55e8f254fe8ea13bc32b677c7ea", "sha256": "94fc8d0591569d12ae22570a3ff918a7598a225787ac2bfc41a0f7d2debdaa0f" }, "downloads": -1, "filename": "excoverflow-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "85c5c55e8f254fe8ea13bc32b677c7ea", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3817, "upload_time": "2018-02-22T03:42:41", "url": "https://files.pythonhosted.org/packages/95/14/c04be9ad0cbc9bbd9768d501307e64eb4e2684507b596b1763f3cc83ad1d/excoverflow-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c53e838bdf82e0030bb1368797c6954a", "sha256": "7312e6d9d9e6adb6398d26f41d2d9926aba82783adf4f9d564982288338c1ae2" }, "downloads": -1, "filename": "excoverflow-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c53e838bdf82e0030bb1368797c6954a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2942, "upload_time": "2018-02-22T03:42:42", "url": "https://files.pythonhosted.org/packages/63/d2/dbc6af95b87678337b2a526d675e17988d94518d64412a426cac7a74eb24/excoverflow-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "85c5c55e8f254fe8ea13bc32b677c7ea", "sha256": "94fc8d0591569d12ae22570a3ff918a7598a225787ac2bfc41a0f7d2debdaa0f" }, "downloads": -1, "filename": "excoverflow-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "85c5c55e8f254fe8ea13bc32b677c7ea", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3817, "upload_time": "2018-02-22T03:42:41", "url": "https://files.pythonhosted.org/packages/95/14/c04be9ad0cbc9bbd9768d501307e64eb4e2684507b596b1763f3cc83ad1d/excoverflow-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c53e838bdf82e0030bb1368797c6954a", "sha256": "7312e6d9d9e6adb6398d26f41d2d9926aba82783adf4f9d564982288338c1ae2" }, "downloads": -1, "filename": "excoverflow-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c53e838bdf82e0030bb1368797c6954a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2942, "upload_time": "2018-02-22T03:42:42", "url": "https://files.pythonhosted.org/packages/63/d2/dbc6af95b87678337b2a526d675e17988d94518d64412a426cac7a74eb24/excoverflow-0.1.0.tar.gz" } ] }