From 2cfa98c2b51b1f928d4f7e98ef31d04a4e9083f9 Mon Sep 17 00:00:00 2001 From: Greg Sebastian Date: Thu, 28 Dec 2017 14:21:45 -0800 Subject: [PATCH 1/2] Added requires.io and badge.fury.io version badges to README.rst --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 5ce1e4b..cf47034 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,8 @@ Python Geomark |Build Status| |Coveralls Status| +|Requires.io Status| +|PyPi Version| A small python library that provides implementations of the BC Governments `Geomark Web @@ -163,3 +165,10 @@ This project is licensed under the BSD 3-Clause License - see the .. |Coveralls Status| image:: https://coveralls.io/repos/github/pauperpythonistas/python-geomark/badge.svg?branch=master :target: https://coveralls.io/github/pauperpythonistas/python-geomark?branch=master + +.. |Requires.io Status| image:: https://requires.io/github/pauperpythonistas/python-geomark/requirements.svg?branch=master + :target: https://requires.io/github/pauperpythonistas/python-geomark/requirements/?branch=master + :alt: Requirements Status + +.. |PyPi Version| image:: https://badge.fury.io/py/geomark.svg + :target: https://badge.fury.io/py/geomark From 70f83a54250156de333323042905b1a08d7806de Mon Sep 17 00:00:00 2001 From: Greg Sebastian Date: Fri, 29 Dec 2017 12:26:18 -0800 Subject: [PATCH 2/2] Added two additional badges and altered one - Altered the badge.fury.io pypi version badge to use the shields.io equivalent instead - Added a supported python versions badge from shields.io - Added a license badge from shields.io --- README.rst | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index cf47034..e0c84a7 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,13 @@ Python Geomark ============== +|PyPi Version| +|License| +|Supported Python Versions| + |Build Status| |Coveralls Status| |Requires.io Status| -|PyPi Version| A small python library that provides implementations of the BC Governments `Geomark Web @@ -170,5 +173,11 @@ This project is licensed under the BSD 3-Clause License - see the :target: https://requires.io/github/pauperpythonistas/python-geomark/requirements/?branch=master :alt: Requirements Status -.. |PyPi Version| image:: https://badge.fury.io/py/geomark.svg - :target: https://badge.fury.io/py/geomark +.. |PyPi Version| image:: https://img.shields.io/pypi/v/geomark.svg + :target: https://pypi.python.org/pypi/geomark + +.. |Supported Python Versions| image:: https://img.shields.io/pypi/pyversions/geomark.svg + :target: https://pypi.python.org/pypi/geomark + +.. |License| image:: https://img.shields.io/pypi/l/geomark.svg + :target: https://pypi.python.org/pypi/geomark