File: PKG-INFO

package info (click to toggle)
logilab-constraint 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 372 kB
  • sloc: python: 2,762; xml: 165; makefile: 20
file content (33 lines) | stat: -rw-r--r-- 1,461 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Metadata-Version: 1.1
Name: logilab-constraint
Version: 0.6.0
Summary: constraints satisfaction solver in Python
Home-page: http://www.logilab.org/projects/logilab-constraint
Author: Alexandre Fayolle
Author-email: contact@logilab.fr
License: LGPL
Description: This package implements an 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.
        
        It requires python 2.6 or later to work, and is released under the GNU
        Lesser General Public License.
        
        The documentation is in the doc/ directory. Examples are in the
        examples/ directory.
        
        Discussion about constraint should take place on the python-projects
        mailing list. Information on subscription and mailing list archives can
        be accessed at
        https://lists.logilab.org/mailman/listinfo/python-projects/
        
        Your feedback is very valuable to us. Please share your experience with
        other users of the package on the mailing list.
        
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3