python: some bindings for translating formulas and diplaying automata

* wrap/python/spot.py: Introduce spot.translate (and
spot.formula.translate) as well, as a wrapper around the
spot.translator class.  Also implement spot.tgba.show()
to allow passing argument to dotty_reachable() before
the result is converted to SVG.
* wrap/python/tests/automata.ipynb: New test file.
* wrap/python/tests/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2015-03-15 19:50:40 +01:00
parent d05404a61e
commit 3c38780d50
3 changed files with 917 additions and 5 deletions

View file

@ -32,6 +32,7 @@ check_SCRIPTS = run
TESTS = \
alarm.py \
automata.ipynb \
bddnqueen.py \
formulas.ipynb \
implies.py \