Dear Libreoffice community, Here’s a brief update on my progress for this week under the GSoC project: Python *.*pyi Stub Generator (pythonmaker)*.*
- Created a custom .idl file (com.example.enums) for testing purposes. - Generated corresponding .rdb using LibreOffice’s unoidl-write.exe. - Ran my initial version of pythonmaker to successfully produce placeholder .pyi stub files for enums (MyColor, MyAlignment). - Output stubs currently contain minimal pass-based class definitions to confirm the toolchain works end-to-end. *Next steps:* - Begin implementing actual stub content generation logic in pythontype.cxx, starting with enums. - Gradually expand to other types (interfaces, structs, etc.) and add test coverage. Any feedback on current direction or priorities is welcome! Best, Manish Bera