pyswip 0.1.0
PySWIP enables querying SWI-Prolog in your Python programs.
Latest Version: 0.2.2
PySWIP is a GPL'd Python - SWI-Prolog bridge enabling to query SWI-Prolog in your Python programs.
- Example:
>>> from pyswip.util import PrologRunner >>> prolog = PrologRunner() >>> prolog.query("assertz(father(michael,john)).") [{}] >>> prolog.query("assertz(father(michael,gina)).") [{}] >>> prolog.query("father(michael,X).") [{'X': 'john'}, {'X': 'gina'}]
- Author: Yuce Tekol <yucetekol at gmail com>
- Home Page: http://code.google.com/p/pyswip/
- Download URL: http://code.google.com/p/pyswip/downloads/list
- Keywords: python, prolog, swi-prolog, ctype
- License: GPL
- Platform: OS Independent
-
Categories
- Development Status :: 3 - Alpha
- Intended Audience :: Developers
- Intended Audience :: Science/Research
- License :: OSI Approved :: GNU General Public License (GPL)
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Scientific/Engineering :: Artificial Intelligence
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: ytekol
- DOAP record: pyswip-0.1.0.xml
Log in to rate this package.
