A pure-python implementation of a subset of prolog, using SLG algorithm with memoization
Project description
pyDatalog embeds logic programming in python. Assert facts and insert logic clauses directly in your python code, and use the inference engine to resolve complex, recursive queries fast.
Datalog is a subset of prolog that is best at managing large sets of related information (e.g. in data integration or the semantic web). at simulating intelligent behavior (e.g. in games), or at performing recursive algorithms (e.g. in network protocol, code and graph analysis)
Datalog statements can be specified in any order, eliminating the need for sequence diagrams and the associated risk of tricky errors. Datalog programs are often shorter than their python equivalent.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyDatalog-0.8.0.zip.
File metadata
- Download URL: pyDatalog-0.8.0.zip
- Upload date:
- Size: 51.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a8b4e879854887d9d914dcb35cbf2a939fe99e2d300e6091009796b046149b0
|
|
| MD5 |
686815efd9eddae056cabaff57c77b1d
|
|
| BLAKE2b-256 |
f2fc67c8a2ab236245096a152161fdcb975ba22791a193a137fb8ef7451de34b
|
File details
Details for the file pyDatalog-0.8.0.win32.exe.
File metadata
- Download URL: pyDatalog-0.8.0.win32.exe
- Upload date:
- Size: 121.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48bd35c1aee19529d95ee8028f223b75b84a134448aec9acfce1364c2a6647a5
|
|
| MD5 |
2f19a4025fadf88d666538b810940988
|
|
| BLAKE2b-256 |
bfb2d6947dbaa87b66801cb430f9dd265d84b43661809a4d35335718e73716f4
|