Metadata-Version: 2.1
Name: ichika
Version: 0.0.2
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Communications
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: loguru~=0.6.0
Requires-Dist: graia-broadcast>=0.19.0
Requires-Dist: creart-graia>=0.1.5
Requires-Dist: dacite>=1.6.0
Requires-Dist: graia-amnesia>=0.7.0
Requires-Dist: kayaku>=0.5.0; extra == 'kayaku'
Provides-Extra: kayaku
License-File: LICENSE
Summary: 基于 RICQ 的轻量级 Python QQ 自动化框架。
Keywords: graia,bot,qq,framework,ricq,ichika
Author: BlueGlassBlock <blueglassblock@outlook.com>
Author-email: BlueGlassBlock <blueglassblock@outlook.com>
License: AGPL-3.0
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

<div align="center">

# Ichika


[![PyPI](https://img.shields.io/pypi/v/ichika)](https://pypi.org/project/ichika)
[![Python Version](https://img.shields.io/pypi/pyversions/ichika)](https://pypi.org/project/ichika)
[![License](https://img.shields.io/github/license/BlueGlassBlock/Ichika)](https://github.com/BlueGlassBlock/Ichika/blob/master/LICENSE)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)

</div>

## 鸣谢

- [AWR](https://github.com/wybxc/awr): Ichika 的前身和部分代码来源
- [ricq](https://github.com/lz1998/ricq): 使用 Rust 实现的高性能 QQ 协议 移植于 [OICQ](https://github.com/takayama-lily/oicq)
- [mirai](https://github.com/mamoe/mirai): 高效率 QQ 机器人支持库
- [PyO3](https://github.com/PyO3/PyO3): Python 解释器的 Rust 绑定
- [GraiaProject](https://github.com/GraiaProject): 用于 Bot 开发的一系列高效, 现代化, 充分可扩展的工具链

## 许可证

`Ichika` 使用 [`GNU AGPL-3.0`](https://choosealicense.com/licenses/agpl-3.0/) 作为许可证，这意味着你需要遵守相应的规则。
