LICENCE
MANIFEST.in
README.md
pyproject.toml
setup.py
examples/Mongo.py
examples/SQLAlchemy.py
examples/__init__.py
examples/console.py
examples/datalog.py
examples/graph.py
examples/hashtag.py
examples/hashtag_optimized.py
examples/multiModel.py
examples/python.py
examples/queens.py
examples/queens_N.py
examples/threadSafe.py
examples/tutorial.py
pyDatalog/Aggregate.py
pyDatalog/Logic.py
pyDatalog/UserList.py
pyDatalog/__init__.py
pyDatalog/doc.py
pyDatalog/fact_storage.cpp
pyDatalog/fact_storage.pyx
pyDatalog/pyDatalog.py
pyDatalog/pyEngine.c
pyDatalog/pyEngine.cpp
pyDatalog/pyEngine.pxd
pyDatalog/pyEngine.py
pyDatalog/pyParser.py
pyDatalog/task_storage.cpp
pyDatalog/task_storage.pyx
pyDatalog/util.py
pyDatalog/version.py
pyDatalog.egg-info/PKG-INFO
pyDatalog.egg-info/SOURCES.txt
pyDatalog.egg-info/dependency_links.txt
pyDatalog.egg-info/requires.txt
pyDatalog.egg-info/top_level.txt
tests/test_all.py
tests/test_examples.py
tests/test_of_performance.py
tests/test_task_storage.py