summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-03-03 09:08:24 -0600
committerJordan Cook <jordan.cook@pioneer.com>2021-03-03 09:08:24 -0600
commit9ae36967367c6bf4789d42b66f59ceb481e1b834 (patch)
treeefa180d1573984825bb8dc19633c907ed73326bd /README.md
parent3d1bba84dfa8aa4baf0330817252619ddb66f8d1 (diff)
downloadrequests-cache-9ae36967367c6bf4789d42b66f59ceb481e1b834.tar.gz
Add some more badges: GitHub Actions, Readthedocs, pypi version, python versions, release format
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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:
```