python: add wrapper for libspotgen

For #254.

* python/spot/gen.i, tests/python/gen.py: New files.
* python/Makefile.am, tests/Makefile.am: Adjust.
* NEWS: Mention the spot.gen python package.
This commit is contained in:
Alexandre Duret-Lutz 2017-04-23 15:22:08 +02:00
parent 5e8f3ee629
commit f185aabf44
6 changed files with 120 additions and 2 deletions

5
NEWS
View file

@ -61,6 +61,11 @@ New in spot 2.3.3.dev (not yet released)
spot::acc_cond::rabin_like_pairs() are implemented for Rabin-like
pairs.
Python:
- The 'spot.gen' package is a wrapper around the functions from
the libspotgen library.
Bugs fixed:
- the transformation to state-based acceptance (spot::sbacc()) was