Metadata-Version: 2.4
Name: reading-machine
Version: 0.0.2
Summary: A machine that reads texts analytically and syntopically.
Author-email: Machina Ratiocinatrix <machina.ratio@gmail.com>
Project-URL: Homepage, https://github.com/machina-ratiocinatrix/reading-machine
Project-URL: Bug Tracker, https://github.com/machina-ratiocinatrix/reading-machine/issues
Keywords: reading-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: electroid>=0.0.19
Requires-Dist: opehaina>=0.0.5
Requires-Dist: castor-pollux>=0.1.4
Requires-Dist: PyGithub>=2.6.0
Requires-Dist: PyYAML>=6.0.1
Requires-Dist: urllib3>=2.0.4
Requires-Dist: requests>=2.32.3
Requires-Dist: click>=8.3.0
Dynamic: license-file

# Reading Machine
A Machine that reads texts analytically and syntopically.
```bash
  cat Aristotle-complete_works.txt \
    | uvx reading-machine \
        --provider-api-key=sk-ant-api... \
        --github-token=ghp_... 
```
Or:
```bash
  pip install reading-machine
```
Then:
```Python
  # Python
  import reading_machine
```
