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.
Release files for sofficehelpers 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sofficehelpers-0.2.1.tar.gz | 5.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sofficehelpers-0.2.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 14.0 kB
Release files / sofficehelpers-0.2.1.tar.gz
| Download URL | sofficehelpers-0.2.1.tar.gz |
|---|---|
| Size | 5.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
145360c18eea16666979e2aa5849b9122f4919ae68fe3493af6c550eef7193de
|
|
BLAKE2b-256 checksum How to use checksums |
363d6f8840a1410bd59d0d1447c56cd5d4d12b8f7560213dae1958807b4fc2ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / sofficehelpers-0.2.1-py2-none-any.whl
| Download URL | sofficehelpers-0.2.1-py2-none-any.whl |
|---|---|
| Size | 8.4 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
5e2af2408a50d5d80719df5fb20a9c1fe7c0d8336de38c8943b26db883d8fb2e
|
|
BLAKE2b-256 checksum How to use checksums |
4a4a58bbd89c4fc4544868e9b6d454e0047d63688f567ddae3db8f72702fcd3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |