For more information, see the project homepage with description and download instructions.
pywoo depends on the pywriter library which must be present in your file system. It is organized as an Eclipse PyDev project. The official release branch on GitHub is main.
.
├── PyWriter/
│ └── src/
│ └── pywriter/
└── pywoo/
├── src/
├── test/
└── tools/
├── build.xml
└── build_extension.py
See https://github.com/peter88213/PyWriter/blob/main/docs/conventions.md
- Python version 3.10
- Eclipse IDE with PyDev and EGit)
- Apache Ant for building the application script
- pandoc for building the HTML help pages
- Eclipse Papyrus Modeling environment for creating Use Case and Class diagrams
- OpenOffice Extension Compiler by Bernard Marcelly.
- Frederik Lundh published the xml pretty print algorithm.
- Andrew D. Pitonyak published useful Macro code examples in OpenOffice.org Macros Explained.
This extension is distributed under the MIT License.