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.0.1.tar.gz
(2.6 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.0.1.tar.gz.
File metadata
- Download URL: pyerrorhelper-0.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34973717c981dfc8dc63daf4a35f24d718e4fce5824eaa946fb4a3dab0c04a49
|
|
| MD5 |
10b6881487cbf83c750c2d50ab52d93a
|
|
| BLAKE2b-256 |
fc206f38626880ca109d46597b35d4eb7d988907cb2e2223d346193f6d4065ff
|
File details
Details for the file pyerrorhelper-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pyerrorhelper-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 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 |
f8d310d82840a39d51ff8191bf1a24439bea8fba2c1ae822ff9bf293794f54ae
|
|
| MD5 |
55686896e68b0c3a03a79da559a8f3c0
|
|
| BLAKE2b-256 |
091d4c516dd2ad76ce984b13f8e6026cd300173b47191ae1552a3d5d73cf7c2c
|