Skip to main content

Python-based implementation of tuProlog -- the open ecosystem for symbolic AI --, based on 2P-Kt

Project description

2PPy (tuProlog in Python)

Experimental porting of 2P-Kt on Python, via JPype.

This is a work in progress. 2PPy is not ready for general availability, yet.

Introduction

Object-oriented and modular ecosystem for symbolic AI and logic programming, currently featuring:

  • a module for logic terms and clauses representation, namely tuprolog.core,

  • a module for logic unification, namely tuprolog.unify,

  • a module for in-memory indexing and storing logic theories, as well as other sorts of collections of logic clauses, namely tuprolog.theory,

  • a module providing generic API for resolution of logic queries, namely tuprolog.solve, currently implementing a Prolog solver

  • two parsing modules: one aimed at parsing terms, namely tuprolog.core.parsing, and the other aimed at parsing theories, namely tuprolog.theory.parsing,

  • two serialisation-related modules: one aimed at (de)serialising terms and clauses, namely tuprolog.core.serialize, and the other aimed at (de)serialising terms theories, namely tuprolog.theory.serialize,

  • a module for using Prolog via a command-line interface, namely tuprolog.repl.

How to do stuff

Prerequisites

  1. Install Python 3 (look into the .python-version to know the exact version)

    • I suggest using Pyenv to easily handle multiple Python versions on the same machine
    • Ensure PIP works fine
  2. Install Java (JDK preferred), and ensure the JAVA_HOME variable is correctly set

  3. Ensure Java and Python are both either 64bit or 32bit

  4. If you have installed some prior development version of 2PPy (e.g. tuppy or tuprolog), uninstall them via

    pip uninstall tuppy tuprolog
    

    On Mac OS this may not work as expected. Consider running the following command instead:

    python3 -m pip uninstall tuppy tuprolog
    

How to develop 2PPy

  1. Restore Python dependencies via PIP, by running:

    pip install -r requirements.txt
    

    On Mac OS this may not work as expected. Consider running the following command instead:

    python3 -m pip -r requirements.txt
    
  2. Restore JVM dependencies via download-jars.sh, by running:

    ./download-jars.sh
    

    Notice that this command requires curl and wget to be installed on your system (wget may be lacking on Mac OS and Windows)

How to use 2PPy as a library

  1. Install 2PPy from Pypi by running:

    pip install 2ppy
    

    On Mac OS this may not work as expected. Consider running the following command instead:

    python3 -m pip install 2ppy
    
  2. Import tuprolog.* modules in your Python scripts

  3. Profit

How to use 2PPy as an executable

  1. Install 2PPy from Pypi by running:

    pip install 2ppy
    

    On Mac OS this may not work as expected. Consider running the following command instead:

    python3 -m pip install 2ppy
    
  2. Run tuprolog module via

    python -m tuprolog
    

For the moment, running 2PPy means starting an interactive Python shell with pre-loaded tuprolog.* modules.

Eventually python -m tuprolog will launch a command-line logic solver.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

2ppy-0.3.1.tar.gz (24.7 MB view details)

Uploaded Source

Built Distribution

2ppy-0.3.1-py3-none-any.whl (24.7 MB view details)

Uploaded Python 3

File details

Details for the file 2ppy-0.3.1.tar.gz.

File metadata

  • Download URL: 2ppy-0.3.1.tar.gz
  • Upload date:
  • Size: 24.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for 2ppy-0.3.1.tar.gz
Algorithm Hash digest
SHA256 1641b99762f1acea373cca9cdb6ae9d928005e41220ddf460d8806abd6acc0c1
MD5 12da819262a25bb4fcc130e7c6021552
BLAKE2b-256 d63e4532054c2652efedefcf73ec018c9fd994b9a74e32e9e6bc5e17d710cfd0

See more details on using hashes here.

File details

Details for the file 2ppy-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: 2ppy-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 24.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for 2ppy-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9dac9cd9b8fdc9143598ff483041993501f12a556280c8e011ea15896c6bb151
MD5 1de047e97e744ab12fb5b994cca68812
BLAKE2b-256 5de09223fc4149aad5b85dd91578f70803755ec84e6baffd6a7df713c81881ba

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page