.gitignore
.pre-commit-config.yaml
.pylintrc
README.md
chap.gif
chap.gif.license
pyproject.toml
requirements-dev.txt
.github/workflows/release.yml
.github/workflows/test.yml
LICENSES/MIT.txt
LICENSES/Unlicense.txt
src/chap/__main__.py
src/chap/__version__.py
src/chap/core.py
src/chap/key.py
src/chap/session.py
src/chap.egg-info/PKG-INFO
src/chap.egg-info/SOURCES.txt
src/chap.egg-info/dependency_links.txt
src/chap.egg-info/entry_points.txt
src/chap.egg-info/requires.txt
src/chap.egg-info/top_level.txt
src/chap/backends/lorem.py
src/chap/backends/openai_chatgpt.py
src/chap/backends/textgen.py
src/chap/commands/ask.py
src/chap/commands/cat.py
src/chap/commands/render.py
src/chap/commands/tui.css
src/chap/commands/tui.py