📚 update badges

This commit is contained in:
chfw 2019-11-08 20:27:43 +00:00
parent 942c53ddc5
commit 7ee28ebfa1
2 changed files with 21 additions and 3 deletions

View File

@ -2,12 +2,29 @@
pyexcel-xls - Let you focus on data, instead of xls format
================================================================================
.. image:: https://api.travis-ci.org/pyexcel/pyexcel-xls.svg
.. image:: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png
:target: https://www.patreon.com/chfw
.. image:: https://travis-ci.org/pyexcel/pyexcel-xls.svg?branch=master
:target: http://travis-ci.org/pyexcel/pyexcel-xls
.. image:: https://codecov.io/github/pyexcel/pyexcel-xls/coverage.png
:target: https://codecov.io/github/pyexcel/pyexcel-xls
.. image:: https://codecov.io/gh/pyexcel/pyexcel-xls/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pyexcel/pyexcel-xls
.. image:: https://badge.fury.io/py/pyexcel-xls.svg
:target: https://pypi.org/project/pyexcel-xls
.. image:: https://anaconda.org/conda-forge/pyexcel-xls/badges/version.svg
:target: https://anaconda.org/conda-forge/pyexcel-xls
.. image:: https://pepy.tech/badge/pyexcel-xls/month
:target: https://pepy.tech/project/pyexcel-xls/month
.. image:: https://anaconda.org/conda-forge/pyexcel-xls/badges/downloads.svg
:target: https://anaconda.org/conda-forge/pyexcel-xls
.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
:target: https://gitter.im/pyexcel/Lobby
**pyexcel-xls** is a tiny wrapper library to read, manipulate and write data in xls format and it can read xlsx and xlsm fromat. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.

View File

@ -5,6 +5,7 @@ version: 0.6.0
current_version: 0.6.0
release: 0.5.8
file_type: xls
is_on_conda: true
dependencies:
- pyexcel-io>=0.5.3
- xlrd