https://github.com/hr-fahim/automated-python-package-testing-and-error-diagnosis-tool
Streamline Python package troubleshooting with automated error detection and resolution.
https://github.com/hr-fahim/automated-python-package-testing-and-error-diagnosis-tool
fixer pip-package
Last synced: about 2 months ago
JSON representation
Streamline Python package troubleshooting with automated error detection and resolution.
- Host: GitHub
- URL: https://github.com/hr-fahim/automated-python-package-testing-and-error-diagnosis-tool
- Owner: HR-Fahim
- License: gpl-3.0
- Created: 2024-04-02T21:57:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T23:12:52.000Z (about 2 years ago)
- Last Synced: 2025-03-04T10:11:56.065Z (over 1 year ago)
- Topics: fixer, pip-package
- Language: Python
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This repository contains code to identify and resolve error-prone Python packages installed via pip. By running the provided script, users can quickly detect which packages are causing import errors and seamlessly uninstall them to maintain a stable development environment.
# How to Run
## Execute the scripts sequentially:
- Run `run.py` script:
```bash
python run.py
```
- Follow the prompt to decide whether to fixer code.
```bash
Do you want to run fix the errors? (yes/no):
```
- If you choose "yes", issue fixer code will be executed.
- If you choose "no" or any other input, the program will exit.
# Benefits
![Screenshot]()
- **Error Detection**: Quickly identifies Python packages causing import errors, streamlining the debugging process.
- **Efficient Troubleshooting**: Facilitates the rapid resolution of errors by providing a clear list of problematic packages.
- **Maintaining Stability**: Ensures a stable development environment by enabling the removal of error-prone packages with ease.