Metadata-Version: 2.4
Name: source2RSS_client
Version: 0.1.1
Summary: Client Program of source2RSS
Author-email: AhFei <vgamebox@outlook.com>
License: AGPL-3.0-only
Project-URL: Homepage, https://github.com/AhFeil/source2RSS
Project-URL: Issues, https://github.com/AhFeil/source2RSS/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.27.0

## 介绍

这是 source2RSS 服务端的客户端程序，功能有：
- 向服务端发送文章，从而通过 RSS 跟踪一些情况，比如在程序出错时，使用本客户端发送日志

在创建客户端实例时，可以让其发送一个文章对功能进行测试，有两种办法触发这一点：
1. 创建实例时，传入 `send_test=True`
2. 添加环境变量，以 Linux 为例 `SOURCE2RSS_CLIENT_SEND_TEST=true`
