Configures a project python environment for LibreOffice UNO.
Project description
OOOENV
This project is strictly for LibreOffice python projects that need to set UNO environment.
A project as OOO Development Tools would use this project
See also:
- LibreOffice Virtual Environment Guides
- OOO Development Tools - Develop Docs
- LibreOffice Python Script Modern Code Editor Examples
Installation
oooenv PyPI
pip install oooenv
Usage
View command options
oooenv -h
Linux/Mac
In Linux and Mac all that is needed to run a project that requires LibreOffice UNO is to link the UNO files into virtual environment.
To add UNO links to virtual environment run command:
oooenv cmd-link -a
To remove UNO links from virtual environment run command:
oooenv cmd-link -r
Windows
Windows python projects cannot use linking to UNO Files.
In Windows the virtual environment configuration file is manipulated.
The Follow command toggles between original configuration and UNO environment configuration.
oooenv env -t
To update the configuration to match the installed version of LibreOffice's python.
This command should not be run until oooenv env -t
has be run at least once.
oooenv update --update
If virtual environment is managed by Poetry then it will be necessary to toggle into original config before running poetry update
.
When updates are done just run command again to toggle back to UNO environment configuration.
Environment Variables
Special environment variables can be set. These are completely optional. This can be useful for docker containers.
OOOENV_LO_UNO_PATH
The path whereuno.py
is located.OOOENV_LO_PROGRAM_PATH
The path to LibreOffice such asC:\Program Files\LibreOffice\program
or/usr/lib/libreoffice/program
.OOOENV_LO_PROGRAM_PATH
The path to LibreOffice installed directory, such asC:\Program Files\LibreOffice
or/usr/lib/libreoffice
.OOOENV_LO_PY_EXE
The path to LibreOffice Python. On Windows this is usuallyC:\Program Files\LibreOffice\program\python.exe
and Linux is usually the virtual environment's python.OOOENV_VIRTUAL_ENV
The path containing the virtual environment for your project. Usually this isvenv
or.venv
.`OOOENV_SITE_PACKAGES
The site packages directory of the virtual environment for your project.
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
Built Distribution
File details
Details for the file oooenv-0.2.4.tar.gz
.
File metadata
- Download URL: oooenv-0.2.4.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.5 Linux/6.5.0-28-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec9c864d6165b87d18dbf008c01cf8e3d941565003799ce5e7e748abc5d57c0f |
|
MD5 | 31aa982c4b950bbb3c2163f5838fc282 |
|
BLAKE2b-256 | 10ad4c46a0792b6d55fe06d5c6d7dcae6484a5f3299fc109761b03a76f3c9072 |
File details
Details for the file oooenv-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: oooenv-0.2.4-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.5 Linux/6.5.0-28-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e17a57661cf12d60f1d1ce5ed1db2aed4e441f0c85f09bc2ac0636d64c5925f3 |
|
MD5 | 6444349e04bb7a900b57d9480e95748c |
|
BLAKE2b-256 | 7c7c7241739f517e95be478e2848c00564237536e9d90ff53055bd7744b82868 |