Metadata-Version: 2.1
Name: llpm
Version: 0.3.0
Summary: 适用于 LiteLoaderQQNT 的插件管理器
License: LGPLv3
Author: d0j1a_1701
Author-email: dajia1701@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.5.2,<14.0.0)
Requires-Dist: rich-argparse (>=1.3.0,<2.0.0)
Description-Content-Type: text/markdown

# LLPM - 一个为 LiteLoaderQQNT 设计的包管理器

## 使用 Pip 安装

`pip install llpm`

## 参与开发

```
git clone https://github.com/d0j1a1701/llpm.git
cd llpm
pip install poetry
poetry install
```
