diff options
author | Jordan Cook <jordan.cook@pioneer.com> | 2021-03-03 09:08:24 -0600 |
---|---|---|
committer | Jordan Cook <jordan.cook@pioneer.com> | 2021-03-03 09:08:24 -0600 |
commit | 9ae36967367c6bf4789d42b66f59ceb481e1b834 (patch) | |
tree | efa180d1573984825bb8dc19633c907ed73326bd /README.md | |
parent | 3d1bba84dfa8aa4baf0330817252619ddb66f8d1 (diff) | |
download | requests-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.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: ``` |