From 1494e286091d9421f5635ce6182a599e28e7684d Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 28 Oct 2018 20:32:04 +0200 Subject: [PATCH] Add downloads badge --- README.md | 1 + README.rst | 4 ++++ docs/source/index.rst | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 208ce568..639a6ff9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![\[Telegram\] aiogram live](https://img.shields.io/badge/telegram-aiogram-blue.svg?style=flat-square)](https://t.me/aiogram_live) [![PyPi Package Version](https://img.shields.io/pypi/v/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) [![PyPi status](https://img.shields.io/pypi/status/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) +[![Downloads](https://img.shields.io/pypi/dm/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) [![Supported python versions](https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) [![Documentation Status](https://img.shields.io/readthedocs/pip/stable.svg?style=flat-square)](http://aiogram.readthedocs.io/en/latest/?badge=latest) [![Github issues](https://img.shields.io/github/issues/aiogram/aiogram.svg?style=flat-square)](https://github.com/aiogram/aiogram/issues) diff --git a/README.rst b/README.rst index 3e10a3b9..fde5bc7f 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,10 @@ AIOGramBot :target: https://pypi.python.org/pypi/aiogram :alt: PyPi status +.. image:: https://img.shields.io/pypi/dm/aiogram.svg?style=flat-square + :target: https://pypi.python.org/pypi/aiogram + :alt: PyPi downloads + .. image:: https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square :target: https://pypi.python.org/pypi/aiogram :alt: Supported python versions diff --git a/docs/source/index.rst b/docs/source/index.rst index 69426e9d..3a980354 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -14,6 +14,10 @@ Welcome to aiogram's documentation! :target: https://pypi.python.org/pypi/aiogram :alt: Supported python versions + .. image:: https://img.shields.io/pypi/dm/aiogram.svg?style=flat-square + :target: https://pypi.python.org/pypi/aiogram + :alt: PyPi downloads + .. image:: https://img.shields.io/readthedocs/pip/stable.svg?style=flat-square :target: http://aiogram.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status