Metadata-Version: 2.1
Name: XPyLogger2
Version: 2.0
Summary: 一个开箱即用的 log 解决方案，XPyLogger 的升级版
Home-page: https://gitee.com/This-is-XiaoDeng/xpy-logger
Author: This is XiaoDeng
Author-email: 1744793737@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# XPyLogger2

> By [This-is-XiaoDeng](https://www.thisisxd.tk)

## 简介
XPyLogger2 是一个简单（并不）的 Python3 日志解决方案，基于 XPyLogger 重写

## 依赖

1. Python3
2. rich

## 安装

```bash
python3 -m pip install xpylogger2
```

## 使用方法

```python
import XPyLogger2 as xlog

log = xlog.getLogger()
log.info("This is a information!")
```
> 对于更多使用方法，请自行摸索（看demo也行）

## 赞助
[爱发电](https://afdian.net/@XiaoDeng3386)
### 赞助榜单(截止4月30日)
……(然鹅并没有人赞助 =m= )

尽情使用吧！



