aiogram


Nameaiogram JSON
Version 3.4.1 PyPI version JSON
download
home_page
SummaryModern and fully asynchronous framework for Telegram Bot API
upload_time2024-02-17 08:24:06
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords api asyncio bot framework telegram wrapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #######
aiogram
#######

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

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

.. image:: https://img.shields.io/pypi/v/aiogram.svg?style=flat-square
    :target: https://pypi.python.org/pypi/aiogram
    :alt: PyPi Package Version

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

.. 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/dynamic/json?color=blue&logo=telegram&label=Telegram%20Bot%20API&query=%24.api.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Faiogram%2Faiogram%2Fdev-3.x%2F.butcher%2Fschema%2Fschema.json&style=flat-square
    :target: https://core.telegram.org/bots/api
    :alt: Telegram Bot API

.. image:: https://img.shields.io/github/actions/workflow/status/aiogram/aiogram/tests.yml?branch=dev-3.x&style=flat-square
    :target: https://github.com/aiogram/aiogram/actions
    :alt: Tests

.. image:: https://img.shields.io/codecov/c/github/aiogram/aiogram?style=flat-square
    :target: https://app.codecov.io/gh/aiogram/aiogram
    :alt: Codecov

**aiogram** is a modern and fully asynchronous framework for
`Telegram Bot API <https://core.telegram.org/bots/api>`_ written in Python 3.8 using
`asyncio <https://docs.python.org/3/library/asyncio.html>`_ and
`aiohttp <https://github.com/aio-libs/aiohttp>`_.

Make your bots faster and more powerful!

Documentation:
 - 🇺🇸 `English <https://docs.aiogram.dev/en/dev-3.x/>`_
 - 🇺🇦 `Ukrainian <https://docs.aiogram.dev/uk_UA/dev-3.x/>`_


Features
========

- Asynchronous (`asyncio docs <https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)
- Has type hints (:pep:`484`) and can be used with `mypy <http://mypy-lang.org/>`_
- Supports `PyPy <https://www.pypy.org/>`_
- Supports `Telegram Bot API 7.1 <https://core.telegram.org/bots/api>`_ and gets fast updates to the latest versions of the Bot API
- Telegram Bot API integration code was `autogenerated <https://github.com/aiogram/tg-codegen>`_ and can be easily re-generated when API gets updated
- Updates router (Blueprints)
- Has Finite State Machine
- Uses powerful `magic filters <https://docs.aiogram.dev/en/latest/dispatcher/filters/magic_filters.html#magic-filters>`_
- Middlewares (incoming updates and API calls)
- Provides `Replies into Webhook <https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates>`_
- Integrated I18n/L10n support with GNU Gettext (or Fluent)


.. warning::

    It is strongly advised that you have prior experience working
    with `asyncio <https://docs.python.org/3/library/asyncio.html>`_
    before beginning to use **aiogram**.

    If you have any questions, you can visit our community chats on Telegram:

    - 🇺🇸 `@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_ru>`_
    - 🇮🇷 `@aiogram_fa <https://t.me/aiogram_fa>`_
    - 🇮🇹 `@aiogram_it <https://t.me/aiogram_it>`_
    - 🇧🇷 `@aiogram_br <https://t.me/aiogram_br>`_

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aiogram",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Alex Root Junior <jroot.junior@gmail.com>",
    "keywords": "api,asyncio,bot,framework,telegram,wrapper",
    "author": "",
    "author_email": "Alex Root Junior <jroot.junior@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f8/70/7ad6de39fe8c82d88f396efaaf2bf1657057d88c838da0b24037fac63e31/aiogram-3.4.1.tar.gz",
    "platform": null,
    "description": "#######\naiogram\n#######\n\n.. image:: https://img.shields.io/pypi/l/aiogram.svg?style=flat-square\n    :target: https://opensource.org/licenses/MIT\n    :alt: MIT License\n\n.. image:: https://img.shields.io/pypi/status/aiogram.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/aiogram\n    :alt: PyPi status\n\n.. image:: https://img.shields.io/pypi/v/aiogram.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/aiogram\n    :alt: PyPi Package Version\n\n.. image:: https://img.shields.io/pypi/dm/aiogram.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/aiogram\n    :alt: Downloads\n\n.. image:: https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/aiogram\n    :alt: Supported python versions\n\n.. image:: https://img.shields.io/badge/dynamic/json?color=blue&logo=telegram&label=Telegram%20Bot%20API&query=%24.api.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Faiogram%2Faiogram%2Fdev-3.x%2F.butcher%2Fschema%2Fschema.json&style=flat-square\n    :target: https://core.telegram.org/bots/api\n    :alt: Telegram Bot API\n\n.. image:: https://img.shields.io/github/actions/workflow/status/aiogram/aiogram/tests.yml?branch=dev-3.x&style=flat-square\n    :target: https://github.com/aiogram/aiogram/actions\n    :alt: Tests\n\n.. image:: https://img.shields.io/codecov/c/github/aiogram/aiogram?style=flat-square\n    :target: https://app.codecov.io/gh/aiogram/aiogram\n    :alt: Codecov\n\n**aiogram** is a modern and fully asynchronous framework for\n`Telegram Bot API <https://core.telegram.org/bots/api>`_ written in Python 3.8 using\n`asyncio <https://docs.python.org/3/library/asyncio.html>`_ and\n`aiohttp <https://github.com/aio-libs/aiohttp>`_.\n\nMake your bots faster and more powerful!\n\nDocumentation:\n - \ud83c\uddfa\ud83c\uddf8 `English <https://docs.aiogram.dev/en/dev-3.x/>`_\n - \ud83c\uddfa\ud83c\udde6 `Ukrainian <https://docs.aiogram.dev/uk_UA/dev-3.x/>`_\n\n\nFeatures\n========\n\n- Asynchronous (`asyncio docs <https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)\n- Has type hints (:pep:`484`) and can be used with `mypy <http://mypy-lang.org/>`_\n- Supports `PyPy <https://www.pypy.org/>`_\n- Supports `Telegram Bot API 7.1 <https://core.telegram.org/bots/api>`_ and gets fast updates to the latest versions of the Bot API\n- Telegram Bot API integration code was `autogenerated <https://github.com/aiogram/tg-codegen>`_ and can be easily re-generated when API gets updated\n- Updates router (Blueprints)\n- Has Finite State Machine\n- Uses powerful `magic filters <https://docs.aiogram.dev/en/latest/dispatcher/filters/magic_filters.html#magic-filters>`_\n- Middlewares (incoming updates and API calls)\n- Provides `Replies into Webhook <https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates>`_\n- Integrated I18n/L10n support with GNU Gettext (or Fluent)\n\n\n.. warning::\n\n    It is strongly advised that you have prior experience working\n    with `asyncio <https://docs.python.org/3/library/asyncio.html>`_\n    before beginning to use **aiogram**.\n\n    If you have any questions, you can visit our community chats on Telegram:\n\n    - \ud83c\uddfa\ud83c\uddf8 `@aiogram <https://t.me/aiogram>`_\n    - \ud83c\uddfa\ud83c\udde6 `@aiogramua <https://t.me/aiogramua>`_\n    - \ud83c\uddfa\ud83c\uddff `@aiogram_uz <https://t.me/aiogram_uz>`_\n    - \ud83c\uddf0\ud83c\uddff `@aiogram_kz <https://t.me/aiogram_kz>`_\n    - \ud83c\uddf7\ud83c\uddfa `@aiogram_ru <https://t.me/aiogram_ru>`_\n    - \ud83c\uddee\ud83c\uddf7 `@aiogram_fa <https://t.me/aiogram_fa>`_\n    - \ud83c\uddee\ud83c\uddf9 `@aiogram_it <https://t.me/aiogram_it>`_\n    - \ud83c\udde7\ud83c\uddf7 `@aiogram_br <https://t.me/aiogram_br>`_\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Modern and fully asynchronous framework for Telegram Bot API",
    "version": "3.4.1",
    "project_urls": {
        "Documentation": "https://docs.aiogram.dev/",
        "Homepage": "https://aiogram.dev/",
        "Repository": "https://github.com/aiogram/aiogram/"
    },
    "split_keywords": [
        "api",
        "asyncio",
        "bot",
        "framework",
        "telegram",
        "wrapper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ed4ea76829947d66edbe2905f1c20c81bc0892a3ac5e3ad6be50251e84d6777",
                "md5": "23740aea1de6a1543286678bcf523289",
                "sha256": "5e403945d41001a1810aa8f470ed31fb24a8cb2cde7b16363d1fcd20a757ff68"
            },
            "downloads": -1,
            "filename": "aiogram-3.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "23740aea1de6a1543286678bcf523289",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 513573,
            "upload_time": "2024-02-17T08:24:04",
            "upload_time_iso_8601": "2024-02-17T08:24:04.140564Z",
            "url": "https://files.pythonhosted.org/packages/0e/d4/ea76829947d66edbe2905f1c20c81bc0892a3ac5e3ad6be50251e84d6777/aiogram-3.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8707ad6de39fe8c82d88f396efaaf2bf1657057d88c838da0b24037fac63e31",
                "md5": "31d99b88b66420bab480196e867f6440",
                "sha256": "32ba2f6b0ca5488eae03e794a24c779234e909e882445394ef691b357d809aa8"
            },
            "downloads": -1,
            "filename": "aiogram-3.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "31d99b88b66420bab480196e867f6440",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1262863,
            "upload_time": "2024-02-17T08:24:06",
            "upload_time_iso_8601": "2024-02-17T08:24:06.913943Z",
            "url": "https://files.pythonhosted.org/packages/f8/70/7ad6de39fe8c82d88f396efaaf2bf1657057d88c838da0b24037fac63e31/aiogram-3.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-17 08:24:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aiogram",
    "github_project": "aiogram",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aiogram"
}
        
Elapsed time: 0.19190s