LICENSE
README.md
pyproject.toml
setup.py
src/gpt_chat_cli/__init__.py
src/gpt_chat_cli/argparsing.py
src/gpt_chat_cli/chat_colorizer.py
src/gpt_chat_cli/color.py
src/gpt_chat_cli/gcli.py
src/gpt_chat_cli/openai_wrappers.py
src/gpt_chat_cli/streaming_lexer.py
src/gpt_chat_cli/version.py
src/gpt_chat_cli.egg-info/PKG-INFO
src/gpt_chat_cli.egg-info/SOURCES.txt
src/gpt_chat_cli.egg-info/dependency_links.txt
src/gpt_chat_cli.egg-info/entry_points.txt
src/gpt_chat_cli.egg-info/requires.txt
src/gpt_chat_cli.egg-info/top_level.txt
tests/test_streaming_lexer.py