From b9c34d613b4d64e0365bab9a3ef01b441710caee Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Sat, 28 Oct 2023 23:27:01 +0100 Subject: [PATCH] add versions and implementations badges to readme --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index e00f8988..e80cd971 100644 --- a/README.rst +++ b/README.rst @@ -58,6 +58,14 @@ It was written to provide clean and python only geometries for fastkml_ :target: https://github.com/pre-commit/pre-commit :alt: pre-commit +.. image:: https://img.shields.io/pypi/pyversions/pygeoif.svg + :target: https://pypi.python.org/pypi/pygeoif/ + :alt: Supported Python versions + +.. image:: https://img.shields.io/pypi/implementation/pygeoif.svg + :target: https://pypi.python.org/pypi/pygeoif/ + :alt: Supported Python implementations + Example ========