Metadata-Version: 2.1
Name: axtbot-plugin-testplugin
Version: 1.0.1
Summary: 测试使用的插件
Author-Email: Shanshui2024 <shanshui@shanshui.site>
Requires-Python: >=3.9
Description-Content-Type: text/markdown

<div align="center">

# axtbot-plugin-testplugin

_✨ 一个测试插件 ✨_


<a href="https://pypi.python.org/pypi/axtbot-plugin-testplugin">
    <img src="https://img.shields.io/pypi/v/axtbot-plugin-testplugin.svg" alt="pypi">
</a>
<img src="https://img.shields.io/badge/python-3.9+-blue.svg" alt="python">

</div>

## 介绍

> [!NOTE]
> 注意：本存库和相关的插件处理逻辑灵感来源于NoneBot 2，现在正在跨项目适配

这里是插件的详细介绍部分

## 安装方法

<details>
<summary>使用包管理器安装</summary>
在项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令

<details>
<summary>pip</summary>

    pip install axtbot-plugin-testplugin
</details>
<details>
<summary>pdm</summary>

    pdm add axtbot-plugin-testplugin
</details>
<details>
<summary>poetry</summary>

    poetry add axtbot-plugin-testplugin
</details>


打开项目根目录下的 `pyproject.toml` 文件, 在 `[tool.axtbot]` 部分追加写入

    plugins = ["axtbot_plugin_testplugin"]

</details>