Skip to main content

Helpers for LibreOffice integration with automated tools

Project description

This is a small, highly opinionated, and not generally useful package developed to deal with soffice/LibreOffice files in the Tendril framework.

Various other packages may exist to perform the same tasks and much more, and you should consider using them instead.

At present, the only script this file contains is the ssconverter script, which converts a Spreadsheet into csv files.

The need for this package exists because the LibreOffice API requires you to use the same Python version as is built into LibreOffice, which in the case of Ubuntu 14.04 is Python 3.4.

Installation

This package has been tested only with python 3.4 and the LibreOffice installed from standard Ubuntu 14.04 repositories. You should make sure the correct version of uno is installed in your python environment:

$ python3
Python 3.4.0 (default, Jun 19 2015, 14:20:21)
[GCC 4.8.2] on linux
>>> import uno
>>>

This package can be installed from pypi using pip:

$ pip install sofficehelpers

Or by using setup.py:

$ python3 setup.py install

Usage

TODO

Downloads and Documentation

The simplest way to obtain the source for this package is to clone the git repository:

git clone https://github.com/chintal/tendril-sofficehelpers.git sofficehelpers

License

sofficehelpers is distributed under the LGPLv2.1+ license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sofficehelpers-0.2.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

sofficehelpers-0.2-py2-none-any.whl (8.3 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page