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.0.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.0.tar.gz.
File metadata
- Download URL: pyerrorhelper-0.1.0.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 |
95cb59245a23e81a5d30576d294d29a120bddc1a0b0bb31776e9de404b9c6489
|
|
| MD5 |
0e446308c45aa8b75bae0006e3315218
|
|
| BLAKE2b-256 |
918b7e775691e8ec4b0220cc8a502c0e1a60c20a3027c65ee30a321be235d753
|
File details
Details for the file pyerrorhelper-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyerrorhelper-0.1.0-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 |
fefc45113f1ac8b087c30e7e6a23439b763e67e3e60a223f3a7eeaca0806f6a3
|
|
| MD5 |
346b460b4ea77c168406ab573824d28d
|
|
| BLAKE2b-256 |
15dde708246612a33b4c96876547c24052f9f41c61a56b4750abde9aa11edfbd
|