Metadata-Version: 2.1
Name: py-rete
Version: 0.0.5
Summary: A basic Python implementation of the RETE algorithm.
Home-page: https://pypi.python.org/pypi/py_rete/
Author: Christopher J. MacLellan
Author-email: maclellan.christopher@gmail.com
License: MIT
Project-URL: Source Code, https://github.com/cmaclell/naive-rete
Description: py_rete
        =======
        
        .. image:: https://travis-ci.com/cmaclell/py_rete.svg?branch=master
            :target: https://travis-ci.com/cmaclell/py_rete
        .. image:: https://coveralls.io/repos/github/cmaclell/py_rete/badge.svg?branch=master
            :target: https://coveralls.io/github/cmaclell/py_rete?branch=master
        
        Reference
        ---------
        
        - `Production Matching for Large Learning Systems <http://reports-archive.adm.cs.cmu.edu/anon/1995/CMU-CS-95-113.pdf>`_
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/x-rst; charset=UTF-8
