Metadata-Version: 1.2
Name: odslib3
Version: 1.2.0.post2
Summary: An easy to use module that creates ODS documents.
Home-page: https://github.com/Exelscior/odslib3
Author: Joshua Logan
Author-email: joshua.logan@eveco.re
License: GPL
Description-Content-Type: UNKNOWN
Description: An easy to use module that creates ODS documents. Fork of odslib (https://github.com/TauPan/odslib) as looking unmaintained. Ported to Python3.x whilst retaining Python2.7 legacy compatibility.
        
        Original author: Joseph Colton
        
        Documentation: http://odslib3.readthedocs.io/en/master/
        
        PyPi project page: https://pypi.org/project/odslib3
        
        
        Installation
        ------------
        
        Simply clone the repository and run the usual setuptools process::
        
          $> git clone https://github.com/Exelscior/odslib3.git && cd odslib3
          $> python setup.py {build,install}
        
        
Keywords: ods libreoffice
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7
