From a7f90161c59e51557680cbecd6efb41effbcadd7 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sun, 12 Jan 2020 21:11:02 +0900 Subject: [PATCH] Update README --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index dfecb40..d73cc92 100644 --- a/README.rst +++ b/README.rst @@ -10,9 +10,13 @@ :target: https://pypi.org/project/excelrd :alt: Supported Python versions +.. image:: https://img.shields.io/pypi/implementation/excelrd.svg + :target: https://pypi.org/project/excelrd + :alt: Supported Python implementations + .. image:: https://img.shields.io/travis/thombashi/excelrd/master.svg?label=CI :target: https://travis-ci.org/thombashi/excelrd - :alt: CI status + :alt: Linux/macOS CI status .. image:: https://coveralls.io/repos/github/thombashi/excelrd/badge.svg?branch=master :target: https://coveralls.io/github/thombashi/excelrd?branch=master @@ -20,8 +24,8 @@ excelrd ================== -``excelrd`` is a modified version of `xlrd `__ to work for the latest Python. -``xlrd`` will not work at Python 3.9 environments. +``excelrd`` is a modified version of `xlrd `__ to work for the latest Python versions. +``xlrd`` will not work at Python 3.9 or newer versions. **Purpose**: Provide a library for developers to use to extract data from Microsoft Excel (tm) spreadsheet files. It is not an end-user tool.