Files
rhymepad.org/rhymepad.egg-info/SOURCES.txt
kennethreitz 98f9b41ff0 rhymes CLI + pip packaging
The engine gains a terminal face: `rhymes analyze` renders a draft
with the app's visual language in ANSI truecolor (family-tinted words,
brightness by strength, underlined line endings, gray unanswered),
`rhymes density` ranks files by rhyme density, `rhymes json` dumps the
payload. pyproject grows a build system + console script, so
`pip install rhymepad` works once published (both `rhymes` and
`rhymepad` are free on PyPI).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-11 14:17:53 -04:00

12 lines
264 B
Plaintext

LICENSE
README.md
app.py
pyproject.toml
rhymes.py
rhymepad.egg-info/PKG-INFO
rhymepad.egg-info/SOURCES.txt
rhymepad.egg-info/dependency_links.txt
rhymepad.egg-info/entry_points.txt
rhymepad.egg-info/requires.txt
rhymepad.egg-info/top_level.txt
tests/test_rhymes.py