Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jan 12, 2020
1 parent 606aeb9 commit a7f9016
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.rst
Expand Up @@ -10,18 +10,22 @@
: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
:alt: Test coverage

excelrd
==================
``excelrd`` is a modified version of `xlrd <http://www.python-excel.org/>`__ to work for the latest Python.
``xlrd`` will not work at Python 3.9 environments.
``excelrd`` is a modified version of `xlrd <http://www.python-excel.org/>`__ 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.

Expand Down

0 comments on commit a7f9016

Please sign in to comment.