Name | aiogram JSON |
Version |
3.15.0
JSON |
| download |
home_page | None |
Summary | Modern and fully asynchronous framework for Telegram Bot API |
upload_time | 2024-11-17 21:25:44 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | MIT |
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 8.0 <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": null,
"name": "aiogram",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "Alex Root Junior <jroot.junior@gmail.com>",
"keywords": "api, asyncio, bot, framework, telegram, wrapper",
"author": null,
"author_email": "Alex Root Junior <jroot.junior@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/f1/5a/911f4a629d63b6e77bae42ab2e4616a08163f4a84705ad4b46613fb4f362/aiogram-3.15.0.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 8.0 <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": "MIT",
"summary": "Modern and fully asynchronous framework for Telegram Bot API",
"version": "3.15.0",
"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": "1e58b4decb5aff36c35d3ae25ade34ded04a96baa2de79deb2d1daa89e2736e2",
"md5": "0c7309e72eb81f28883ef5931e962c6d",
"sha256": "b18c4edd76dc218e309e602a2cb6445ac1f11cce6542b0f09703c7470aa1afdb"
},
"downloads": -1,
"filename": "aiogram-3.15.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0c7309e72eb81f28883ef5931e962c6d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 603935,
"upload_time": "2024-11-17T21:25:43",
"upload_time_iso_8601": "2024-11-17T21:25:43.093682Z",
"url": "https://files.pythonhosted.org/packages/1e/58/b4decb5aff36c35d3ae25ade34ded04a96baa2de79deb2d1daa89e2736e2/aiogram-3.15.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f15a911f4a629d63b6e77bae42ab2e4616a08163f4a84705ad4b46613fb4f362",
"md5": "be58914ad9c4627b53b3338f96b6fb63",
"sha256": "00e584e0d0264a7da9b6a4f09b421ff2e3939e4d62c3dd483b025fd44ec45859"
},
"downloads": -1,
"filename": "aiogram-3.15.0.tar.gz",
"has_sig": false,
"md5_digest": "be58914ad9c4627b53b3338f96b6fb63",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 1366423,
"upload_time": "2024-11-17T21:25:44",
"upload_time_iso_8601": "2024-11-17T21:25:44.867728Z",
"url": "https://files.pythonhosted.org/packages/f1/5a/911f4a629d63b6e77bae42ab2e4616a08163f4a84705ad4b46613fb4f362/aiogram-3.15.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-17 21:25:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aiogram",
"github_project": "aiogram",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "aiogram"
}