Metadata-Version: 2.4
Name: cre
Version: 0.5
Summary: A rule engine for Python powered by numba.
Home-page: https://github.com/DannyWeitekamp/Cognitive-Rule-Engine
Author: Daniel Weitekamp
Author-email: dannyweitekamp@gmail.com
License: MIT
Keywords: rule engine,expert system,production rules
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numba==0.58.1
Requires-Dist: numpy==1
Requires-Dist: cloudpickle
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-benchmark; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

CRE is a high-performance forward-chaining rule engine for Python built with the numba just-in-time compiler toolset.
