{ "info": { "author": "Muhammad Haseeb", "author_email": "haseeb.emailbox@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# PySpecty\nA happy light weight library to search python errors on stackoverflow automatically.\n\n## Installation\n\nInstallation is simplest with pip:\n\n pip install pyspecty\n\n\n#### Installation notes\n\npyspecty depends on `singleton-decorator` only.\n\npyspecty automatically search python errors on stackoverflow. See [Usage](#usage) below.\n\n## Usage\n\nCheck out [A simple usage example](Example/main.py) for a short intro. A sample usage is:\n\n```python\nfrom pyspecty import PySpecty\nPySpecty() # that's it!\n```\n\nFrom [example](Example/main.py):\n```python\nfrom pyspecty import PySpecty\n\nPySpecty() # That's it!! Do it somewhere in your file\n\n# The actual code!!\n\nprint(2/0)\n\n# Code end here\n\n```\n\noutput is:\n\n![division_by_zero_error](Example/error.png)\n\n## TODO\n\n1. Tests need to be written.\n2. A dumb page also open that need to be fixed.\n\n## Contributing\n\nFeel free to submit pull requests to me.\n\n## Authors\n\n* **Muhammad Haseeb** - *Initial work* - [Muhammad Haseeb](https://github.com/iam-mhaseeb)\n\n## Licensing\nThe pycloudy library is [MIT Licenced](LICENSE). Feel free to use commercially of personally.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/iam-mhaseeb/pyspecty", "keywords": "python,errors,debugging", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyspecty", "package_url": "https://pypi.org/project/pyspecty/", "platform": "", "project_url": "https://pypi.org/project/pyspecty/", "project_urls": { "Homepage": "https://github.com/iam-mhaseeb/pyspecty" }, "release_url": "https://pypi.org/project/pyspecty/1.0/", "requires_dist": [ "singleton-decorator" ], "requires_python": "", "summary": "A happy light weight library to search python errors on stackoverflow automatically.", "version": "1.0" }, "last_serial": 4431082, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "d56a2f5afe6c4a862ac762730cf1cd39", "sha256": "8a8cd41afd430cdd7407c6fb18c190c60cc2a465f1ce2b134dc037d5c722602b" }, "downloads": -1, "filename": "pyspecty-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d56a2f5afe6c4a862ac762730cf1cd39", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3292, "upload_time": "2018-10-30T10:53:40", "url": "https://files.pythonhosted.org/packages/9b/7f/a8f2ab8b992c3b6a31682b35adb1b7b42c0eec62a4ba29af14e72b8052df/pyspecty-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7e6c912ee1ed43ff676e0de4bcb164d5", "sha256": "3b9504639e17a3f4084531d655be334d7b67962666f252e36c1a88a34c29fe4e" }, "downloads": -1, "filename": "pyspecty-1.0.tar.gz", "has_sig": false, "md5_digest": "7e6c912ee1ed43ff676e0de4bcb164d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2082, "upload_time": "2018-10-30T10:53:41", "url": "https://files.pythonhosted.org/packages/65/10/6fcdc9d7f8ad4e0efa30d561002f23c28f0ca09fa872c0afb4e13ae7104e/pyspecty-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d56a2f5afe6c4a862ac762730cf1cd39", "sha256": "8a8cd41afd430cdd7407c6fb18c190c60cc2a465f1ce2b134dc037d5c722602b" }, "downloads": -1, "filename": "pyspecty-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d56a2f5afe6c4a862ac762730cf1cd39", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3292, "upload_time": "2018-10-30T10:53:40", "url": "https://files.pythonhosted.org/packages/9b/7f/a8f2ab8b992c3b6a31682b35adb1b7b42c0eec62a4ba29af14e72b8052df/pyspecty-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7e6c912ee1ed43ff676e0de4bcb164d5", "sha256": "3b9504639e17a3f4084531d655be334d7b67962666f252e36c1a88a34c29fe4e" }, "downloads": -1, "filename": "pyspecty-1.0.tar.gz", "has_sig": false, "md5_digest": "7e6c912ee1ed43ff676e0de4bcb164d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2082, "upload_time": "2018-10-30T10:53:41", "url": "https://files.pythonhosted.org/packages/65/10/6fcdc9d7f8ad4e0efa30d561002f23c28f0ca09fa872c0afb4e13ae7104e/pyspecty-1.0.tar.gz" } ] }