Metadata-Version: 2.1
Name: nonebot-plugin-hammer-core
Version: 0.1.1
Summary: core dependency of nonebot-plugin-hammer-xxx
Home-page: https://docs.hammer-hfut.tk:233
License: Apache-2.0
Author: ArgonarioD
Author-email: 739062975@qq.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: nonebot-adapter-onebot (>=2.1.1,<3.0.0)
Project-URL: Repository, https://github.com/ArgonarioD/nonebot-plugin-hammer-core
Description-Content-Type: text/markdown

<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 Hammer-Core

</div>

<p align="center">
  <a href="https://raw.githubusercontent.com/ArgonarioD/nonebot-plugin-hammer-core/main/LICENSE">
    <img src="https://img.shields.io/github/license/ArgonarioD/nonebot-plugin-hammer-core" alt="license">
  </a>
  <a href="https://pypi.python.org/pypi/nonebot-plugin-hammer-core">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-hammer-core.svg" alt="pypi">
  </a>
  <img src="https://img.shields.io/badge/python-3.9-blue.svg" alt="python">
  <img src="https://img.shields.io/badge/nonebot-2.0.0b4-orange" alt="nonebot2">
</p>
本仓库为nonebot-plugin-hammer-xxx等插件的核心依赖，其中主要内容为我本人（ArgonarioD）在开发插件与bot时常用的轮子，本仓库在一般情况下不作为nonebot的插件而是作为插件的依赖库安装到nonebot的运行环境中

已经实现的轮子：
 - 常量 util/constant.py
 - 快速构建消息（回复消息） util/message_factory.py
