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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for sofficehelpers-0.2.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e2af2408a50d5d80719df5fb20a9c1fe7c0d8336de38c8943b26db883d8fb2e |
|
MD5 | 0dda56a4e0872a92ffa038e447d81569 |
|
BLAKE2b-256 | 4a4a58bbd89c4fc4544868e9b6d454e0047d63688f567ddae3db8f72702fcd3a |