Metadata-Version: 2.1
Name: nonebot-test
Version: 0.1.0
Summary: Test frontend for nonebot v2+
Home-page: https://v2.nonebot.dev/
License: MIT
Keywords: nonebot,qq,qqbot,mirai,coolq
Author: yanyongyu
Author-email: yanyongyu_1@126.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: aiofiles (>=0.5.0,<0.6.0)
Requires-Dist: nonebot2 (>=2.0.0-alpha.1,<3.0.0)
Requires-Dist: python-socketio (>=4.6.0,<5.0.0)
Project-URL: Repository, https://github.com/nonebot/nonebot-test
Description-Content-Type: text/markdown

<div align=center>
  <img src="src/assets/logo.png" width="200" height="200">

# nonebot-test

[![License](https://img.shields.io/github/license/nonebot/nonebot-test.svg)](LICENSE)
[![PyPI](https://img.shields.io/pypi/v/nonebot-test.svg)](https://pypi.python.org/pypi/nonebot-test)
![Python Version](https://img.shields.io/badge/python-3.7+-blue.svg)
![NoneBot Version](https://img.shields.io/badge/NoneBot-2+-9cf.svg)
[![QQ 群](https://img.shields.io/badge/qq%E7%BE%A4-768887710-orange.svg)](https://jq.qq.com/?_wv=1027&k=5OFifDh)
[![Telegram](https://img.shields.io/badge/telegram-chat-blue.svg)](https://t.me/cqhttp)
[![QQ 版本发布群](https://img.shields.io/badge/%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E7%BE%A4-218529254-green.svg)](https://jq.qq.com/?_wv=1027&k=5Nl0zhE)
[![Telegram 版本发布频道](https://img.shields.io/badge/%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E9%A2%91%E9%81%93-join-green.svg)](https://t.me/cqhttp_release)

</div>

## Project setup

```
npm install
poetry install
```

### Compiles for development

```
npm run build
```

then, start your bot in the same python environment where nonebot-test installed.

```
python bot.py
```

