{"id":21689511,"url":"https://github.com/akshatdalton/resolve-it","last_synced_at":"2025-03-20T12:48:17.151Z","repository":{"id":57477437,"uuid":"380206707","full_name":"akshatdalton/Resolve-IT","owner":"akshatdalton","description":"Resolve-IT is a command line tool that fetches Stack Overflow results when an exception is thrown or when a query is made.","archived":false,"fork":false,"pushed_at":"2021-12-28T21:04:43.000Z","size":13663,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T21:05:56.880Z","etag":null,"topics":["command-line-tool","contextmanager","exception-handler","exception-handling","exceptions","python3","stackoverflow"],"latest_commit_sha":null,"homepage":"","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/akshatdalton.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}},"created_at":"2021-06-25T10:43:15.000Z","updated_at":"2024-03-31T06:09:11.000Z","dependencies_parsed_at":"2022-08-30T15:02:49.874Z","dependency_job_id":null,"html_url":"https://github.com/akshatdalton/Resolve-IT","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshatdalton%2FResolve-IT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshatdalton%2FResolve-IT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshatdalton%2FResolve-IT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshatdalton%2FResolve-IT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akshatdalton","download_url":"https://codeload.github.com/akshatdalton/Resolve-IT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244615972,"owners_count":20482093,"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","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":["command-line-tool","contextmanager","exception-handler","exception-handling","exceptions","python3","stackoverflow"],"created_at":"2024-11-25T17:26:30.341Z","updated_at":"2025-03-20T12:48:17.096Z","avatar_url":"https://github.com/akshatdalton.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resolve-IT\n\nResolve-IT is a command line tool that fetches Stack Overflow results when an exception is thrown or when a query is made. Run your python file with `resolveit` and see the results.\n\n\u003c!-- [![coverage status](https://img.shields.io/codecov/c/github/zulip/zulip/master.svg)](https://codecov.io/gh/zulip/zulip/branch/master) --\u003e\n[![GitHub Actions build status](https://github.com/akshatdalton/Resolve-IT/actions/workflows/resolveit-ci.yml/badge.svg?branch=main)](https://github.com/akshatdalton/Resolve-IT/actions/workflows/resolveit-ci.yml?query=branch%3main)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat\u0026labelColor=ef8336)](https://pycqa.github.io/isort/)\n[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/akshatdalton/Resolve-IT/)\n\n![resolveit](docs/resolveit.gif)\n\n---\n\n## How to use it?\n\nThat's pretty easy. Follow the following setup steps:\n\nYou can install this tool in either of the following ways:\n\n```\nvirtualenv venv\nsource venv/bin/activate\npip install Resolve-IT\n```\n\nor\n\n```\ngit clone https://github.com/akshatdalton/Resolve-IT.git\nvirtualenv venv\nsource venv/bin/activate\ncd Resolve-IT\npython3 setup.py install\n```\n\nor you can also build with Docker:\n\n```\ndocker build -t resolveit .\n```\n\nOnce you have run all the commands and results are fine, we are all set to run the tool:\n\n```\n(venv) $ resolveit -f \u003cyour_file_name\u003e\n```\n\nor if you have built with Docker then use:\n\n```\ndocker run -it resolveit -f main.py\n```\n\n## Other usage\n\n1. You can use this tool to search results for query from Stack Overflow:\n\n    ```\n    (venv) $ resolveit -q \"difference between json.dump and json.dumps\"\n    ```\n\n2. Want to debug specific functions or part of the code? Run this package as context manager:\n\n    - As function decorator:\n      ```python3\n      from resolveit import debug\n\n      @debug\n      def foo():\n        # Here goes the code ...\n      ```\n\n    - As `with` statement:\n      ```python3\n        from resolveit import ResolveIT\n\n        with ResolveIT():\n            # Here goes the code ...\n      ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshatdalton%2Fresolve-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakshatdalton%2Fresolve-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshatdalton%2Fresolve-it/lists"}