Skip to content

Commit 3dba11e

Browse files
committed
updated badges
1 parent f9cf3cd commit 3dba11e

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1+
============
12
pyexcel-text
23
============
34

45
.. image:: https://api.travis-ci.org/chfw/pyexcel-text.svg?branch=master
56
:target: http://travis-ci.org/chfw/pyexcel-text
67

7-
It is a plugin to [pyexcel and extends its capbility to present and write data in text fromats mainly through `tabulate`:
8+
.. image:: https://coveralls.io/repos/chfw/pyexcel-text/badge.png?branch=master
9+
:target: https://coveralls.io/r/chfw/pyexcel-text?branch=master
10+
11+
.. image:: https://pypip.in/d/pyexcel-text/badge.png
12+
:target: https://pypi.python.org/pypi/pyexcel-text
13+
14+
.. image:: https://pypip.in/py_versions/pyexcel-text/badge.png
15+
:target: https://pypi.python.org/pypi/pyexcel-text
16+
17+
.. image:: https://pypip.in/implementation/pyexcel-text/badge.png
18+
:target: https://pypi.python.org/pypi/pyexcel-text
19+
20+
21+
It is a plugin to `pyexcel <https://github.com/chfw/pyexcel>`__ and extends its capbility to present and write data in text fromats mainly through `tabulate`:
822

923
* "plain"
1024
* "simple"
@@ -17,7 +31,8 @@ It is a plugin to [pyexcel and extends its capbility to present and write data i
1731
* "latex_booktabs"
1832
* "json"
1933

20-
Usage::
34+
Usage
35+
======
2136

2237
>>> import pyexcel as pe
2338
>>> import pyexcel.ext.text as text

0 commit comments

Comments
 (0)