pplpy: Python interface to the Parma Polyhedra Library#

Description#

PPL Python wrapper

This Python package provides a wrapper to the C++ Parma Polyhedra Library (PPL).

The whole package started as a fork of a tiny part of the Sage software.

License#

GPL version 3

Upstream Contact#

Type#

standard

Dependencies#

Version Information#

package-version.txt:

0.8.9

install-requires.txt:

# Issue #30922: pplpy 0.8.4 and earlier do not declare dependencies correctly
pplpy >=0.8.6

Equivalent System Packages#

$ sudo pacman -S python-pplpy
$ conda install pplpy
$ sudo yum install python-pplpy
$ sudo pkg install math/py-pplpy
$ sudo emerge dev-python/pplpy
$ sudo xbps-install python3-pplpy

See https://repology.org/project/pplpy/versions, https://repology.org/project/python:pplpy/versions

If the system package is installed and if the (experimental) option --enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.