Metadata-Version: 2.4
Name: maxkit
Version: 2.13.0
Summary: Asynchronous framework for Max Bot API (maintained successor of aiomax)
Author-email: mbutsk <mbutsk@icloud.com>, moontr3 <contact@moontr3.ru>
Maintainer-email: Aleksandr Kovalko <gistrec@gmail.com>
License-Expression: MIT
Project-URL: Docs, https://github.com/gistrec/maxkit/wiki
Project-URL: Source code, https://github.com/gistrec/maxkit
Keywords: bot,api,asyncio,max,aiomax
Classifier: Framework :: AsyncIO
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Chat
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: aiohttp
Requires-Dist: aiofiles
Dynamic: license-file

# maxkit

Асинхронный фреймворк [Max](https://max.ru) Bot API.

Поддерживаемый преемник [aiomax](https://github.com/dpnspn/aiomax)
(оригинальный репозиторий заархивирован 14.07.2026). Модуль по-прежнему
импортируется как `aiomax` — переход сводится к замене зависимости.

## Преимущества

- Полная асинхронность

- Возможность разделения на роутеры

- Эквиваленты всех функций доступных в Max Bot API

- Встроенный конечный автомат (FSM)

- Поддержка [PyPy](https://pypy.org/)
