Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/chfw/pyexcel-io
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed May 10, 2015
2 parents c6f52ff + ae638e9 commit 5fbd404
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
================================================================================
pyexcel-io - Let you focus on data, instead of csv format and database io
pyexcel-io - Let you focus on data, instead of file formats
================================================================================

.. image:: https://api.travis-ci.org/chfw/pyexcel-io.png
Expand All @@ -8,6 +8,9 @@ pyexcel-io - Let you focus on data, instead of csv format and database io
.. image:: https://coveralls.io/repos/chfw/pyexcel-io/badge.png?branch=master
:target: https://coveralls.io/r/chfw/pyexcel-io?branch=master

.. image:: https://readthedocs.org/projects/pyexcel-io/badge/?version=latest
:target: http://pyexcel-io.readthedocs.org/en/latest/

.. image:: http://img.shields.io/gittip/chfw.svg
:target: https://gratipay.com/chfw/

Expand Down
6 changes: 3 additions & 3 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
`pyexcel_io` - Let you focus on data, instead of file formats
`pyexcel-io` - Let you focus on data, instead of file formats
================================================================================


:Author: C.W.
:Source code: http://github.com/chfw/pyexcel-io
:Issues: http://github.com/chfw/pyexcel-io/issues
:License: New BSD License
:Version: |version|
:Version: |version| unreleased yet
:Generated: |today|

Introduction
--------------------------------------------------------------------------------

**pyexcel_io** is a wrapper library that provides **one** application
**pyexcel-io** is a wrapper library that provides **one** application
programming interface to read and write data in different excel formats.
This library makes information processing involving excel files a
simple task. The data in excel files can be turned into an ordered dictionary
Expand Down

0 comments on commit 5fbd404

Please sign in to comment.