Metadata-Version: 1.0
Name: pyDatalog
Version: 0.1.1
Summary: pyDatalog brings logic programming to Python
Home-page: https://bitbucket.org/pcarbonn/pydatalog/wiki/Home
Author: Pierre Carbonnelle
Author-email: pierre.carbonnelle@gmail.com
License: UNKNOWN
Download-URL: http://pypi.python.org/pypi?name=pyDatalog&:action=display
Description: pyDatalog brings logic programming to 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 simulating intelligent behavior (e.g. in games), 
        at performing recursive algorithms (e.g. in graph analysis) 
        or at managing large sets of related information (e.g. in the semantic web).  
        
        Datalog programs are often shorter than their python equivalent.  
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Other Scripting Engines
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
