debian-python-pyexcel-ods/.moban.d
chfw 6f48e97e2a sync with commons 2016-08-31 08:41:51 +01:00
..
tests remove duplicated information 2016-01-23 22:30:31 +00:00
README.rst align readme file 2016-05-23 23:38:14 +01:00
requirements.txt remove duplicated information 2016-01-23 22:30:31 +00:00
setup.py sync with commons 2016-08-31 08:41:51 +01:00
travis.yml test python 3 2016-06-03 08:56:26 +01:00

README.rst

{%extends 'README.rst.jj2' %}

{%block description%}
**pyexcel-ods** is a tiny wrapper library to read, manipulate and write data in
ods format using python 2.6 and python 2.7. You are likely to use it with
`pyexcel <https://github.com/pyexcel/pyexcel>`_.
`pyexcel-ods3 <https://github.com/pyexcel/pyexcel-ods3>`_ is a sister library that
does the same thing but supports Python 3.3 and 3.4 and depends on lxml.
{%endblock%}

{%block extras %}
Credits
================================================================================

ODSReader is originally written by `Marco Conti <https://github.com/marcoconti83/read-ods-with-odfpy>`_
{%endblock%}