mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
library -> framework
This commit is contained in:
parent
238d1d9761
commit
b88ae7a435
4 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
[](https://github.com/aiogram/aiogram/issues)
|
[](https://github.com/aiogram/aiogram/issues)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
**aiogram** is a pretty simple and fully asynchronous library 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.
|
**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://aiogram.readthedocs.io/en/latest/).
|
You can [read the docs here](http://aiogram.readthedocs.io/en/latest/).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ AIOGramBot
|
||||||
:alt: MIT License
|
:alt: MIT License
|
||||||
|
|
||||||
|
|
||||||
**aiogram** is a pretty simple and fully asynchronous library 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.
|
**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://aiogram.readthedocs.io/en/latest/>`_.
|
You can `read the docs here <http://aiogram.readthedocs.io/en/latest/>`_.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ Welcome to aiogram's documentation!
|
||||||
:alt: MIT License
|
:alt: MIT License
|
||||||
|
|
||||||
|
|
||||||
**aiogram** is a pretty simple and fully asynchronous library 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.
|
**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.
|
||||||
|
|
||||||
|
|
||||||
Official aiogram resources
|
Official aiogram resources
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -67,7 +67,7 @@ setup(
|
||||||
author='Alex Root Junior',
|
author='Alex Root Junior',
|
||||||
requires_python='>=3.7',
|
requires_python='>=3.7',
|
||||||
author_email='jroot.junior@gmail.com',
|
author_email='jroot.junior@gmail.com',
|
||||||
description='Is a pretty simple and fully asynchronous library for Telegram Bot API',
|
description='Is a pretty simple and fully asynchronous framework for Telegram Bot API',
|
||||||
long_description=get_description(),
|
long_description=get_description(),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue