Skip to content

Commit 322f867

Browse files
authored
Merge branch 'master' into mypy
2 parents 4f2b340 + 7d33145 commit 322f867

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,24 @@
22

33
*Cool URLs that don't change.*
44

5-
<a href="https://hyperlink.readthedocs.io/en/latest/"><img src="https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat"></a>
6-
<a href="https://pypi.python.org/pypi/hyperlink"><img src="https://img.shields.io/pypi/v/boltons.svg"></a>
7-
<a href="http://calver.org"><img src="https://img.shields.io/badge/calver-YY.MINOR.MICRO-22bfda.svg"></a>
5+
<a href="https://hyperlink.readthedocs.io/en/latest/">
6+
<img src="https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat" alt="Documentation">
7+
</a>
8+
<a href="https://pypi.org/project/hyperlink/">
9+
<img src="https://img.shields.io/pypi/v/boltons.svg" alt="PyPI">
10+
</a>
11+
<a href="http://calver.org">
12+
<img src="https://img.shields.io/badge/calver-YY.MINOR.MICRO-22bfda.svg" alt="Calendar Versioning">
13+
</a>
14+
<a href="https://pypi.org/project/hyperlink/">
15+
<img src="https://img.shields.io/pypi/pyversions/hyperlink.svg" alt="Python Version Compatibility">
16+
</a>
17+
<a href="https://https://codecov.io/github/python-hyper/hyperlink?branch=master">
18+
<img src="https://codecov.io/github/python-hyper/hyperlink/coverage.svg?branch=master" alt="Code Coverage">
19+
</a>
20+
<a href="https://requires.io/github/python-hyper/hyperlink/requirements/?branch=master">
21+
<img src="https://requires.io/github/python-hyper/hyperlink/requirements.svg?branch=master" alt="Requirements Status">
22+
</a>
823

924
Hyperlink provides a pure-Python implementation of immutable
1025
URLs. Based on [RFC 3986][rfc3986] and [3987][rfc3987], the Hyperlink URL

0 commit comments

Comments
 (0)