Metadata-Version: 2.1
Name: aiogram
Version: 3.0.0a15
Summary: Modern and fully asynchronous framework for Telegram Bot API
Home-page: https://aiogram.dev/
License: MIT
Keywords: telegram,bot,api,framework,wrapper,asyncio
Author: Alex Root Junior
Author-email: jroot.junior@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Typing :: Typed
Provides-Extra: docs
Provides-Extra: fast
Provides-Extra: proxy
Provides-Extra: redis
Requires-Dist: Babel (>=2.9.1,<3.0.0)
Requires-Dist: Sphinx-Substitution-Extensions (>=2020.9.30,<2021.0.0); extra == "docs"
Requires-Dist: aiofiles (>=0.6.0,<0.7.0)
Requires-Dist: aiohttp (>=3.7.4,<4.0.0)
Requires-Dist: aiohttp-socks (>=0.5.5,<0.6.0); extra == "proxy"
Requires-Dist: aioredis (>=2.0.0,<3.0.0); extra == "redis"
Requires-Dist: async_lru (>=1.0.2,<2.0.0)
Requires-Dist: furo (>=2021.6.18-beta.36,<2022.0.0); extra == "docs"
Requires-Dist: magic-filter (>=1.0.0,<2.0.0)
Requires-Dist: pydantic (>=1.8.1,<2.0.0)
Requires-Dist: sphinx (>=3.1.0,<4.0.0); extra == "docs"
Requires-Dist: sphinx-autobuild (>=2020.9.1,<2021.0.0); extra == "docs"
Requires-Dist: sphinx-copybutton (>=0.3.1,<0.4.0); extra == "docs"
Requires-Dist: sphinx-intl (>=2.0.1,<3.0.0); extra == "docs"
Requires-Dist: sphinx-prompt (>=1.3.0,<2.0.0); extra == "docs"
Project-URL: Documentation, https://docs.aiogram.dev/
Project-URL: Repository, https://github.com/aiogram/aiogram/
Description-Content-Type: text/markdown

# aiogram 3.0 [WIP]

[![\[Telegram\] aiogram live](https://img.shields.io/badge/telegram-aiogram-blue.svg?style=flat-square)](https://t.me/aiogram_live)
[![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![Supported python versions](https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram)
[![Telegram Bot API](https://img.shields.io/badge/Telegram%20Bot%20API-5.3-blue.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api)
[![PyPi Package Version](https://img.shields.io/pypi/v/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram)
[![PyPi status](https://img.shields.io/pypi/status/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram)
[![Downloads](https://img.shields.io/pypi/dm/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram)
[![Codecov](https://img.shields.io/codecov/c/github/aiogram/aiogram?style=flat-square)](https://app.codecov.io/gh/aiogram/aiogram)

**aiogram** modern and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.8 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps you to make your bots faster and simpler.

