Metadata-Version: 2.1
Name: aiomirai
Version: 0.2.2
Summary: A framework for Tencent QQ headless client 'Mirai'.
Home-page: https://github.com/water-lift/aiomirai
Author: water_lift
Author-email: 0xWATERx0@gmail.com
License: UNKNOWN
Keywords: qq mirai qqbot
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Framework :: AsyncIO
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Library
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Internet
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: httpx

# Mirai Python Async SDK

[![License](https://img.shields.io/github/license/water-lift/aiomirai.svg)](LICENSE)
[![PyPI](https://img.shields.io/pypi/v/aiomirai.svg)](https://pypi.python.org/pypi/aiomirai)

Mirai Python Async SDK is a Python SDK with async I/O for [Mirai](https://github.com/mamoe/mirai)'s [Mirai API HTTP](https://github.com/mamoe/mirai-api-http) plugin.

Inspired by [CQHTTP Python Async SDK](https://github.com/cqmoe/python-aiocqhttp) and [Mirai Framework for Python](https://github.com/NatriumLab/python-mirai).

## Installation

```bash
pip install aiomirai
```

## Documentation

Coming s∞n...

## TODO

- [ ] Event parsing
- [ ] Documentation
- [ ] More TODOs...


