Metadata-Version: 2.1
Name: nonebot-plugin-user
Version: 0.0.1
Summary: 适用于 Nonebot2 的用户插件
Home-page: https://github.com/he0119/nonebot-plugin-user
License: MIT
Author: hemengyang
Author-email: hmy0119@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT 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: expiringdict (>=1.2.2,<2.0.0)
Requires-Dist: nonebot-plugin-alconna (>=0.24.0,<0.25.0)
Requires-Dist: nonebot-plugin-datastore (>=1.1.2,<2.0.0)
Requires-Dist: nonebot-plugin-session (>=0.1.0,<0.2.0)
Requires-Dist: nonebot-plugin-userinfo (>=0.1.0,<0.2.0)
Requires-Dist: nonebot2 (>=2.1.0,<3.0.0)
Project-URL: Documentation, https://github.com/he0119/nonebot-plugin-user#readme
Project-URL: Repository, https://github.com/he0119/nonebot-plugin-user
Description-Content-Type: text/markdown

<!-- markdownlint-disable MD033 MD036 MD041 -->

<p align="center">
  <a href="https://v2.nonebot.dev/"><img src="https://v2.nonebot.dev/logo.png" width="200" height="200" alt="nonebot"></a>
</p>

<div align="center">

# NoneBot Plugin User

_✨ NoneBot 用户插件 ✨_

</div>

<p align="center">
  <a href="https://raw.githubusercontent.com/he0119/nonebot-plugin-user/main/LICENSE">
    <img src="https://img.shields.io/github/license/he0119/nonebot-plugin-user.svg" alt="license">
  </a>
  <a href="https://pypi.python.org/pypi/nonebot-plugin-user">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-user.svg" alt="pypi">
  </a>
  <img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="python">
  <a href="https://codecov.io/gh/he0119/nonebot-plugin-user">
    <img src="https://codecov.io/gh/he0119/nonebot-plugin-user/branch/main/graph/badge.svg?token=jd5ufc1alv"/>
  </a>
  <a href="https://jq.qq.com/?_wv=1027&k=7zQUpiGp">
    <img src="https://img.shields.io/badge/QQ%E7%BE%A4-730374631-orange?style=flat-square" alt="QQ Chat Group">
  </a>
</p>

## 简介

## 使用方式

加载插件后发送 `/user` 或 `/bind`。

## 插件适配

## 配置项

配置方式：直接在 `NoneBot` 全局配置文件中添加以下配置项即可。

## 计划

- [ ] 支持权限

## 鸣谢

- [Koishi](https://github.com/koishijs/koishi): 本项目直接参考

