Metadata-Version: 2.4
Name: chinese-error
Version: 1.4.1
Summary: 将 Python 错误信息翻译成中文
Home-page: https://github.com/shiroko973/chinese-error
Author: shiroko
Author-email: 3207774253@qq.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: text-discoloration>=2.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Chinese_Error
中文报错信息

## 功能
自动将Python原生英文报错转为中文提示
显示报错文件、行数、出错代码
保留完整报错

## 依赖
text-discoloration

## 怎么使用
```python
from Chinese_Error import enable
enable()
