Source: logilab-constraint Section: python Priority: optional Maintainer: Sandro Tosi Uploaders: Debian Python Modules Team Build-Depends-Indep: dh-python, python3, python3-setuptools Build-Depends: debhelper-compat (= 11) XS-Python-Version: all Standards-Version: 4.4.0 Homepage: http://www.logilab.org/project/logilab-constraint Vcs-Git: https://salsa.debian.org/python-team/modules/logilab-constraint.git Vcs-Browser: https://salsa.debian.org/python-team/modules/logilab-constraint Package: python3-logilab-constraint Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-logilab-common (>= 0.63.2) Description: constraints satisfaction solver in Python - Python 3 Extensible constraint satisfaction problem solver written in pure Python, using constraint propagation algorithms. The logilab.constraint module provides finite domains with arbitrary values, finite interval domains, and constraints which can be applied to variables linked to these domains.