From 9ae36967367c6bf4789d42b66f59ceb481e1b834 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Wed, 3 Mar 2021 09:08:24 -0600 Subject: Add some more badges: GitHub Actions, Readthedocs, pypi version, python versions, release format --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 815855f..2a10d2e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # requests-cache Requests-cache is a transparent persistent cache for the [requests](http://python-requests.org) library (version 2+). +[![Build](https://github.com/reclosedev/requests-cache/actions/workflows/build.yml/badge.svg)](https://github.com/reclosedev/requests-cache/actions/workflows/build.yml) +[![Coverage](https://coveralls.io/repos/github/reclosedev/requests-cache/badge.svg?branch=master)](https://coveralls.io/github/reclosedev/requests-cache?branch=master) +[![Documentation](https://img.shields.io/readthedocs/requests-cache/latest)](https://requests-cache.readthedocs.io/en/latest/) +[![PyPI](https://img.shields.io/pypi/v/requests-cache?color=blue)](https://pypi.org/project/requests-cache) +[![PyPI - Python Versions](https://img.shields.io/pypi/pyversions/requests-cache)](https://pypi.org/project/requests-cache) +[![PyPI - Format](https://img.shields.io/pypi/format/requests-cache?color=blue)](https://pypi.org/project/requests-cache) +[![Code Shelter](https://www.codeshelter.co/static/badges/badge-flat.svg)](https://www.codeshelter.co/) + ## Installation Install with pip: ``` -- cgit v1.2.1