Metadata-Version: 2.0
Name: odslib3
Version: 1.1.3
Summary: An easy to use module that creates ODS documents. Fork of odslib (https://github.com/TauPan/odslib) as looking unmaintained. Original author: Joseph Colton. Adapted for Python3.x support by Joshua Logan
Home-page: https://github.com/Exelscior/odslib3
Author: Joshua Logan
Author-email: joshua.logan@eveco.re
License: GPL
Description-Content-Type: UNKNOWN
Keywords: ods libreoffice
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7

An easy to use module that creates ODS documents. Fork of odslib (https://github.com/TauPan/odslib) as looking unmaintained. Applied Python3.x support.

Original author: Joseph Colton

Documentation: http://odslib3.readthedocs.io/en/master/

PyPi project page: https://pypi.python.org/pypi/odslib3


Installation::
#############

    $> git clone https://github.com/Exelscior/odslib3.git && cd odslib3

    $> python setup.py {build,install}

::



