Skip to content

Commit 94cc3d6

Browse files
committed
launch patreon support channel
1 parent cc433f7 commit 94cc3d6

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.rst

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

5-
.. image:: https://api.travis-ci.org/pyexcel/pyexcel-odsr.png
6-
:target: http://travis-ci.org/pyexcel/pyexcel-odsr
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-odsr.svg?branch=master
9+
:target: http://travis-ci.org/pyexcel/pyexcel-odsr
710

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

1117
**pyexcel-odsr** is a specialized ods reader based on tailored ods reader from
1218
`messytables <https://github.com/okfn/messytables>`_.
@@ -254,7 +260,7 @@ Development steps for code changes
254260

255261
Upgrade your setup tools and pip. They are needed for development and testing only:
256262

257-
#. pip install --upgrade setuptools "pip==7.1"
263+
#. pip install --upgrade setuptools pip
258264

259265
Then install relevant development requirements:
260266

@@ -310,3 +316,9 @@ This library is based on the ods of messytables, Open Knowledge Foundation Ltd.
310316
>>> import os
311317
>>> os.unlink("your_file.ods")
312318
>>> os.unlink("another_file.ods")
319+
320+
Support the project
321+
================================================================================
322+
323+
If your company has embedded pyexcel and its components into a revenue generating
324+
product, please `support me on patreon <https://www.patreon.com/pyexcel>`_.

0 commit comments

Comments
 (0)