Python interface towards the Xournal++ file format (.xopp)
|
7 月之前 | |
---|---|---|
src | 2 年之前 | |
test | 2 年之前 | |
.gitignore | 2 年之前 | |
README.md | 2 年之前 | |
default.nix | 2 年之前 | |
flake.lock | 2 年之前 | |
flake.nix | 2 年之前 | |
setup.py | 2 年之前 |
This project contains the following packages, under src
:
Python interface to .xopp (Xournal++)
Dependencies: Python3
XOPP to OML converter
Dependencies: Python3, Jinja2, xopp2py
Entry point: xopp2oml.convert (Python script that takes as input a .xopp file and produces as output an .oml file)
See also: src/xopp2oml/README.md
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