11================================================================================
2- - Let you focus on data, instead of file formats
2+ pyexcel-sortable - Let you focus on data, instead of file formats
33================================================================================
44
55.. image :: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png
66 :target: https://www.patreon.com/pyexcel
77
8- .. image :: https://api.travis-ci.org/pyexcel/.svg?branch=master
9- :target: http://travis-ci.org/pyexcel/
8+ .. image :: https://api.travis-ci.org/pyexcel/pyexcel-sortable .svg?branch=master
9+ :target: http://travis-ci.org/pyexcel/pyexcel-sortable
1010
11- .. image :: https://codecov.io/github/pyexcel//coverage.png
12- :target: https://codecov.io/github/pyexcel/
11+ .. image :: https://codecov.io/github/pyexcel/pyexcel-sortable /coverage.png
12+ :target: https://codecov.io/github/pyexcel/pyexcel-sortable
1313
1414.. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
1515 :target: https://gitter.im/pyexcel/Lobby
1616
17- .. image :: https://readthedocs.org/projects//badge/?version=latest
18- :target: http://.readthedocs.org/en/latest/
17+ .. image :: https://readthedocs.org/projects/pyexcel-sortable /badge/?version=latest
18+ :target: http://pyexcel-sortable .readthedocs.org/en/latest/
1919
2020
21- *** * does xyz.
21+ **pyexcel-sortable ** is inspired by `csvtotable <https://github.com/vividvilla/csvtotable >`_ and
22+ provides the functionality to pyexcel family.
23+
24+ Quick evaluation::
25+
26+ $ pyexcel transcode --sheet-index 0 googl.ods google.sortable.html
27+
2228
2329
2430
@@ -28,15 +34,15 @@ You can install it via pip:
2834
2935.. code-block :: bash
3036
31- $ pip install
37+ $ pip install pyexcel-sortable
3238
3339
3440 or clone it and install it:
3541
3642.. code-block :: bash
3743
38- $ git clone https://github.com/pyexcel/.git
39- $ cd
44+ $ git clone https://github.com/pyexcel/pyexcel-sortable .git
45+ $ cd pyexcel-sortable
4046 $ python setup.py install
4147
4248
@@ -61,8 +67,8 @@ Development guide
6167
6268Development steps for code changes
6369
64- #. git clone https://github.com/pyexcel/.git
65- #. cd
70+ #. git clone https://github.com/pyexcel/pyexcel-sortable .git
71+ #. cd pyexcel-sortable
6672
6773Upgrade your setup tools and pip. They are needed for development and testing only:
6874
0 commit comments