Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.76 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.76 KB

The pywoo extension for OpenOffice and Python: Import and export yWriter 7 projects

For more information, see the project homepage with description and download instructions.

Development

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.

Mandatory directory structure for building the application script

.
├── PyWriter/
│   └── src/
│       └── pywriter/
└── pywoo/
    ├── src/
    ├── test/
    └── tools/ 
        ├── build.xml
        └── build_extension.py 

Conventions

See https://github.com/peter88213/PyWriter/blob/main/docs/conventions.md

Development tools

  • Python version 3.10
  • Eclipse IDE with PyDev and EGit)
  • Apache Ant for building the application script
  • pandoc for building the HTML help pages

Documentation tools

  • Eclipse Papyrus Modeling environment for creating Use Case and Class diagrams

Credits

License

This extension is distributed under the MIT License.