A CLI tool that fetches Stack Overflow results when an exception is thrown.
Project description
Resolve-IT
Resolve-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.
How to use it?
That's pretty easy. Follow the following setup steps:
You can install this tool in either of the following ways:
virtualenv venv
source venv/bin/activate
pip install Resolve-IT
or
git clone https://github.com/akshatdalton/Resolve-IT.git
virtualenv venv
source venv/bin/activate
python3 setup.py install
Once you have run all the commands and results are fine, we are all set to run the tool:
(venv) $ resolveit -f <your_file_name>
Other usage
-
You can use this tool to search results for query from Stack Overflow:
(venv) $ resolveit -q "difference between json.dump and json.dumps" -
Want to debug specific functions or part of the code? Run this package as context manager:
-
As function decorator:
from resolveit import debug @debug def foo(): # Here goes the code ...
-
As
withstatement:from resolveit import ResolveIT with ResolveIT(): # Here goes the code ...
-
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Resolve-IT-1.5.0.tar.gz.
File metadata
- Download URL: Resolve-IT-1.5.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71bdf1463808691d411ec2bf0d6ee0c5eddf748d7409f3414d5be19faec0f71f
|
|
| MD5 |
3a2275af9167ebb31782aa1b329c4d69
|
|
| BLAKE2b-256 |
7c46b6621e21b9cefb4e6296070df9819429c9d7d7b7a2647e5ccaecbd65416f
|
File details
Details for the file Resolve_IT-1.5.0-py3-none-any.whl.
File metadata
- Download URL: Resolve_IT-1.5.0-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf2a8ed9fd92180484fd3754805157579d98539442bdd83b3254f0dc6f8bd4ab
|
|
| MD5 |
0c5d9b7651a8be7ae4cd26e4bc8e8a0e
|
|
| BLAKE2b-256 |
b13fa7212f315012477b1f52e5bc4faaed9de6dbea9b2bd37a0c4614f0b8e448
|