Metadata-Version: 2.1
Name: aiogram2_fork
Version: 2.25.3
Summary: Is a pretty simple and fully asynchronous framework for Telegram Bot API (unofficial. fork aiogram 2)
Home-page: https://github.com/febdaynik/aiogram2_fork
Author: febday
Author-email: drons_dron@mail.ru
Maintainer: Alex Root Junior
Maintainer-email: jroot.junior@gmail.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: aiohttp<3.9.0,>=3.8.0
Requires-Dist: Babel<2.10.0,>=2.9.1
Requires-Dist: certifi>=2021.10.8
Requires-Dist: magic-filter>=1.0.9
Provides-Extra: proxy
Requires-Dist: aiohttp-socks<0.6.0,>=0.5.3; extra == "proxy"
Provides-Extra: fast
Requires-Dist: uvloop<0.17.0,>=0.16.0; extra == "fast"
Requires-Dist: ujson>=1.35; extra == "fast"

aiogram 2.0
===========
 This is a fork of the aiogram 2 framework. The creator of aiogram is `Alex Root Junior <https://github.com/JrooTJunior>`_


.. image:: https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square
   :target: https://pypi.python.org/pypi/aiogram
   :alt: Supported python versions

.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-6.9-blue.svg?style=flat-square&logo=telegram
   :target: https://core.telegram.org/bots/api
   :alt: Telegram Bot API

.. image:: https://img.shields.io/pypi/l/aiogram.svg?style=flat-square
   :target: https://opensource.org/licenses/MIT
   :alt: MIT License


**aiogram** is a pretty simple and fully asynchronous framework for `Telegram Bot API <https://core.telegram.org/bots/api>`_ written in Python 3.7 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.

You can `read the docs here <http://docs.aiogram.dev/en/latest/>`_.

Facts about the aiogram 2.0:
 - The aiogram version 2.25.1 was used as a basis
 - There is support for a stable version of the Telegram Bot API (7.0)


Official aiogram resources
--------------------------

- News: `@aiogram_live <https://t.me/aiogram_live>`_
- Communities:
    - 🇺🇸 `@aiogram <https://t.me/aiogram>`_
    - 🇺🇦 `@aiogramua <https://t.me/aiogramua>`_
    - 🇺🇿 `@aiogram_uz <https://t.me/aiogram_uz>`_
    - 🇰🇿 `@aiogram_kz <https://t.me/aiogram_kz>`_
    - 🇷🇺 `@aiogram_ru <https://t.me/aiogram_pcr>`_
    - 🇮🇷 `@aiogram_fa <https://t.me/aiogram_fa>`_
    - 🇮🇹 `@aiogram_it <https://t.me/aiogram_it>`_
    - 🇧🇷 `@aiogram_br <https://t.me/aiogram_br>`_
- Pip: `aiogram <https://pypi.python.org/pypi/aiogram>`_
- Docs: `ReadTheDocs <http://docs.aiogram.dev>`_
- Source: `Github repo <https://github.com/aiogram/aiogram>`_
- Issues/Bug tracker: `Github issues tracker <https://github.com/aiogram/aiogram/issues>`_
- Test bot: `@aiogram_bot <https://t.me/aiogram_bot>`_

Unofficial resources
--------------------

- Aiogram 2.0 source: `Aiogram 2.0 <https://github.com/febdaynik/aiogram2_fork>`_
- Issues/Bug tracker: `Github issues tracker aiogram 2.0 <https://github.com/febdaynik/aiogram2_fork/issues>`_
