PyQNormaliz provides an interface to QNormaliz (https://www.normaliz.uni-osnabrueck.de) via libQNormaliz. It offers the complete functionality of QNormaliz, and can be used interactively from python.
- python 2.7 or higher or python 3.4 or higher
- Normaliz 3.6.0 or higher (https://github.com/Normaliz/Normaliz/releases)
The PyQNormaliz install script assumes that you have executed the
install_normaliz_with_qnormaliz_eantic.sh
script. To install PyNormaliz and PyQNormaliz navigate to the Normaliz directory and type
./install_pynormaliz.sh --user
The script can be customized by some options. See Appendix E of the Normaliz manual.
See this notebook as an example.