{"id":29694177,"url":"https://github.com/spaciouscoder78/pyoverflow3","last_synced_at":"2025-10-13T05:12:56.494Z","repository":{"id":297779573,"uuid":"997858293","full_name":"SpaciousCoder78/pyoverflow3","owner":"SpaciousCoder78","description":"Complete Rewrite of pyoverflow library from Python 2 to Python 3 -- File new issues at https://codeberg.org/SpaciousCoder78/pyoverflow3","archived":true,"fork":false,"pushed_at":"2025-06-07T12:37:39.000Z","size":27,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-27T03:41:19.440Z","etag":null,"topics":["pypi","python3","stackoverflow-search"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pyoverflow3/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpaciousCoder78.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-07T10:43:53.000Z","updated_at":"2025-08-09T07:43:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"09090d7c-5fd3-4164-be5d-1c609d1160d5","html_url":"https://github.com/SpaciousCoder78/pyoverflow3","commit_stats":null,"previous_names":["spaciouscoder78/pyoverflow3"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/SpaciousCoder78/pyoverflow3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fpyoverflow3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fpyoverflow3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fpyoverflow3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fpyoverflow3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpaciousCoder78","download_url":"https://codeload.github.com/SpaciousCoder78/pyoverflow3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fpyoverflow3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013696,"owners_count":26085390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pypi","python3","stackoverflow-search"],"created_at":"2025-07-23T08:39:04.753Z","updated_at":"2025-10-13T05:12:56.489Z","avatar_url":"https://github.com/SpaciousCoder78.png","language":"Python","readme":"# pyoverflow3\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)\n![PyPi](https://img.shields.io/badge/pypi-%23ececec.svg?style=for-the-badge\u0026logo=pypi\u0026logoColor=1f73b7)\n![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge\u0026logo=git\u0026logoColor=white)\n![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge\u0026logo=github\u0026logoColor=white)\n\nComplete Rewrite of pyoverflow library from Python 2 to Python 3\n\nOriginal pyoverflow Library based on Python 2: https://pypi.org/project/pyoverflow/\n\nA Python Library for Quick Debugging of Errors using StackOverflow\n    \n\n\n## Supported Features\n- Quick Search of errors on StackOverflow for Python\n\n## Planned Features\nIntegration with other languages like:\n- Java\n- JavaScript\n- C\n- C++ and many more\n\n## Installation\n\n```sh\n$ pip install pyoverflow3\n```\n\n## Getting Started\n\nImport the package\n\n```py\nfrom pyoverflow3.pyoverflow3 import pyoverflow3\n```\nCreate a `.py` file and include try-except block where you may expect an error and pass the error and number of solutions into `pyoverflow3.submit_error(err_msg,no_solutions)`\n\nOnce an error gets generated, the library gets called and it instantly shows you possible solutions for your error.\n\n## Documentation\n\n### Available Methods\n- `pyoverflow3.submit_error(err_msg,no_solution)` \n\n    Accepted arguments 2: \n    err_msg: pass the error message from try-except block\n    no_solution: pass the number of solutions you need to display\n    \n    **Usage**:\n    \n    ```py\n    #!/usr/bin/env python\n\n     from pyoverflow3.pyoverflow3 import pyoverflow3\n\n    a = int(input(\"Enter first number\"))\n\n    b = int(input(\"Enter second number\"))\n\n\n    try:\n\t    div = a/b\n\t    print(div)\n\n    except Exception as e:\n\t    #Error message and number of solutions\n\t    pyoverflow3.submit_error(str(e),2)\n\n    #Wait for the magic :)\n    ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspaciouscoder78%2Fpyoverflow3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspaciouscoder78%2Fpyoverflow3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspaciouscoder78%2Fpyoverflow3/lists"}