From 80c310d206ad2986ea7778a4217148924f206efb Mon Sep 17 00:00:00 2001 From: Geir Arne Hjelle Date: Thu, 1 Aug 2019 23:39:38 +0200 Subject: [PATCH] Add badges to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1addcbc..55f3454 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # `codetiming` - A flexible, customizable timer for your Python code +[![Latest version](https://img.shields.io/pypi/v/codetiming.svg)](https://pypi.org/project/codetiming/) +[![Python versions](https://img.shields.io/pypi/pyversions/codetiming.svg)](https://pypi.org/project/codetiming/) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) +[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/) +[![CircleCI](https://circleci.com/gh/realpython/codetiming.svg?style=shield)](https://circleci.com/gh/realpython/codetiming) + Install `codetiming` from PyPI: ```