Metadata-Version: 1.1
Name: pyDatalog
Version: 0.14.6
Summary: A pure-python implementation of Datalog, a truly declarative language derived from Prolog.
Home-page: https://sites.google.com/site/pydatalog/
Author: Pierre Carbonnelle
Author-email: pierre.carbonnelle@gmail.com
License: UNKNOWN
Download-URL: http://pypi.python.org/pypi?name=pyDatalog&:action=display
Description: pyDatalog adds the logic Programming paradigm to Python's toolbox, in a pythonic way.
        
        Logic programmers can now use the extensive standard library of Python, and Python programmers can now express complex algorithms simply.  
        
        Datalog is a truly declarative language derived from Prolog, with strong academic foundations.  Datalog excels at managing complexity.  
        Datalog programs are shorter than their Python equivalent, and Datalog statements can be specified in any order, as simply as formula in a spreadsheet. 
        
        In particular, Datalog can be used for:
        
        * simulating intelligent behavior (e.g. in games or expert systems), 
        * performing recursive algorithms (e.g. in network protocol, code and graph analysis),
        * managing complex sets of related information (e.g. in data integration or the semantic web), 
        * solving discrete constraint problems. 
        
        .. pull-quote::
        
            "Datalog is to Python what Python was to C, and what C was to Assembly."
        
         
Keywords: prolog,logic programming,database,SQL,data integration,expert system,AI
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Prolog
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
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
