|
2 | 2 | pyexcel-odsr - Let you focus on data, instead of ods format
|
3 | 3 | ================================================================================
|
4 | 4 |
|
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 |
7 | 10 |
|
8 | 11 | .. 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/ |
10 | 16 |
|
11 | 17 | **pyexcel-odsr** is a specialized ods reader based on tailored ods reader from
|
12 | 18 | `messytables <https://github.com/okfn/messytables>`_.
|
@@ -254,7 +260,7 @@ Development steps for code changes
|
254 | 260 |
|
255 | 261 | Upgrade your setup tools and pip. They are needed for development and testing only:
|
256 | 262 |
|
257 |
| -#. pip install --upgrade setuptools "pip==7.1" |
| 263 | +#. pip install --upgrade setuptools pip |
258 | 264 |
|
259 | 265 | Then install relevant development requirements:
|
260 | 266 |
|
@@ -310,3 +316,9 @@ This library is based on the ods of messytables, Open Knowledge Foundation Ltd.
|
310 | 316 | >>> import os
|
311 | 317 | >>> os.unlink("your_file.ods")
|
312 | 318 | >>> 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