We have a script in http://opengrok.libreoffice.org/xref/core/bin/list-dispatch-commands.php which is used to generate the data at https://wiki.documentfoundation.org/Development/DispatchCommands . While this is a useful script, it introduces another dependency on PHP. The task is to rewrite that script in Python 3 which we usually use for scripts.
Could you please provide more details about the script: Like how, where and with which arguments it is called?
(In reply to Jens Carl from comment #1) > Could you please provide more details about the script: Like how, where and > with which arguments it is called? See https://wiki.documentfoundation.org/Development/DispatchCommands#Tool_to_update_the_page
I'd like to work on this issue. Which Python 3 version is required? Can I use f-strings for example?
(In reply to Arkadiy Illarionov from comment #3) > I'd like to work on this issue. Which Python 3 version is required? Can I > use f-strings for example? Please try to support at least Python 3.5.
Arkadiy Illarionov committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b57af3320fe7230dbcf5a0f6577e05bb5ec046cc tdf#106737 Rewrite bin/list-dispatch-commands.php in Python It will be available in 5.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.