Metadata-Version: 2.1
Name: ooolib-python
Version: 0.0.22
Summary: Package for creating OpenDocument Format(ODF) spreadsheets.
Home-page: https://github.com/zbohm/python-ooolib
Author: Joseph Colton
Author-email: joseph@colton.byuh.edu
Maintainer: Zdeněk Böhm
Maintainer-email: zdenek.bohm@nic.cz
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent

.. image:: https://badge.fury.io/py/ooolib-python.svg
	   :target: https://badge.fury.io/py/ooolib-python

.. image:: https://img.shields.io/pypi/dm/ooolib-python.svg
	   :target: https://pypi.python.org/pypi/ooolib-python

.. image:: https://secure.travis-ci.org/zbohm/python-ooolib.png?branch=master
   :target: http://travis-ci.org/#!/zbohm/python-ooolib

.. image:: https://img.shields.io/pypi/status/ooolib-python.svg
	   :target: https://pypi.python.org/pypi/ooolib-python

.. image:: https://img.shields.io/pypi/pyversions/ooolib-python.svg
	   :target: https://pypi.python.org/pypi/ooolib-python

.. image:: https://img.shields.io/pypi/l/ooolib-python.svg
	   :target: https://raw.githubusercontent.com/zbohm/ooolib-python/master/LICENSE.txt


=============
python-ooolib
=============

OpenOffice.org Utility Library modules for creating OpenOffice.org  and Open Document Format (ODF) documents.

This is a clone of the ooolib project from sourceforge.net. The code was partialy adjusted (removed tabulators, extra brackets, etc.). It was added extra attributes for the Calc cells: border, padding, wrap and hyphenate.


