Common Python utilities, including exception catching decorator.
Project description
exutils
扩展工具包。
当前包含:
catch_exception:异常捕获装饰器,自动打印详细参数和堆栈信息。
安装
pip install exutils
from exutils import catch_exception
@catch_exception(return_value="error", suppress=True)
def divide(x, y):
return x / y
print(divide(10, 0))
LICENSE
(MIT License,开放使用)
MIT License
Copyright (c) 2025
Permission is hereby granted, free of charge, to any person obtaining a copy
...
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
exutils-0.1.2.post2.tar.gz
(6.7 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 exutils-0.1.2.post2.tar.gz.
File metadata
- Download URL: exutils-0.1.2.post2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5d98869068b6abf5110acc62d8e13d3b9151718d2bda0aca4362ca49c00a603
|
|
| MD5 |
fde9bdf1693b345afd4b58748a881b03
|
|
| BLAKE2b-256 |
69247faed8aaf3dc0f9708d5312513ceb54d493c0f2c4d246ee9d3b24a474842
|
File details
Details for the file exutils-0.1.2.post2-py3-none-any.whl.
File metadata
- Download URL: exutils-0.1.2.post2-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b27446bf5f4479e303c1b215bdbef64c1d7294540f84f948fd30db47c5dc8988
|
|
| MD5 |
3c512b14b115b8072b0299358b079239
|
|
| BLAKE2b-256 |
bc2a2cc217eb8f0c76e73f1e57956ca150e324e34c9a9e5ae7268011dc4a7638
|