Bug 163465 - officehelper.py enhancements request
Summary: officehelper.py enhancements request
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: framework (show other bugs)
Version:
(earliest affected)
24.8.2.1 release
Hardware: All All
: medium normal
Assignee: Alain Romedenne
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-16 09:34 UTC by Alain Romedenne
Modified: 2024-10-16 09:35 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alain Romedenne 2024-10-16 09:34:04 UTC
Description:
officehelper.py may offer the following features:

- process termination facility
- connection to remote process next to current named pipe
- support process optional extra arguments 

Steps to Reproduce:
1. open embedded Python console
2. import officehelper
3. run officehelper.bootstrap() method

Actual Results:
- support for Windows, Linux, macOS
- retry connection facility
- optional output to console

Expected Results:
- Expose process termination methods
- Support TCP/IP remote process initialization
- softcode different process arguments


Reproducible: Always


User Profile Reset: No

Additional Info:
IDE_utils Python project suggests such features:
https://wiki.documentfoundation.org/Macros/Python_Basics