File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
924Hyperlink provides a pure-Python implementation of immutable
1025URLs. Based on [ RFC 3986] [ rfc3986 ] and [ 3987] [ rfc3987 ] , the Hyperlink URL
You can’t perform that action at this time.
0 commit comments