AI enabled error handling library
Project description
Installation and Usage
-
Install Python
Make sure you have Python installed. Download it from python.org. -
Install pyerrorhelper
pip install pyerrorhelper
-
How to use the library
from pyerrorhelper import ErrorManager if __name__ == "__main__": error_manager = ErrorManager() error_manager.install() def cause_error(): return 1 / 0 # This will raise a ZeroDivisionError cause_error() error_manager.uninstall()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyerrorhelper-0.1.1.tar.gz
(3.5 kB
view details)
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 pyerrorhelper-0.1.1.tar.gz.
File metadata
- Download URL: pyerrorhelper-0.1.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9397a24a2a0f19d81560a4c5ff6fa7b1912ff99b5c68cccef7f6fd30a3dde23
|
|
| MD5 |
b2730756acf8af8b10232685abee20d3
|
|
| BLAKE2b-256 |
c8d433e54c047e60e11c1549238837d57fbbb1ef9ef712427cabebb66f102ef8
|
File details
Details for the file pyerrorhelper-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pyerrorhelper-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f0f073903d894b94240813708f7847c0ffcf7bd9a5298bc9a65ccb9034f19f3
|
|
| MD5 |
08f4a4e19a7d238e9953b440bb82132a
|
|
| BLAKE2b-256 |
54f2a5534659c097794ec01702cd1645ede645dc01ce20136c1b25d3ca433141
|