MOAR BADGERS, er… badges (#87)

Add a slew of new badges for lots of extra flair :)
This commit is contained in:
Wilfredo Sánchez Vega 2019-11-18 12:41:13 -08:00 committed by Mahmoud Hashemi
parent 1e1945105e
commit 7d33145a8d
1 changed files with 18 additions and 3 deletions

View File

@ -2,9 +2,24 @@
*Cool URLs that don't change.*
<a href="https://hyperlink.readthedocs.io/en/latest/"><img src="https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat"></a>
<a href="https://pypi.python.org/pypi/hyperlink"><img src="https://img.shields.io/pypi/v/boltons.svg"></a>
<a href="http://calver.org"><img src="https://img.shields.io/badge/calver-YY.MINOR.MICRO-22bfda.svg"></a>
<a href="https://hyperlink.readthedocs.io/en/latest/">
<img src="https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat" alt="Documentation">
</a>
<a href="https://pypi.org/project/hyperlink/">
<img src="https://img.shields.io/pypi/v/boltons.svg" alt="PyPI">
</a>
<a href="http://calver.org">
<img src="https://img.shields.io/badge/calver-YY.MINOR.MICRO-22bfda.svg" alt="Calendar Versioning">
</a>
<a href="https://pypi.org/project/hyperlink/">
<img src="https://img.shields.io/pypi/pyversions/hyperlink.svg" alt="Python Version Compatibility">
</a>
<a href="https://https://codecov.io/github/python-hyper/hyperlink?branch=master">
<img src="https://codecov.io/github/python-hyper/hyperlink/coverage.svg?branch=master" alt="Code Coverage">
</a>
<a href="https://requires.io/github/python-hyper/hyperlink/requirements/?branch=master">
<img src="https://requires.io/github/python-hyper/hyperlink/requirements.svg?branch=master" alt="Requirements Status">
</a>
Hyperlink provides a pure-Python implementation of immutable
URLs. Based on [RFC 3986][rfc3986] and [3987][rfc3987], the Hyperlink URL