mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Update readme.rst
This commit is contained in:
parent
44adcac64e
commit
efad13156e
2 changed files with 23 additions and 3 deletions
24
README.rst
24
README.rst
|
|
@ -1,9 +1,29 @@
|
||||||
AIOGramBot
|
AIOGramBot
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/pypi/v/aiogram.svg
|
||||||
|
:target: https://pypi.python.org/pypi/aiogram
|
||||||
|
:alt: PyPi Package Version
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/pypi/status/aiogram.svg
|
||||||
|
:target: https://pypi.python.org/pypi/aiogram
|
||||||
|
:alt: PyPi status
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/pypi/pyversions/aiogram.svg
|
||||||
|
:target: https://pypi.python.org/pypi/aiogram
|
||||||
|
:alt: Supported python versions
|
||||||
|
|
||||||
.. image:: https://readthedocs.org/projects/aiogram/badge/?version=latest
|
.. image:: https://readthedocs.org/projects/aiogram/badge/?version=latest
|
||||||
:target: http://aiogram.readthedocs.io/en/latest/?badge=latest
|
:target: http://aiogram.readthedocs.io/en/latest/?badge=latest
|
||||||
:alt: Documentation Status
|
:alt: Documentation Status
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/bitbucket/issues/illemius/aiogram.svg
|
||||||
|
:target: https://bitbucket.org/illemius/aiogram/issues
|
||||||
|
:alt: Bitbucket issues
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/pypi/l/aiogram.svg
|
||||||
|
:target: https://opensource.org/licenses/MIT
|
||||||
|
:alt: MIT License
|
||||||
|
|
||||||
|
|
||||||
Asynchonyously Python framework for `Telegram Bot API <https://core.telegram.org/bots/api>`_
|
Asynchonyously Python framework for `Telegram Bot API <https://core.telegram.org/bots/api>`_
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ From PIP
|
||||||
--------
|
--------
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ pip install -U
|
$ pip install -U aiogram
|
||||||
|
|
||||||
From sources
|
From sources
|
||||||
------------
|
------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue