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 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: pyke
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniele Tricoli <eriol@mornie.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 7.0.50~),
python-all,
python-nose,
python-ply (>= 3.4),
python-setuptools,
python-support,
python-wxgtk2.8,
rest2web,
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyke/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyke/trunk/
Homepage: http://pyke.sourceforge.net/
Package: python-pyke
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
${python-ply:Depends}
Suggests: python-wxgtk2.8
Description: Prolog-inspired Python logic programming toolkit
Pyke introduces a form of Logic Programming (inspired by Prolog) to Python by
providing a knowledge-based inference engine (or "expert system").
.
Unlike Prolog, Pyke integrates with Python code allowing one to invoke Pyke
from Python and intermingle Python statements and expressions within your
expert system rules.
Package: python-pyke-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Prolog-inspired Python logic programming toolkit (documentation)
Pyke introduces a form of Logic Programming (inspired by Prolog) to Python by
providing a knowledge-based inference engine (or "expert system").
.
Unlike Prolog, Pyke integrates with Python code allowing one to invoke Pyke
from Python and intermingle Python statements and expressions within your
expert system rules.
.
This package contains the HTML documentation for Pyke.
|