MANIFEST.in
README.md
pyproject.toml
src/pytxtchat/__init__.py
src/pytxtchat/cli.py
src/pytxtchat/com.py
src/pytxtchat.egg-info/PKG-INFO
src/pytxtchat.egg-info/SOURCES.txt
src/pytxtchat.egg-info/dependency_links.txt
src/pytxtchat.egg-info/entry_points.txt
src/pytxtchat.egg-info/requires.txt
src/pytxtchat.egg-info/top_level.txt
src/pytxtchat/kafka/__init__.py
src/pytxtchat/kafka/consumer.py
src/pytxtchat/kafka/producer.py
src/pytxtchat/textual/__init__.py
src/pytxtchat/textual/chat.py
src/pytxtchat/textual/chat.tcss
src/pytxtchat/textual/stopwatch.py
src/pytxtchat/textual/stopwatch.tcss
src/pytxtchat/textual/weather.py
src/pytxtchat/textual/weather.tcss
tests/test_com.py