Metadata-Version: 2.1
Name: richard
Version: 0.4.0
Summary: A Natural Language Understanding and Execution library
Home-page: https://github.com/garfix/richard
Author: Patrick van Bergen
Author-email: patrick.vanbergen@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
License-File: LICENSE

This library turns a question, statement or command from a ordinary human language text directly into Python executable code. It is completely rule-based and you as a developer define the code that is to be executed. The executable code can be any Python code, and there is specially suited for database access.

