From 29b20c1cb92fa1ab7e18e1a4e0c6f3e5a9482742 Mon Sep 17 00:00:00 2001 From: Synthium <106267459+Synthium0@users.noreply.github.com> Date: Thu, 16 Jun 2022 11:49:42 -0400 Subject: [PATCH] Add badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a422916..584f399 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Async cli client/commander framework + +[![PyPI version](https://badge.fury.io/py/aiocli.svg)](https://badge.fury.io/py/aiocli) +[![PyPIDownloads](https://static.pepy.tech/badge/aiocli)](https://pepy.tech/project/aiocli) +[![CIPassing](https://github.com/aiopy/python-aiocli/actions/workflows/ci.yml/badge.svg)](https://github.com/aiopy/python-aiocli/actions/runs/2475237234) + aiocli is a Python library for simple and lightweight async console runner. Full compatibility with argparse module and highly inspired by aiohttp module.