Metadata-Version: 2.4
Name: recognizing-machine
Version: 0.0.1
Summary: A Machine that recognizes previously encountered meanings.
Author-email: Machina Ratiocinatrix <machina.ratio@gmail.com>, Alexander Fedotov <alex.fedotov@aol.com>
Project-URL: Homepage, https://github.com/recognizing-machine/recognizing-machine
Keywords: recognizing-machine
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml==6.0.3
Requires-Dist: click==8.3.1
Dynamic: license-file

# Recognizing-Machine
A Machine that recognizes previously encountered meanings.

In order to launch it from command line or as a subprocess:
```bash
  echo "Theodotos-Alexandreus: Do you recognize this pattern, machine?" \
    | uvx recognizing-machine \
        --provider-api-key=sk-proj-... \
        --github-token=ghp_... 
```

Or:
```bash
  pip install recognizing-machine
```
Then:
```Python
  # Python
  import recognizing_machine
```
