From 69170439323de56e0501986ef3626e9446a7a790 Mon Sep 17 00:00:00 2001 From: Aristotelis Mikropoulos Date: Mon, 1 Apr 2019 20:20:47 +0300 Subject: [PATCH] Added badges to README.rst --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index 1a8ff9e..9fbee4a 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,22 @@ aiomixcloud Mixcloud API wrapper for Python and Async IO -------------------------------------------- +.. image:: https://img.shields.io/pypi/v/aiomixcloud.svg + :target: https://pypi.org/project/aiomixcloud/ + :alt: PyPI + +.. image:: https://img.shields.io/pypi/l/aiomixcloud.svg + :target: https://pypi.org/project/aiomixcloud/ + :alt: PyPI - License + +.. image:: https://img.shields.io/pypi/pyversions/aiomixcloud.svg + :target: https://pypi.org/project/aiomixcloud/ + :alt: PyPI - Python Version + +.. image:: https://readthedocs.org/projects/aiomixcloud/badge/?version=latest + :target: https://aiomixcloud.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + *aiomixcloud* is a wrapper library for the `HTTP API `_ of `Mixcloud `_. It supports asynchronous operation via