debian-python-pyexcel-ods/.moban.d/README.rst

17 lines
651 B
ReStructuredText
Raw Normal View History

2016-01-23 23:30:31 +01:00
{%extends 'README.rst.jj2' %}
{%block description%}
**pyexcel-ods** is a tiny wrapper library to read, manipulate and write data in
2016-02-07 19:50:11 +01:00
ods format using python 2.6 and python 2.7. You are likely to use it with
2016-01-23 23:30:31 +01:00
`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%}