Skip to content

Commit ca8db4a

Browse files
committed
launch patreon support channel
1 parent b04c4c4 commit ca8db4a

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
pyexcel-xls - Let you focus on data, instead of xls format
33
================================================================================
44

5-
.. image:: https://api.travis-ci.org/pyexcel/pyexcel-xls.png
6-
:target: http://travis-ci.org/pyexcel/pyexcel-xls
5+
.. image:: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png
6+
:target: https://www.patreon.com/pyexcel
7+
8+
.. image:: https://api.travis-ci.org/pyexcel/pyexcel-xls.svg?branch=master
9+
:target: http://travis-ci.org/pyexcel/pyexcel-xls
710

811
.. image:: https://codecov.io/github/pyexcel/pyexcel-xls/coverage.png
9-
:target: https://codecov.io/github/pyexcel/pyexcel-xls
12+
:target: https://codecov.io/github/pyexcel/pyexcel-xls
13+
14+
.. image:: https://readthedocs.org/projects/pyexcel-xls/badge/?version=latest
15+
:target: http://pyexcel-xls.readthedocs.org/en/latest/
1016

1117
**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>`_.
1218

@@ -332,3 +338,9 @@ Known Issues
332338
>>> import os
333339
>>> os.unlink("your_file.xls")
334340
>>> os.unlink("another_file.xls")
341+
342+
Support the project
343+
================================================================================
344+
345+
If your company has embedded pyexcel and its components into a revenue generating
346+
product, please `support me on patreon <https://www.patreon.com/pyexcel>`_.

0 commit comments

Comments
 (0)