Metadata-Version: 2.4
Name: pyadorn
Version: 1.0.1
Summary: Add your description here
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: loguru>=0.7.3
Dynamic: license-file

# pyadorn

python装饰器封装库. 已经实现了错误工厂(参考`docs/ERROR_README.md`)。

## 安装

直接通过PYPI安装：

```Shell
pip install pyadorn
```

或通过源码安装

```
pip install .
```

## 错误装饰器

错误管理使用工厂进行了装饰器的封装。通过工厂函数返回自定义错误装饰器, 使用参考文件[docs/ERROR_README.md](docs/ERROR_README.md).
