Skip to content

Commit

Permalink
updated badges
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Nov 20, 2014
1 parent f9cf3cd commit 3dba11e
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
============
pyexcel-text
============

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

It is a plugin to [pyexcel and extends its capbility to present and write data in text fromats mainly through `tabulate`:
.. image:: https://coveralls.io/repos/chfw/pyexcel-text/badge.png?branch=master
:target: https://coveralls.io/r/chfw/pyexcel-text?branch=master

.. image:: https://pypip.in/d/pyexcel-text/badge.png
:target: https://pypi.python.org/pypi/pyexcel-text

.. image:: https://pypip.in/py_versions/pyexcel-text/badge.png
:target: https://pypi.python.org/pypi/pyexcel-text

.. image:: https://pypip.in/implementation/pyexcel-text/badge.png
:target: https://pypi.python.org/pypi/pyexcel-text


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`:

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

Usage::
Usage
======

>>> import pyexcel as pe
>>> import pyexcel.ext.text as text
Expand Down

0 comments on commit 3dba11e

Please sign in to comment.