Skip to content

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

License

Notifications You must be signed in to change notification settings

peter88213/pywoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.