Python interface towards the Xournal++ file format (.xopp)

Joeri Exelmans e9e83da78b Update OML generator to use DTDesign namespaces + simplify OML template 2 years ago
src e9e83da78b Update OML generator to use DTDesign namespaces + simplify OML template 2 years ago
test b777df7874 Update project layout 2 years ago
.gitignore b777df7874 Update project layout 2 years ago
README.md 647f1b492f Update README 2 years ago
default.nix b777df7874 Update project layout 2 years ago
setup.py b777df7874 Update project layout 2 years ago

README.md

Python interface to Xournal++ (.xopp) file format

Packages

This project contains the following packages, under src:

  • xopp2py
  • xopp2oml

xopp2py

Python interface to .xopp (Xournal++)

Dependencies: Python3

xopp2oml

XOPP to OML converter

Dependencies: Python3, Jinja2, xopp2py

Entry point: xopp2oml.convert (Python script that takes as input as .xopp file and produces as output an .oml file)

See also: src/xopp2oml/README.md

Running the tests

The tests are not included in the packages themselves, but as a separate script.

To run the tests, make sure the packages are installed, and run:

python test/run_tests.py